#A083C5
A light, moderate purple closely aligning with Plum.
About #A083C5
When working with digital screens, the color #A083C5 is rendered by mixing light. Its closest recognized web color is Plum. This translates to an RGB value of rgb(160, 131, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 19% Cyan, 34% Magenta, 0% Yellow, and 23% Black. The HSL representation is 266.4° hue, 36.3% saturation, and 64.3% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A083C5
RGB160, 131, 197
HSL266.4°, 36.3%, 64.3%
CMYK19%, 34%, 0%, 23%
HSV266.4°, 33.5%, 77.3%
LAB59.7, 24.2, -30.2
XYZ32.7, 27.7, 56.5
Decimal10519493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A083C5;
}
.text-color {
color: #A083C5;
}
.border-color {
border: 2px solid #A083C5;
}