Shades of Echo Blue #A0A6C1
Tints of Echo Blue #A0A6C1
RGB
CMYK
RGB Variations
Color information
#A0A6C1 (or 0xA0A6C1) is known color: Echo Blue. HEX triplet: A0, A6 and C1. RGB value is (160,166,193). Sum of RGB (Red+Green+Blue) = 160+166+193=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6C1 is #5F593E. Grayscale: #A7A7A7. Windows color (decimal): -6248767 or 12691104. OLE color: 12691104.
HSL color Cylindrical-coordinate representation of color #A0A6C1: hue angle of 229.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0A6C1 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 166 | 193 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.24 |
| HSL | 229.09º | 0.21% | 0.69% | - |
| HSV(B) | 229.09º | 0.17% | 0.76% | - |
| XYZ | 37.76 | 38.6 | 55.91 | - |
| YUV | 167.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 193 | 0.17 | 0.14 | 0 | 0.24 | 229.09 | 0.21 | 0.69 |
| Hex | A0 | A6 | C1 | 11 | E | 0 | 18 | E5 | 15 | 45 |
| Octal | 240 | 246 | 301 | 21 | 16 | 0 | 30 | 345 | 25 | 105 |
| Binary | 10100000 | 10100110 | 11000001 | 10001 | 1110 | 0 | 11000 | 11100101 | 10101 | 1000101 |
Color Harmonies of #A0A6C1
Complementary color
Monochromatic Colors of #A0A6C1
Black with #A0A6C1
Text Example
Text Example
White with #A0A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A6C1; }
p { color: rgb(160,166,193); }
H1.HeaderClassName
{
color: #A0A6C1;
}
.AnyTagClassName
{
color: #A0A6C1;
}
</style>
background-color css
<style>
a { background-color: #A0A6C1; }
a { background-color: rgb(160,166,193); }
div.DivClassName
{
background-color: #A0A6C1;
}
.BgClassName
{
background-color: #A0A6C1;
}
</style>
border-color css
<style>
span { border-color: #A0A6C1; }
span { border-color: rgb(160,166,193); }
td.TdClassName
{
border-color: #A0A6C1;
}
.TagClassName
{
border-color: #A0A6C1;
}
</style>