#A092BD
A light, muted purple closely aligning with Lightslategray.
About #A092BD
When working with digital screens, the color #A092BD is rendered by mixing light. Its closest recognized web color is Lightslategray. This translates to an RGB value of rgb(160, 146, 189).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 15% cyan, 23% magenta, 0% yellow, and 26% black. With a hue angle of 259.5 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#A092BD
RGB160, 146, 189
HSL259.5°, 24.6%, 65.7%
CMYK15%, 23%, 0%, 26%
HSV259.5°, 22.8%, 74.1%
LAB63.1, 13.9, -20.4
XYZ34.0, 31.7, 52.5
Decimal10523325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A092BD;
}
.text-color {
color: #A092BD;
}
.border-color {
border: 2px solid #A092BD;
}