#A01D49
A dark, moderate magenta closely aligning with Brown.
About #A01D49
The hex code #A01D49 represents a beautifully specific shade of 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 73 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 82% M, 54% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A01D49
RGB160, 29, 73
HSL339.8°, 69.3%, 37.1%
CMYK0%, 82%, 54%, 37%
HSV339.8°, 81.9%, 62.7%
LAB35.7, 54.2, 8.4
XYZ16.1, 8.8, 7.2
Decimal10493257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.59:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.25:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01D49;
}
.text-color {
color: #A01D49;
}
.border-color {
border: 2px solid #A01D49;
}