#AF0792
A dark, vivid magenta closely aligning with Darkmagenta.
About #AF0792
At its core, #AF0792 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkmagenta. In the RGB color space, it consists of 175 red, 7 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 96% Magenta, 17% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF0792
RGB175, 7, 146
HSL310.4°, 92.3%, 35.7%
CMYK0%, 96%, 17%, 31%
HSV310.4°, 96.0%, 68.6%
LAB40.1, 69.3, -30.6
XYZ22.9, 11.3, 28.2
Decimal11470738
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.43:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0792;
}
.text-color {
color: #AF0792;
}
.border-color {
border: 2px solid #AF0792;
}