Shades of Echo Blue #A0ACD0
Tints of Echo Blue #A0ACD0
RGB
CMYK
RGB Variations
Color information
#A0ACD0 (or 0xA0ACD0) is known color: Echo Blue. HEX triplet: A0, AC and D0. RGB value is (160,172,208). Sum of RGB (Red+Green+Blue) = 160+172+208=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACD0 is #5F532F. Grayscale: #ACACAC. Windows color (decimal): -6247216 or 13675680. OLE color: 13675680.
HSL color Cylindrical-coordinate representation of color #A0ACD0: hue angle of 225º degrees, saturation: 0.34, 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 #A0ACD0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 172 | 208 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.18 |
| HSL | 225º | 0.34% | 0.72% | - |
| HSV(B) | 225º | 0.23% | 0.82% | - |
| XYZ | 40.63 | 41.53 | 65.55 | - |
| YUV | 172.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 208 | 0.23 | 0.17 | 0 | 0.18 | 225 | 0.34 | 0.72 |
| Hex | A0 | AC | D0 | 17 | 11 | 0 | 12 | E1 | 22 | 48 |
| Octal | 240 | 254 | 320 | 27 | 21 | 0 | 22 | 341 | 42 | 110 |
| Binary | 10100000 | 10101100 | 11010000 | 10111 | 10001 | 0 | 10010 | 11100001 | 100010 | 1001000 |
Color Harmonies of #A0ACD0
Complementary color
Monochromatic Colors of #A0ACD0
Black with #A0ACD0
Text Example
Text Example
White with #A0ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACD0; }
p { color: rgb(160,172,208); }
H1.HeaderClassName
{
color: #A0ACD0;
}
.AnyTagClassName
{
color: #A0ACD0;
}
</style>
background-color css
<style>
a { background-color: #A0ACD0; }
a { background-color: rgb(160,172,208); }
div.DivClassName
{
background-color: #A0ACD0;
}
.BgClassName
{
background-color: #A0ACD0;
}
</style>
border-color css
<style>
span { border-color: #A0ACD0; }
span { border-color: rgb(160,172,208); }
td.TdClassName
{
border-color: #A0ACD0;
}
.TagClassName
{
border-color: #A0ACD0;
}
</style>