#A80F8A
A dark, vivid magenta closely aligning with Darkmagenta.
About #A80F8A
The hex code #A80F8A represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 168 red, 15 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 91% Magenta, 18% Yellow, and 34% Black. The HSL representation is 311.8° hue, 83.6% saturation, and 35.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A80F8A
RGB168, 15, 138
HSL311.8°, 83.6%, 35.9%
CMYK0%, 91%, 18%, 34%
HSV311.8°, 91.1%, 65.9%
LAB38.7, 65.9, -28.1
XYZ20.9, 10.5, 25.0
Decimal11014026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.77:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.47:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F8A;
}
.text-color {
color: #A80F8A;
}
.border-color {
border: 2px solid #A80F8A;
}