#A0003A
A dark, vivid magenta closely aligning with Brown.
About #A0003A
Visually, #A0003A is defined as a vivid magenta. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(160, 0, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 64% Yellow, and 37% Black. The HSL representation is 338.2° hue, 100.0% saturation, and 31.4% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0003A
RGB160, 0, 58
HSL338.2°, 100.0%, 31.4%
CMYK0%, 100%, 64%, 37%
HSV338.2°, 100.0%, 62.7%
LAB33.5, 58.3, 15.2
XYZ15.3, 7.8, 4.7
Decimal10485818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.22:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.85:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0003A;
}
.text-color {
color: #A0003A;
}
.border-color {
border: 2px solid #A0003A;
}