#A80F50
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A80F50
Visually, #A80F50 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 15, and 80.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 91% magenta inks. The HSL representation is 334.5° 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A80F50
RGB168, 15, 80
HSL334.5°, 83.6%, 35.9%
CMYK0%, 91%, 52%, 34%
HSV334.5°, 91.1%, 65.9%
LAB36.5, 59.8, 5.2
XYZ17.8, 9.2, 8.4
Decimal11013968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.37:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.04:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F50;
}
.text-color {
color: #A80F50;
}
.border-color {
border: 2px solid #A80F50;
}