Shades of Echo Blue #A0AED1
Tints of Echo Blue #A0AED1
RGB
CMYK
RGB Variations
Color information
#A0AED1 (or 0xA0AED1) is known color: Echo Blue. HEX triplet: A0, AE and D1. RGB value is (160,174,209). Sum of RGB (Red+Green+Blue) = 160+174+209=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #A0AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AED1 is #5F512E. Grayscale: #ADADAD. Windows color (decimal): -6246703 or 13741728. OLE color: 13741728.
HSL color Cylindrical-coordinate representation of color #A0AED1: hue angle of 222.86º 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 #A0AED1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 174 | 209 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.18 |
| HSL | 222.86º | 0.35% | 0.72% | - |
| HSV(B) | 222.86º | 0.23% | 0.82% | - |
| XYZ | 41.14 | 42.35 | 66.33 | - |
| YUV | 173.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 209 | 0.23 | 0.17 | 0 | 0.18 | 222.86 | 0.35 | 0.72 |
| Hex | A0 | AE | D1 | 17 | 11 | 0 | 12 | DF | 23 | 48 |
| Octal | 240 | 256 | 321 | 27 | 21 | 0 | 22 | 337 | 43 | 110 |
| Binary | 10100000 | 10101110 | 11010001 | 10111 | 10001 | 0 | 10010 | 11011111 | 100011 | 1001000 |
Color Harmonies of #A0AED1
Complementary color
Monochromatic Colors of #A0AED1
Black with #A0AED1
Text Example
Text Example
White with #A0AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AED1; }
p { color: rgb(160,174,209); }
H1.HeaderClassName
{
color: #A0AED1;
}
.AnyTagClassName
{
color: #A0AED1;
}
</style>
background-color css
<style>
a { background-color: #A0AED1; }
a { background-color: rgb(160,174,209); }
div.DivClassName
{
background-color: #A0AED1;
}
.BgClassName
{
background-color: #A0AED1;
}
</style>
border-color css
<style>
span { border-color: #A0AED1; }
span { border-color: rgb(160,174,209); }
td.TdClassName
{
border-color: #A0AED1;
}
.TagClassName
{
border-color: #A0AED1;
}
</style>