#A80049
A dark, vivid magenta closely aligning with Brown.
About #A80049
The hex code #A80049 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(168, 0, 73).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 100% magenta, 57% yellow, and 34% black. The HSL representation is 333.9° hue, 100.0% saturation, and 32.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A80049
RGB168, 0, 73
HSL333.9°, 100.0%, 32.9%
CMYK0%, 100%, 57%, 34%
HSV333.9°, 100.0%, 65.9%
LAB35.6, 61.2, 8.5
XYZ17.4, 8.8, 7.1
Decimal11010121
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.61:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80049;
}
.text-color {
color: #A80049;
}
.border-color {
border: 2px solid #A80049;
}