Shades of Echo Blue #A0A6CC
Tints of Echo Blue #A0A6CC
RGB
CMYK
RGB Variations
Color information
#A0A6CC (or 0xA0A6CC) is known color: Echo Blue. HEX triplet: A0, A6 and CC. RGB value is (160,166,204). Sum of RGB (Red+Green+Blue) = 160+166+204=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0A6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6CC is #5F5933. Grayscale: #A8A8A8. Windows color (decimal): -6248756 or 13412000. OLE color: 13412000.
HSL color Cylindrical-coordinate representation of color #A0A6CC: hue angle of 231.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A6CC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 166 | 204 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.2 |
| HSL | 231.82º | 0.3% | 0.71% | - |
| HSV(B) | 231.82º | 0.22% | 0.8% | - |
| XYZ | 39.03 | 39.11 | 62.62 | - |
| YUV | 168.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 204 | 0.22 | 0.19 | 0 | 0.2 | 231.82 | 0.3 | 0.71 |
| Hex | A0 | A6 | CC | 16 | 13 | 0 | 14 | E8 | 1E | 47 |
| Octal | 240 | 246 | 314 | 26 | 23 | 0 | 24 | 350 | 36 | 107 |
| Binary | 10100000 | 10100110 | 11001100 | 10110 | 10011 | 0 | 10100 | 11101000 | 11110 | 1000111 |
Color Harmonies of #A0A6CC
Complementary color
Monochromatic Colors of #A0A6CC
Black with #A0A6CC
Text Example
Text Example
White with #A0A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A6CC; }
p { color: rgb(160,166,204); }
H1.HeaderClassName
{
color: #A0A6CC;
}
.AnyTagClassName
{
color: #A0A6CC;
}
</style>
background-color css
<style>
a { background-color: #A0A6CC; }
a { background-color: rgb(160,166,204); }
div.DivClassName
{
background-color: #A0A6CC;
}
.BgClassName
{
background-color: #A0A6CC;
}
</style>
border-color css
<style>
span { border-color: #A0A6CC; }
span { border-color: rgb(160,166,204); }
td.TdClassName
{
border-color: #A0A6CC;
}
.TagClassName
{
border-color: #A0A6CC;
}
</style>