Shades of Echo Blue #A0ABD1
Tints of Echo Blue #A0ABD1
RGB
CMYK
RGB Variations
Color information
#A0ABD1 (or 0xA0ABD1) is known color: Echo Blue. HEX triplet: A0, AB and D1. RGB value is (160,171,209). Sum of RGB (Red+Green+Blue) = 160+171+209=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #A0ABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABD1 is #5F542E. Grayscale: #ABABAB. Windows color (decimal): -6247471 or 13740960. OLE color: 13740960.
HSL color Cylindrical-coordinate representation of color #A0ABD1: hue angle of 226.53º 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 #A0ABD1 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 171 | 209 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.18 |
| HSL | 226.53º | 0.35% | 0.72% | - |
| HSV(B) | 226.53º | 0.23% | 0.82% | - |
| XYZ | 40.57 | 41.2 | 66.14 | - |
| YUV | 172.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 209 | 0.23 | 0.18 | 0 | 0.18 | 226.53 | 0.35 | 0.72 |
| Hex | A0 | AB | D1 | 17 | 12 | 0 | 12 | E3 | 23 | 48 |
| Octal | 240 | 253 | 321 | 27 | 22 | 0 | 22 | 343 | 43 | 110 |
| Binary | 10100000 | 10101011 | 11010001 | 10111 | 10010 | 0 | 10010 | 11100011 | 100011 | 1001000 |
Color Harmonies of #A0ABD1
Complementary color
Monochromatic Colors of #A0ABD1
Black with #A0ABD1
Text Example
Text Example
White with #A0ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABD1; }
p { color: rgb(160,171,209); }
H1.HeaderClassName
{
color: #A0ABD1;
}
.AnyTagClassName
{
color: #A0ABD1;
}
</style>
background-color css
<style>
a { background-color: #A0ABD1; }
a { background-color: rgb(160,171,209); }
div.DivClassName
{
background-color: #A0ABD1;
}
.BgClassName
{
background-color: #A0ABD1;
}
</style>
border-color css
<style>
span { border-color: #A0ABD1; }
span { border-color: rgb(160,171,209); }
td.TdClassName
{
border-color: #A0ABD1;
}
.TagClassName
{
border-color: #A0ABD1;
}
</style>