#A0AFF0
A light, vivid blue closely aligning with Cornflowerblue.
About #A0AFF0
When working with digital screens, the color #A0AFF0 is rendered by mixing light. Designers often compare it to the standard color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 175, and 240.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 33% cyan and 27% magenta inks. With a hue angle of 228.8 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0AFF0
RGB160, 175, 240
HSL228.8°, 72.7%, 78.4%
CMYK33%, 27%, 0%, 6%
HSV228.8°, 33.3%, 94.1%
LAB72.5, 9.8, -34.1
XYZ45.6, 44.4, 88.6
Decimal10530800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.88:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AFF0;
}
.text-color {
color: #A0AFF0;
}
.border-color {
border: 2px solid #A0AFF0;
}