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