#A092F0
A light, vivid blue closely aligning with Mediumpurple.
About #A092F0
The precise color #A092F0 is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 146, and 240.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 33% C, 39% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A092F0
RGB160, 146, 240
HSL248.9°, 75.8%, 75.7%
CMYK33%, 39%, 0%, 6%
HSV248.9°, 39.2%, 94.1%
LAB65.2, 26.2, -45.5
XYZ40.5, 34.3, 86.9
Decimal10523376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.86:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A092F0;
}
.text-color {
color: #A092F0;
}
.border-color {
border: 2px solid #A092F0;
}