#A80750
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A80750
Visually, #A80750 is defined as a vivid magenta. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(168, 7, 80).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 96% M, 52% Y, and 34% K. The HSL representation is 332.8° hue, 92.0% saturation, and 34.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A80750
RGB168, 7, 80
HSL332.8°, 92.0%, 34.3%
CMYK0%, 96%, 52%, 34%
HSV332.8°, 95.8%, 65.9%
LAB36.1, 60.8, 4.7
XYZ17.7, 9.1, 8.4
Decimal11011920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80750;
}
.text-color {
color: #A80750;
}
.border-color {
border: 2px solid #A80750;
}