#A00075
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A00075
Visually, #A00075 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(160, 0, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 100% Magenta, 27% Yellow, and 37% Black. With a hue angle of 316.1 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A00075
RGB160, 0, 117
HSL316.1°, 100.0%, 31.4%
CMYK0%, 100%, 27%, 37%
HSV316.1°, 100.0%, 62.7%
LAB35.5, 63.5, -20.1
XYZ17.7, 8.8, 17.6
Decimal10485877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.63:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.29:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00075;
}
.text-color {
color: #A00075;
}
.border-color {
border: 2px solid #A00075;
}