#A80F66
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A80F66
At its core, #A80F66 is a dark and vivid hue. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 168 red, 15 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 91% M, 39% Y, and 34% K. The HSL representation is 325.9° hue, 83.6% saturation, and 35.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#A80F66
RGB168, 15, 102
HSL325.9°, 83.6%, 35.9%
CMYK0%, 91%, 39%, 34%
HSV325.9°, 91.1%, 65.9%
LAB37.2, 61.7, -7.9
XYZ18.7, 9.6, 13.4
Decimal11013990
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.18:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F66;
}
.text-color {
color: #A80F66;
}
.border-color {
border: 2px solid #A80F66;
}