Shades of Echo Blue #A0ABC3
Tints of Echo Blue #A0ABC3
RGB
CMYK
RGB Variations
Color information
#A0ABC3 (or 0xA0ABC3) is known color: Echo Blue. HEX triplet: A0, AB and C3. RGB value is (160,171,195). Sum of RGB (Red+Green+Blue) = 160+171+195=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #A0ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABC3 is #5F543C. Grayscale: #AAAAAA. Windows color (decimal): -6247485 or 12823456. OLE color: 12823456.
HSL color Cylindrical-coordinate representation of color #A0ABC3: hue angle of 221.14º 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 #A0ABC3 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 171 | 195 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.24 |
| HSL | 221.14º | 0.23% | 0.7% | - |
| HSV(B) | 221.14º | 0.18% | 0.76% | - |
| XYZ | 38.91 | 40.54 | 57.4 | - |
| YUV | 170.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 195 | 0.18 | 0.12 | 0 | 0.24 | 221.14 | 0.23 | 0.7 |
| Hex | A0 | AB | C3 | 12 | C | 0 | 18 | DD | 17 | 46 |
| Octal | 240 | 253 | 303 | 22 | 14 | 0 | 30 | 335 | 27 | 106 |
| Binary | 10100000 | 10101011 | 11000011 | 10010 | 1100 | 0 | 11000 | 11011101 | 10111 | 1000110 |
Color Harmonies of #A0ABC3
Complementary color
Monochromatic Colors of #A0ABC3
Black with #A0ABC3
Text Example
Text Example
White with #A0ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABC3; }
p { color: rgb(160,171,195); }
H1.HeaderClassName
{
color: #A0ABC3;
}
.AnyTagClassName
{
color: #A0ABC3;
}
</style>
background-color css
<style>
a { background-color: #A0ABC3; }
a { background-color: rgb(160,171,195); }
div.DivClassName
{
background-color: #A0ABC3;
}
.BgClassName
{
background-color: #A0ABC3;
}
</style>
border-color css
<style>
span { border-color: #A0ABC3; }
span { border-color: rgb(160,171,195); }
td.TdClassName
{
border-color: #A0ABC3;
}
.TagClassName
{
border-color: #A0ABC3;
}
</style>