Shades of Echo Blue #A0ACC3
Tints of Echo Blue #A0ACC3
RGB
CMYK
RGB Variations
Color information
#A0ACC3 (or 0xA0ACC3) is known color: Echo Blue. HEX triplet: A0, AC and C3. RGB value is (160,172,195). Sum of RGB (Red+Green+Blue) = 160+172+195=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #A0ACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACC3 is #5F533C. Grayscale: #AAAAAA. Windows color (decimal): -6247229 or 12823712. OLE color: 12823712.
HSL color Cylindrical-coordinate representation of color #A0ACC3: hue angle of 219.43º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0ACC3 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 172 | 195 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.24 |
| HSL | 219.43º | 0.23% | 0.7% | - |
| HSV(B) | 219.43º | 0.18% | 0.76% | - |
| XYZ | 39.1 | 40.92 | 57.47 | - |
| YUV | 171.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 195 | 0.18 | 0.12 | 0 | 0.24 | 219.43 | 0.23 | 0.7 |
| Hex | A0 | AC | C3 | 12 | C | 0 | 18 | DB | 17 | 46 |
| Octal | 240 | 254 | 303 | 22 | 14 | 0 | 30 | 333 | 27 | 106 |
| Binary | 10100000 | 10101100 | 11000011 | 10010 | 1100 | 0 | 11000 | 11011011 | 10111 | 1000110 |
Color Harmonies of #A0ACC3
Complementary color
Monochromatic Colors of #A0ACC3
Black with #A0ACC3
Text Example
Text Example
White with #A0ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACC3; }
p { color: rgb(160,172,195); }
H1.HeaderClassName
{
color: #A0ACC3;
}
.AnyTagClassName
{
color: #A0ACC3;
}
</style>
background-color css
<style>
a { background-color: #A0ACC3; }
a { background-color: rgb(160,172,195); }
div.DivClassName
{
background-color: #A0ACC3;
}
.BgClassName
{
background-color: #A0ACC3;
}
</style>
border-color css
<style>
span { border-color: #A0ACC3; }
span { border-color: rgb(160,172,195); }
td.TdClassName
{
border-color: #A0ACC3;
}
.TagClassName
{
border-color: #A0ACC3;
}
</style>