#A0006D
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A0006D
The precise color #A0006D is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(160, 0, 109).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 32% 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0006D
RGB160, 0, 109
HSL319.1°, 100.0%, 31.4%
CMYK0%, 100%, 32%, 37%
HSV319.1°, 100.0%, 62.7%
LAB35.2, 62.6, -15.6
XYZ17.3, 8.6, 15.2
Decimal10485869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.73:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.39:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0006D;
}
.text-color {
color: #A0006D;
}
.border-color {
border: 2px solid #A0006D;
}