Shades of Echo Blue #A1A8CE
Tints of Echo Blue #A1A8CE
RGB
CMYK
RGB Variations
Color information
#A1A8CE (or 0xA1A8CE) is known color: Echo Blue. HEX triplet: A1, A8 and CE. RGB value is (161,168,206). Sum of RGB (Red+Green+Blue) = 161+168+206=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8CE is #5E5731. Grayscale: #AAAAAA. Windows color (decimal): -6182706 or 13543585. OLE color: 13543585.
HSL color Cylindrical-coordinate representation of color #A1A8CE: hue angle of 230.67º 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 #A1A8CE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 168 | 206 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.19 |
| HSL | 230.67º | 0.31% | 0.72% | - |
| HSV(B) | 230.67º | 0.22% | 0.81% | - |
| XYZ | 39.84 | 40.04 | 64.02 | - |
| YUV | 170.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 206 | 0.22 | 0.18 | 0 | 0.19 | 230.67 | 0.31 | 0.72 |
| Hex | A1 | A8 | CE | 16 | 12 | 0 | 13 | E7 | 1F | 48 |
| Octal | 241 | 250 | 316 | 26 | 22 | 0 | 23 | 347 | 37 | 110 |
| Binary | 10100001 | 10101000 | 11001110 | 10110 | 10010 | 0 | 10011 | 11100111 | 11111 | 1001000 |
Color Harmonies of #A1A8CE
Complementary color
Monochromatic Colors of #A1A8CE
Black with #A1A8CE
Text Example
Text Example
White with #A1A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8CE; }
p { color: rgb(161,168,206); }
H1.HeaderClassName
{
color: #A1A8CE;
}
.AnyTagClassName
{
color: #A1A8CE;
}
</style>
background-color css
<style>
a { background-color: #A1A8CE; }
a { background-color: rgb(161,168,206); }
div.DivClassName
{
background-color: #A1A8CE;
}
.BgClassName
{
background-color: #A1A8CE;
}
</style>
border-color css
<style>
span { border-color: #A1A8CE; }
span { border-color: rgb(161,168,206); }
td.TdClassName
{
border-color: #A1A8CE;
}
.TagClassName
{
border-color: #A1A8CE;
}
</style>