#AF0033
A dark, vivid magenta closely aligning with Brown.
About #AF0033
At its core, #AF0033 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. Its digital footprint relies on 175 parts red, 0 parts green, and 51 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF0033
RGB175, 0, 51
HSL342.5°, 100.0%, 34.3%
CMYK0%, 100%, 71%, 31%
HSV342.5°, 100.0%, 68.6%
LAB36.7, 61.6, 24.4
XYZ18.3, 9.4, 4.0
Decimal11468851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.32:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
6.99:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0033;
}
.text-color {
color: #AF0033;
}
.border-color {
border: 2px solid #AF0033;
}