#A01D42
A dark, moderate magenta closely aligning with Brown.
About #A01D42
Visually, #A01D42 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Brown. Its digital footprint relies on 160 parts red, 29 parts green, and 66 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 82% Magenta, 59% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A01D42
RGB160, 29, 66
HSL343.1°, 69.3%, 37.1%
CMYK0%, 82%, 59%, 37%
HSV343.1°, 81.9%, 62.7%
LAB35.5, 53.7, 12.7
XYZ15.9, 8.7, 6.0
Decimal10493250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.64:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.30:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01D42;
}
.text-color {
color: #A01D42;
}
.border-color {
border: 2px solid #A01D42;
}