#A82466
A medium, moderate magenta closely aligning with Mediumvioletred.
About #A82466
The hex code #A82466 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(168, 36, 102).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 79% M, 39% Y, and 34% K. The HSL representation is 330.0° hue, 64.7% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A82466
RGB168, 36, 102
HSL330.0°, 64.7%, 40.0%
CMYK0%, 79%, 39%, 34%
HSV330.0°, 78.6%, 65.9%
LAB38.8, 57.0, -5.5
XYZ19.2, 10.5, 13.6
Decimal11019366
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.75:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A82466;
}
.text-color {
color: #A82466;
}
.border-color {
border: 2px solid #A82466;
}