Shades of Echo Blue #A0AAD1
Tints of Echo Blue #A0AAD1
RGB
CMYK
RGB Variations
Color information
#A0AAD1 (or 0xA0AAD1) is known color: Echo Blue. HEX triplet: A0, AA and D1. RGB value is (160,170,209). Sum of RGB (Red+Green+Blue) = 160+170+209=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #A0AAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AAD1 is #5F552E. Grayscale: #ABABAB. Windows color (decimal): -6247727 or 13740704. OLE color: 13740704.
HSL color Cylindrical-coordinate representation of color #A0AAD1: hue angle of 227.76º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0AAD1 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 170 | 209 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.18 |
| HSL | 227.76º | 0.35% | 0.72% | - |
| HSV(B) | 227.76º | 0.23% | 0.82% | - |
| XYZ | 40.38 | 40.83 | 66.07 | - |
| YUV | 171.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 209 | 0.23 | 0.19 | 0 | 0.18 | 227.76 | 0.35 | 0.72 |
| Hex | A0 | AA | D1 | 17 | 13 | 0 | 12 | E4 | 23 | 48 |
| Octal | 240 | 252 | 321 | 27 | 23 | 0 | 22 | 344 | 43 | 110 |
| Binary | 10100000 | 10101010 | 11010001 | 10111 | 10011 | 0 | 10010 | 11100100 | 100011 | 1001000 |
Color Harmonies of #A0AAD1
Complementary color
Monochromatic Colors of #A0AAD1
Black with #A0AAD1
Text Example
Text Example
White with #A0AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAD1; }
p { color: rgb(160,170,209); }
H1.HeaderClassName
{
color: #A0AAD1;
}
.AnyTagClassName
{
color: #A0AAD1;
}
</style>
background-color css
<style>
a { background-color: #A0AAD1; }
a { background-color: rgb(160,170,209); }
div.DivClassName
{
background-color: #A0AAD1;
}
.BgClassName
{
background-color: #A0AAD1;
}
</style>
border-color css
<style>
span { border-color: #A0AAD1; }
span { border-color: rgb(160,170,209); }
td.TdClassName
{
border-color: #A0AAD1;
}
.TagClassName
{
border-color: #A0AAD1;
}
</style>