Shades of Echo Blue #A0ACDD
Tints of Echo Blue #A0ACDD
RGB
CMYK
RGB Variations
Color information
#A0ACDD (or 0xA0ACDD) is known color: Echo Blue. HEX triplet: A0, AC and DD. RGB value is (160,172,221). Sum of RGB (Red+Green+Blue) = 160+172+221=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDD is #5F5322. Grayscale: #ADADAD. Windows color (decimal): -6247203 or 14527648. OLE color: 14527648.
HSL color Cylindrical-coordinate representation of color #A0ACDD: hue angle of 228.2º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0ACDD is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 172 | 221 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.13 |
| HSL | 228.2º | 0.47% | 0.75% | - |
| HSV(B) | 228.2º | 0.28% | 0.87% | - |
| XYZ | 42.3 | 42.2 | 74.32 | - |
| YUV | 174 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 221 | 0.28 | 0.22 | 0 | 0.13 | 228.2 | 0.47 | 0.75 |
| Hex | A0 | AC | DD | 1C | 16 | 0 | D | E4 | 2F | 4B |
| Octal | 240 | 254 | 335 | 34 | 26 | 0 | 15 | 344 | 57 | 113 |
| Binary | 10100000 | 10101100 | 11011101 | 11100 | 10110 | 0 | 1101 | 11100100 | 101111 | 1001011 |
Color Harmonies of #A0ACDD
Complementary color
Monochromatic Colors of #A0ACDD
Black with #A0ACDD
Text Example
Text Example
White with #A0ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACDD; }
p { color: rgb(160,172,221); }
H1.HeaderClassName
{
color: #A0ACDD;
}
.AnyTagClassName
{
color: #A0ACDD;
}
</style>
background-color css
<style>
a { background-color: #A0ACDD; }
a { background-color: rgb(160,172,221); }
div.DivClassName
{
background-color: #A0ACDD;
}
.BgClassName
{
background-color: #A0ACDD;
}
</style>
border-color css
<style>
span { border-color: #A0ACDD; }
span { border-color: rgb(160,172,221); }
td.TdClassName
{
border-color: #A0ACDD;
}
.TagClassName
{
border-color: #A0ACDD;
}
</style>