#A0508A
A medium, moderate magenta closely aligning with Palevioletred.
About #A0508A
At its core, #A0508A is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(160, 80, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. With a hue angle of 316.5 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0508A
RGB160, 80, 138
HSL316.5°, 33.3%, 47.1%
CMYK0%, 50%, 14%, 37%
HSV316.5°, 50.0%, 62.7%
LAB45.7, 40.8, -17.4
XYZ22.0, 15.0, 25.8
Decimal10506378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0508A;
}
.text-color {
color: #A0508A;
}
.border-color {
border: 2px solid #A0508A;
}