#A81699
A dark, vivid magenta closely aligning with Darkmagenta.
About #A81699
At its core, #A81699 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 22, and 153.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 87% M, 9% Y, and 34% K. With a hue angle of 306.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A81699
RGB168, 22, 153
HSL306.2°, 76.8%, 37.3%
CMYK0%, 87%, 9%, 34%
HSV306.2°, 86.9%, 65.9%
LAB39.9, 66.8, -35.4
XYZ22.2, 11.2, 31.1
Decimal11015833
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.48:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.20:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81699;
}
.text-color {
color: #A81699;
}
.border-color {
border: 2px solid #A81699;
}