#AF0749
A dark, vivid magenta closely aligning with Brown.
About #AF0749
The precise color #AF0749 is an excellent choice for modern design projects. Its closest recognized web color is Brown. In the RGB color space, it consists of 175 red, 7 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 96% magenta, 58% yellow, and 31% black. The HSL representation is 336.4° hue, 92.3% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF0749
RGB175, 7, 73
HSL336.4°, 92.3%, 35.7%
CMYK0%, 96%, 58%, 31%
HSV336.4°, 96.0%, 68.6%
LAB37.4, 62.0, 11.2
XYZ19.0, 9.7, 7.2
Decimal11470665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.12:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0749;
}
.text-color {
color: #AF0749;
}
.border-color {
border: 2px solid #AF0749;
}