#A083BD
A light, moderate purple closely aligning with Plum.
About #A083BD
The hex code #A083BD represents a beautifully specific shade of purple. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 160 red, 131 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 15% Cyan, 31% Magenta, 0% Yellow, and 26% Black. The HSL representation is 270.0° hue, 30.5% saturation, and 62.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A083BD
RGB160, 131, 189
HSL270.0°, 30.5%, 62.7%
CMYK15%, 31%, 0%, 26%
HSV270.0°, 30.7%, 74.1%
LAB59.3, 22.4, -26.2
XYZ31.8, 27.4, 51.8
Decimal10519485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.48:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A083BD;
}
.text-color {
color: #A083BD;
}
.border-color {
border: 2px solid #A083BD;
}