Shades of Echo Blue #A1A6CE
Tints of Echo Blue #A1A6CE
RGB
CMYK
RGB Variations
Color information
#A1A6CE (or 0xA1A6CE) is known color: Echo Blue. HEX triplet: A1, A6 and CE. RGB value is (161,166,206). Sum of RGB (Red+Green+Blue) = 161+166+206=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6CE is #5E5931. Grayscale: #A8A8A8. Windows color (decimal): -6183218 or 13543073. OLE color: 13543073.
HSL color Cylindrical-coordinate representation of color #A1A6CE: hue angle of 233.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A6CE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 166 | 206 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.19 |
| HSL | 233.33º | 0.31% | 0.72% | - |
| HSV(B) | 233.33º | 0.22% | 0.81% | - |
| XYZ | 39.47 | 39.31 | 63.9 | - |
| YUV | 169.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 206 | 0.22 | 0.19 | 0 | 0.19 | 233.33 | 0.31 | 0.72 |
| Hex | A1 | A6 | CE | 16 | 13 | 0 | 13 | E9 | 1F | 48 |
| Octal | 241 | 246 | 316 | 26 | 23 | 0 | 23 | 351 | 37 | 110 |
| Binary | 10100001 | 10100110 | 11001110 | 10110 | 10011 | 0 | 10011 | 11101001 | 11111 | 1001000 |
Color Harmonies of #A1A6CE
Complementary color
Monochromatic Colors of #A1A6CE
Black with #A1A6CE
Text Example
Text Example
White with #A1A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A6CE; }
p { color: rgb(161,166,206); }
H1.HeaderClassName
{
color: #A1A6CE;
}
.AnyTagClassName
{
color: #A1A6CE;
}
</style>
background-color css
<style>
a { background-color: #A1A6CE; }
a { background-color: rgb(161,166,206); }
div.DivClassName
{
background-color: #A1A6CE;
}
.BgClassName
{
background-color: #A1A6CE;
}
</style>
border-color css
<style>
span { border-color: #A1A6CE; }
span { border-color: rgb(161,166,206); }
td.TdClassName
{
border-color: #A1A6CE;
}
.TagClassName
{
border-color: #A1A6CE;
}
</style>