#A07CAF
A medium, muted purple closely aligning with Plum.
About #A07CAF
The hex code #A07CAF represents a beautifully specific shade of purple. Its closest recognized web color is Plum. This translates to an RGB value of rgb(160, 124, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 9% C, 29% M, 0% Y, and 31% K. The HSL representation is 282.4° hue, 24.2% saturation, and 58.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A07CAF
RGB160, 124, 175
HSL282.4°, 24.2%, 58.6%
CMYK9%, 29%, 0%, 31%
HSV282.4°, 29.1%, 68.6%
LAB57.1, 23.4, -21.7
XYZ29.4, 25.0, 43.8
Decimal10517679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
6.00:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07CAF;
}
.text-color {
color: #A07CAF;
}
.border-color {
border: 2px solid #A07CAF;
}