#AF0F3A
A dark, vivid magenta closely aligning with Brown.
About #AF0F3A
Visually, #AF0F3A is defined as a vivid magenta. Its closest recognized web color is Brown. This translates to an RGB value of rgb(175, 15, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 91% magenta, 67% yellow, and 31% black. With a hue angle of 343.9 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AF0F3A
RGB175, 15, 58
HSL343.9°, 84.2%, 37.3%
CMYK0%, 91%, 67%, 31%
HSV343.9°, 91.4%, 68.6%
LAB37.4, 60.1, 20.9
XYZ18.6, 9.8, 4.9
Decimal11472698
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.11:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.80:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0F3A;
}
.text-color {
color: #AF0F3A;
}
.border-color {
border: 2px solid #AF0F3A;
}