Shades of Echo Blue #A2A8CE
Tints of Echo Blue #A2A8CE
RGB
CMYK
RGB Variations
Color information
#A2A8CE (or 0xA2A8CE) is known color: Echo Blue. HEX triplet: A2, A8 and CE. RGB value is (162,168,206). Sum of RGB (Red+Green+Blue) = 162+168+206=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A8CE is #5D5731. Grayscale: #AAAAAA. Windows color (decimal): -6117170 or 13543586. OLE color: 13543586.
HSL color Cylindrical-coordinate representation of color #A2A8CE: hue angle of 231.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A8CE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 168 | 206 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.19 |
| HSL | 231.82º | 0.31% | 0.72% | - |
| HSV(B) | 231.82º | 0.21% | 0.81% | - |
| XYZ | 40.04 | 40.14 | 64.03 | - |
| YUV | 170.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 206 | 0.21 | 0.18 | 0 | 0.19 | 231.82 | 0.31 | 0.72 |
| Hex | A2 | A8 | CE | 15 | 12 | 0 | 13 | E8 | 1F | 48 |
| Octal | 242 | 250 | 316 | 25 | 22 | 0 | 23 | 350 | 37 | 110 |
| Binary | 10100010 | 10101000 | 11001110 | 10101 | 10010 | 0 | 10011 | 11101000 | 11111 | 1001000 |
Color Harmonies of #A2A8CE
Complementary color
Monochromatic Colors of #A2A8CE
Black with #A2A8CE
Text Example
Text Example
White with #A2A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A8CE; }
p { color: rgb(162,168,206); }
H1.HeaderClassName
{
color: #A2A8CE;
}
.AnyTagClassName
{
color: #A2A8CE;
}
</style>
background-color css
<style>
a { background-color: #A2A8CE; }
a { background-color: rgb(162,168,206); }
div.DivClassName
{
background-color: #A2A8CE;
}
.BgClassName
{
background-color: #A2A8CE;
}
</style>
border-color css
<style>
span { border-color: #A2A8CE; }
span { border-color: rgb(162,168,206); }
td.TdClassName
{
border-color: #A2A8CE;
}
.TagClassName
{
border-color: #A2A8CE;
}
</style>