#A075A8
A medium, muted magenta closely aligning with Plum.
About #A075A8
The hex code #A075A8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 160 red, 117 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 30% Magenta, 0% Yellow, and 34% Black. The HSL representation is 290.6° hue, 22.7% saturation, and 55.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A075A8
RGB160, 117, 168
HSL290.6°, 22.7%, 55.9%
CMYK5%, 30%, 0%, 34%
HSV290.6°, 30.4%, 65.9%
LAB55.1, 26.0, -20.7
XYZ27.9, 23.0, 40.0
Decimal10515880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A075A8;
}
.text-color {
color: #A075A8;
}
.border-color {
border: 2px solid #A075A8;
}