#A050A8
A medium, moderate magenta closely aligning with Orchid.
About #A050A8
At its core, #A050A8 is a medium and moderate hue. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(160, 80, 168).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 5% Cyan, 52% Magenta, 0% Yellow, and 34% Black. With a hue angle of 294.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF 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#A050A8
RGB160, 80, 168
HSL294.5°, 35.5%, 48.6%
CMYK5%, 52%, 0%, 34%
HSV294.5°, 52.4%, 65.9%
LAB47.0, 46.3, -33.2
XYZ24.4, 16.0, 38.9
Decimal10506408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A050A8;
}
.text-color {
color: #A050A8;
}
.border-color {
border: 2px solid #A050A8;
}