#A0007C
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A0007C
The precise color #A0007C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 0, and 124.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 22% Y, and 37% K. The HSL representation is 313.5° hue, 100.0% saturation, and 31.4% lightness.
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#A0007C
RGB160, 0, 124
HSL313.5°, 100.0%, 31.4%
CMYK0%, 100%, 22%, 37%
HSV313.5°, 100.0%, 62.7%
LAB35.8, 64.4, -24.0
XYZ18.1, 8.9, 19.8
Decimal10485884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.54:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.20:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0007C;
}
.text-color {
color: #A0007C;
}
.border-color {
border: 2px solid #A0007C;
}