#AF16AF
A dark, vivid magenta closely aligning with Darkmagenta.
About #AF16AF
Visually, #AF16AF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(175, 22, 175).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 87% Magenta, 0% Yellow, and 31% Black. The HSL representation is 300.0° hue, 77.7% saturation, and 38.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF16AF
RGB175, 22, 175
HSL300.0°, 77.7%, 38.6%
CMYK0%, 87%, 0%, 31%
HSV300.0°, 87.4%, 68.6%
LAB42.4, 71.5, -44.5
XYZ25.7, 12.8, 41.7
Decimal11474607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF16AF;
}
.text-color {
color: #AF16AF;
}
.border-color {
border: 2px solid #AF16AF;
}