Shades of Echo Blue #A0ACDB
Tints of Echo Blue #A0ACDB
RGB
CMYK
RGB Variations
Color information
#A0ACDB (or 0xA0ACDB) is known color: Echo Blue. HEX triplet: A0, AC and DB. RGB value is (160,172,219). Sum of RGB (Red+Green+Blue) = 160+172+219=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDB is #5F5324. Grayscale: #ADADAD. Windows color (decimal): -6247205 or 14396576. OLE color: 14396576.
HSL color Cylindrical-coordinate representation of color #A0ACDB: hue angle of 227.8º 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 #A0ACDB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 172 | 219 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 227.8º | 0.45% | 0.74% | - |
| HSV(B) | 227.8º | 0.27% | 0.86% | - |
| XYZ | 42.04 | 42.09 | 72.93 | - |
| YUV | 173.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 219 | 0.27 | 0.21 | 0 | 0.14 | 227.8 | 0.45 | 0.74 |
| Hex | A0 | AC | DB | 1B | 15 | 0 | E | E4 | 2D | 4A |
| Octal | 240 | 254 | 333 | 33 | 25 | 0 | 16 | 344 | 55 | 112 |
| Binary | 10100000 | 10101100 | 11011011 | 11011 | 10101 | 0 | 1110 | 11100100 | 101101 | 1001010 |
Color Harmonies of #A0ACDB
Complementary color
Monochromatic Colors of #A0ACDB
Black with #A0ACDB
Text Example
Text Example
White with #A0ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACDB; }
p { color: rgb(160,172,219); }
H1.HeaderClassName
{
color: #A0ACDB;
}
.AnyTagClassName
{
color: #A0ACDB;
}
</style>
background-color css
<style>
a { background-color: #A0ACDB; }
a { background-color: rgb(160,172,219); }
div.DivClassName
{
background-color: #A0ACDB;
}
.BgClassName
{
background-color: #A0ACDB;
}
</style>
border-color css
<style>
span { border-color: #A0ACDB; }
span { border-color: rgb(160,172,219); }
td.TdClassName
{
border-color: #A0ACDB;
}
.TagClassName
{
border-color: #A0ACDB;
}
</style>