#A092A8
A light, muted purple closely aligning with Lightslategray.
About #A092A8
Visually, #A092A8 is defined as a muted purple. It is closely associated with the named CSS color Lightslategray. This translates to an RGB value of rgb(160, 146, 168).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 5% C, 13% M, 0% Y, and 34% K. The HSL representation is 278.2° hue, 11.2% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#A092A8
RGB160, 146, 168
HSL278.2°, 11.2%, 61.6%
CMYK5%, 13%, 0%, 34%
HSV278.2°, 13.1%, 65.9%
LAB62.4, 9.4, -9.7
XYZ31.8, 30.9, 41.3
Decimal10523304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A092A8;
}
.text-color {
color: #A092A8;
}
.border-color {
border: 2px solid #A092A8;
}