#A0078A
A dark, vivid magenta closely aligning with Darkmagenta.
About #A0078A
When working with digital screens, the color #A0078A is rendered by mixing light. It is closely associated with the named CSS color Darkmagenta. This translates to an RGB value of rgb(160, 7, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 96% Magenta, 14% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0078A
RGB160, 7, 138
HSL308.6°, 91.6%, 32.7%
CMYK0%, 96%, 14%, 37%
HSV308.6°, 95.6%, 62.7%
LAB36.9, 65.3, -31.1
XYZ19.2, 9.5, 24.9
Decimal10487690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.26:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.94:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0078A;
}
.text-color {
color: #A0078A;
}
.border-color {
border: 2px solid #A0078A;
}