#A00F75
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A00F75
The hex code #A00F75 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 160 parts red, 15 parts green, and 117 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 91% magenta inks. The HSL representation is 317.8° hue, 82.9% saturation, and 34.3% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A00F75
RGB160, 15, 117
HSL317.8°, 82.9%, 34.3%
CMYK0%, 91%, 27%, 37%
HSV317.8°, 90.6%, 62.7%
LAB36.2, 61.6, -19.1
XYZ17.9, 9.1, 17.6
Decimal10489717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.45:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.12:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00F75;
}
.text-color {
color: #A00F75;
}
.border-color {
border: 2px solid #A00F75;
}