#A01D83
A dark, moderate magenta closely aligning with Purple.
About #A01D83
When working with digital screens, the color #A01D83 is rendered by mixing light. Designers often compare it to the standard color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 29, and 131.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 82% M, 18% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A01D83
RGB160, 29, 131
HSL313.3°, 69.3%, 37.1%
CMYK0%, 82%, 18%, 37%
HSV313.3°, 81.9%, 62.7%
LAB37.8, 60.5, -25.3
XYZ19.0, 10.0, 22.4
Decimal10493315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.00:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.69:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01D83;
}
.text-color {
color: #A01D83;
}
.border-color {
border: 2px solid #A01D83;
}