#A07CBD
A light, moderate purple closely aligning with Plum.
About #A07CBD
At its core, #A07CBD is a light and moderate hue. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(160, 124, 189).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 15% C, 34% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#A07CBD
RGB160, 124, 189
HSL273.2°, 33.0%, 61.4%
CMYK15%, 34%, 0%, 26%
HSV273.2°, 34.4%, 74.1%
LAB57.6, 26.4, -28.8
XYZ30.9, 25.6, 51.5
Decimal10517693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07CBD;
}
.text-color {
color: #A07CBD;
}
.border-color {
border: 2px solid #A07CBD;
}