#A092FF
A light, vivid blue closely aligning with Mediumpurple.
About #A092FF
Visually, #A092FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(160, 146, 255).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 37% Cyan, 43% Magenta, 0% Yellow, and 0% Black. With a hue angle of 247.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A092FF
RGB160, 146, 255
HSL247.7°, 100.0%, 78.6%
CMYK37%, 43%, 0%, 0%
HSV247.7°, 42.7%, 100.0%
LAB65.9, 30.1, -52.6
XYZ42.8, 35.3, 99.2
Decimal10523391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A092FF;
}
.text-color {
color: #A092FF;
}
.border-color {
border: 2px solid #A092FF;
}