#A03AB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #A03AB6
Visually, #A03AB6 is defined as a moderate magenta. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(160, 58, 182).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 12% C, 68% M, 0% Y, and 29% K. The HSL representation is 289.4° hue, 51.7% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A03AB6
RGB160, 58, 182
HSL289.4°, 51.7%, 47.1%
CMYK12%, 68%, 0%, 29%
HSV289.4°, 68.1%, 71.4%
LAB44.1, 59.1, -46.1
XYZ24.5, 13.9, 45.6
Decimal10500790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.56:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A03AB6;
}
.text-color {
color: #A03AB6;
}
.border-color {
border: 2px solid #A03AB6;
}