#A00F49
A dark, vivid magenta closely aligning with Brown.
About #A00F49
The hex code #A00F49 represents a beautifully specific shade of magenta. Its closest recognized web color is Brown. Its digital footprint relies on 160 parts red, 15 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 91% magenta, 54% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A00F49
RGB160, 15, 73
HSL336.0°, 82.9%, 34.3%
CMYK0%, 91%, 54%, 37%
HSV336.0°, 90.6%, 62.7%
LAB34.6, 57.3, 6.8
XYZ15.9, 8.3, 7.1
Decimal10489673
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.90:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.55:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00F49;
}
.text-color {
color: #A00F49;
}
.border-color {
border: 2px solid #A00F49;
}