Shades of Echo Blue #A0ABDB
Tints of Echo Blue #A0ABDB
RGB
CMYK
RGB Variations
Color information
#A0ABDB (or 0xA0ABDB) is known color: Echo Blue. HEX triplet: A0, AB and DB. RGB value is (160,171,219). Sum of RGB (Red+Green+Blue) = 160+171+219=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABDB is #5F5424. Grayscale: #ACACAC. Windows color (decimal): -6247461 or 14396320. OLE color: 14396320.
HSL color Cylindrical-coordinate representation of color #A0ABDB: hue angle of 228.81º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0ABDB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 171 | 219 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.14 |
| HSL | 228.81º | 0.45% | 0.74% | - |
| HSV(B) | 228.81º | 0.27% | 0.86% | - |
| XYZ | 41.85 | 41.71 | 72.86 | - |
| YUV | 173.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 219 | 0.27 | 0.22 | 0 | 0.14 | 228.81 | 0.45 | 0.74 |
| Hex | A0 | AB | DB | 1B | 16 | 0 | E | E5 | 2D | 4A |
| Octal | 240 | 253 | 333 | 33 | 26 | 0 | 16 | 345 | 55 | 112 |
| Binary | 10100000 | 10101011 | 11011011 | 11011 | 10110 | 0 | 1110 | 11100101 | 101101 | 1001010 |
Color Harmonies of #A0ABDB
Complementary color
Monochromatic Colors of #A0ABDB
Black with #A0ABDB
Text Example
Text Example
White with #A0ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABDB; }
p { color: rgb(160,171,219); }
H1.HeaderClassName
{
color: #A0ABDB;
}
.AnyTagClassName
{
color: #A0ABDB;
}
</style>
background-color css
<style>
a { background-color: #A0ABDB; }
a { background-color: rgb(160,171,219); }
div.DivClassName
{
background-color: #A0ABDB;
}
.BgClassName
{
background-color: #A0ABDB;
}
</style>
border-color css
<style>
span { border-color: #A0ABDB; }
span { border-color: rgb(160,171,219); }
td.TdClassName
{
border-color: #A0ABDB;
}
.TagClassName
{
border-color: #A0ABDB;
}
</style>