Medium Violet Red (Pink)
#A2166E
RGB: 162, 22, 110
Color OverviewHEX #A2166E
#A2166E Color Code Information
In the RGB color space, #A2166E is composed of 64% red, 9% green, and 43% blue. In the HSL color space, it has a hue of 322°, saturation of 76%, and lightness of 36%.
HEX
#A2166E
RGB
162, 22, 110
HSL
322°, 76%, 36%
HSV
322°, 86%, 64%
CMYK
0%, 86%, 32%, 36%
Name Match
Medium Violet Red
Closest StandardShades of #A2166E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A2166E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A2166E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A2166E
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 #A2166E Background
Contrast Ratio against Pure White (#FFFFFF):7.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A2166E Background
Contrast Ratio against Pure Black (#000000):2.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A2166E;
}
.element {
color: #A2166E;
background-color: #A2166E;
border-color: #A2166E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A2166E] text-[#A2166E] border-[#A2166E]"> Content styled with #A2166E </div>