#A07CA8
A medium, muted magenta closely aligning with Plum.
About #A07CA8
Visually, #A07CA8 is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(160, 124, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 5% cyan and 26% magenta inks. With a hue angle of 289.1 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A07CA8
RGB160, 124, 168
HSL289.1°, 20.2%, 57.3%
CMYK5%, 26%, 0%, 34%
HSV289.1°, 26.2%, 65.9%
LAB56.8, 21.9, -18.1
XYZ28.8, 24.7, 40.3
Decimal10517672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07CA8;
}
.text-color {
color: #A07CA8;
}
.border-color {
border: 2px solid #A07CA8;
}