Amethyst (Purple)
#AC6FB0
RGB: 172, 111, 176
Color OverviewHEX #AC6FB0
#AC6FB0 Color Code Information
In the RGB color space, #AC6FB0 is composed of 67% red, 44% green, and 69% blue. In the HSL color space, it has a hue of 296°, saturation of 29%, and lightness of 56%.
HEX
#AC6FB0
RGB
172, 111, 176
HSL
296°, 29%, 56%
HSV
296°, 37%, 69%
CMYK
2%, 37%, 0%, 31%
Name Match
Amethyst
Closest StandardShades of #AC6FB0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #AC6FB0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #AC6FB0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #AC6FB0
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 #AC6FB0 Background
Contrast Ratio against Pure White (#FFFFFF):3.71 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AC6FB0 Background
Contrast Ratio against Pure Black (#000000):5.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #AC6FB0;
}
.element {
color: #AC6FB0;
background-color: #AC6FB0;
border-color: #AC6FB0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#AC6FB0] text-[#AC6FB0] border-[#AC6FB0]"> Content styled with #AC6FB0 </div>