Shades of Echo Blue #A1AADC
Tints of Echo Blue #A1AADC
RGB
CMYK
RGB Variations
Color information
#A1AADC (or 0xA1AADC) is known color: Echo Blue. HEX triplet: A1, AA and DC. RGB value is (161,170,220). Sum of RGB (Red+Green+Blue) = 161+170+220=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AADC is #5E5523. Grayscale: #ACACAC. Windows color (decimal): -6182180 or 14461601. OLE color: 14461601.
HSL color Cylindrical-coordinate representation of color #A1AADC: hue angle of 230.85º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AADC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 170 | 220 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.14 |
| HSL | 230.85º | 0.46% | 0.75% | - |
| HSV(B) | 230.85º | 0.27% | 0.86% | - |
| XYZ | 41.99 | 41.49 | 73.51 | - |
| YUV | 173.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 220 | 0.27 | 0.23 | 0 | 0.14 | 230.85 | 0.46 | 0.75 |
| Hex | A1 | AA | DC | 1B | 17 | 0 | E | E7 | 2E | 4B |
| Octal | 241 | 252 | 334 | 33 | 27 | 0 | 16 | 347 | 56 | 113 |
| Binary | 10100001 | 10101010 | 11011100 | 11011 | 10111 | 0 | 1110 | 11100111 | 101110 | 1001011 |
Color Harmonies of #A1AADC
Complementary color
Monochromatic Colors of #A1AADC
Black with #A1AADC
Text Example
Text Example
White with #A1AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AADC; }
p { color: rgb(161,170,220); }
H1.HeaderClassName
{
color: #A1AADC;
}
.AnyTagClassName
{
color: #A1AADC;
}
</style>
background-color css
<style>
a { background-color: #A1AADC; }
a { background-color: rgb(161,170,220); }
div.DivClassName
{
background-color: #A1AADC;
}
.BgClassName
{
background-color: #A1AADC;
}
</style>
border-color css
<style>
span { border-color: #A1AADC; }
span { border-color: rgb(161,170,220); }
td.TdClassName
{
border-color: #A1AADC;
}
.TagClassName
{
border-color: #A1AADC;
}
</style>