Shades of Echo Blue #A0ACD9
Tints of Echo Blue #A0ACD9
RGB
CMYK
RGB Variations
Color information
#A0ACD9 (or 0xA0ACD9) is known color: Echo Blue. HEX triplet: A0, AC and D9. RGB value is (160,172,217). Sum of RGB (Red+Green+Blue) = 160+172+217=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #A0ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACD9 is #5F5326. Grayscale: #ADADAD. Windows color (decimal): -6247207 or 14265504. OLE color: 14265504.
HSL color Cylindrical-coordinate representation of color #A0ACD9: hue angle of 227.37º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0ACD9 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 172 | 217 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.15 |
| HSL | 227.37º | 0.43% | 0.74% | - |
| HSV(B) | 227.37º | 0.26% | 0.85% | - |
| XYZ | 41.77 | 41.99 | 71.55 | - |
| YUV | 173.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 217 | 0.26 | 0.21 | 0 | 0.15 | 227.37 | 0.43 | 0.74 |
| Hex | A0 | AC | D9 | 1A | 15 | 0 | F | E3 | 2B | 4A |
| Octal | 240 | 254 | 331 | 32 | 25 | 0 | 17 | 343 | 53 | 112 |
| Binary | 10100000 | 10101100 | 11011001 | 11010 | 10101 | 0 | 1111 | 11100011 | 101011 | 1001010 |
Color Harmonies of #A0ACD9
Complementary color
Monochromatic Colors of #A0ACD9
Black with #A0ACD9
Text Example
Text Example
White with #A0ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACD9; }
p { color: rgb(160,172,217); }
H1.HeaderClassName
{
color: #A0ACD9;
}
.AnyTagClassName
{
color: #A0ACD9;
}
</style>
background-color css
<style>
a { background-color: #A0ACD9; }
a { background-color: rgb(160,172,217); }
div.DivClassName
{
background-color: #A0ACD9;
}
.BgClassName
{
background-color: #A0ACD9;
}
</style>
border-color css
<style>
span { border-color: #A0ACD9; }
span { border-color: rgb(160,172,217); }
td.TdClassName
{
border-color: #A0ACD9;
}
.TagClassName
{
border-color: #A0ACD9;
}
</style>