Shades of Echo Blue #A0ACD7
Tints of Echo Blue #A0ACD7
RGB
CMYK
RGB Variations
Color information
#A0ACD7 (or 0xA0ACD7) is known color: Echo Blue. HEX triplet: A0, AC and D7. RGB value is (160,172,215). Sum of RGB (Red+Green+Blue) = 160+172+215=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #A0ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACD7 is #5F5328. Grayscale: #ADADAD. Windows color (decimal): -6247209 or 14134432. OLE color: 14134432.
HSL color Cylindrical-coordinate representation of color #A0ACD7: hue angle of 226.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0ACD7 is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 172 | 215 | - |
| CMYK | 0.26 | 0.2 | 0 | 0.16 |
| HSL | 226.91º | 0.41% | 0.74% | - |
| HSV(B) | 226.91º | 0.26% | 0.84% | - |
| XYZ | 41.52 | 41.88 | 70.19 | - |
| YUV | 173.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 215 | 0.26 | 0.2 | 0 | 0.16 | 226.91 | 0.41 | 0.74 |
| Hex | A0 | AC | D7 | 1A | 14 | 0 | 10 | E3 | 29 | 4A |
| Octal | 240 | 254 | 327 | 32 | 24 | 0 | 20 | 343 | 51 | 112 |
| Binary | 10100000 | 10101100 | 11010111 | 11010 | 10100 | 0 | 10000 | 11100011 | 101001 | 1001010 |
Color Harmonies of #A0ACD7
Complementary color
Monochromatic Colors of #A0ACD7
Black with #A0ACD7
Text Example
Text Example
White with #A0ACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACD7; }
p { color: rgb(160,172,215); }
H1.HeaderClassName
{
color: #A0ACD7;
}
.AnyTagClassName
{
color: #A0ACD7;
}
</style>
background-color css
<style>
a { background-color: #A0ACD7; }
a { background-color: rgb(160,172,215); }
div.DivClassName
{
background-color: #A0ACD7;
}
.BgClassName
{
background-color: #A0ACD7;
}
</style>
border-color css
<style>
span { border-color: #A0ACD7; }
span { border-color: rgb(160,172,215); }
td.TdClassName
{
border-color: #A0ACD7;
}
.TagClassName
{
border-color: #A0ACD7;
}
</style>