Amethyst (Purple)
#A283B0
RGB: 162, 131, 176
Color OverviewHEX #A283B0
#A283B0 Color Code Information
In the RGB color space, #A283B0 is composed of 64% red, 51% green, and 69% blue. In the HSL color space, it has a hue of 281°, saturation of 22%, and lightness of 60%.
HEX
#A283B0
RGB
162, 131, 176
HSL
281°, 22%, 60%
HSV
281°, 26%, 69%
CMYK
8%, 26%, 0%, 31%
Name Match
Amethyst
Closest StandardShades of #A283B0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A283B0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A283B0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A283B0
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A283B0 Background
Contrast Ratio against Pure White (#FFFFFF):3.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A283B0 Background
Contrast Ratio against Pure Black (#000000):6.41 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A283B0;
}
.element {
color: #A283B0;
background-color: #A283B0;
border-color: #A283B0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A283B0] text-[#A283B0] border-[#A283B0]"> Content styled with #A283B0 </div>