#AF003A
A dark, vivid magenta closely aligning with Brown.
About #AF003A
Visually, #AF003A is defined as a vivid magenta. Its closest recognized web color is Brown. Its digital footprint relies on 175 parts red, 0 parts green, and 58 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 67% yellow, and 31% black. With a hue angle of 340.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF003A
RGB175, 0, 58
HSL340.1°, 100.0%, 34.3%
CMYK0%, 100%, 67%, 31%
HSV340.1°, 100.0%, 68.6%
LAB36.8, 62.0, 20.1
XYZ18.4, 9.4, 4.8
Decimal11468858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.28:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.96:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF003A;
}
.text-color {
color: #AF003A;
}
.border-color {
border: 2px solid #AF003A;
}