#A092C5
A light, moderate purple closely aligning with Plum.
About #A092C5
At its core, #A092C5 is a light and moderate hue. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(160, 146, 197).
For print applications, it's crucial to understand its CMYK makeup. The color uses 19% Cyan, 26% Magenta, 0% Yellow, and 23% Black. With a hue angle of 256.5 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A092C5
RGB160, 146, 197
HSL256.5°, 30.5%, 67.3%
CMYK19%, 26%, 0%, 23%
HSV256.5°, 25.9%, 77.3%
LAB63.4, 15.7, -24.5
XYZ34.9, 32.1, 57.2
Decimal10523333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A092C5;
}
.text-color {
color: #A092C5;
}
.border-color {
border: 2px solid #A092C5;
}