#A01649
A dark, vivid magenta closely aligning with Brown.
About #A01649
When working with digital screens, the color #A01649 is rendered by mixing light. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 160 red, 22 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 86% M, 54% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A01649
RGB160, 22, 73
HSL337.8°, 75.8%, 35.7%
CMYK0%, 86%, 54%, 37%
HSV337.8°, 86.2%, 62.7%
LAB35.1, 55.9, 7.5
XYZ16.0, 8.5, 7.1
Decimal10491465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.42:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01649;
}
.text-color {
color: #A01649;
}
.border-color {
border: 2px solid #A01649;
}