#A03AAF
A medium, moderate magenta closely aligning with Mediumorchid.
About #A03AAF
Visually, #A03AAF is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(160, 58, 175).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 9% cyan and 67% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#A03AAF
RGB160, 58, 175
HSL292.3°, 50.2%, 45.7%
CMYK9%, 67%, 0%, 31%
HSV292.3°, 66.9%, 68.6%
LAB43.6, 57.8, -42.7
XYZ23.7, 13.6, 41.9
Decimal10500783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.65:1
Text on #FFFFFF
AA
3.72:1
Text on #000000
AA Large
5.40:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A03AAF;
}
.text-color {
color: #A03AAF;
}
.border-color {
border: 2px solid #A03AAF;
}