#A00F50
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A00F50
When working with digital screens, the color #A00F50 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(160, 15, 80).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 91% M, 50% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A00F50
RGB160, 15, 80
HSL333.1°, 82.9%, 34.3%
CMYK0%, 91%, 50%, 37%
HSV333.1°, 90.6%, 62.7%
LAB34.8, 57.8, 2.6
XYZ16.1, 8.4, 8.4
Decimal10489680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.84:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.49:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00F50;
}
.text-color {
color: #A00F50;
}
.border-color {
border: 2px solid #A00F50;
}