Shades of Echo Blue #A2A8C3
Tints of Echo Blue #A2A8C3
RGB
CMYK
RGB Variations
Color information
#A2A8C3 (or 0xA2A8C3) is known color: Echo Blue. HEX triplet: A2, A8 and C3. RGB value is (162,168,195). Sum of RGB (Red+Green+Blue) = 162+168+195=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #A2A8C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A8C3 is #5D573C. Grayscale: #A9A9A9. Windows color (decimal): -6117181 or 12822690. OLE color: 12822690.
HSL color Cylindrical-coordinate representation of color #A2A8C3: hue angle of 229.09º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2A8C3 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 168 | 195 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.24 |
| HSL | 229.09º | 0.22% | 0.7% | - |
| HSV(B) | 229.09º | 0.17% | 0.76% | - |
| XYZ | 38.75 | 39.63 | 57.24 | - |
| YUV | 169.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 195 | 0.17 | 0.14 | 0 | 0.24 | 229.09 | 0.22 | 0.7 |
| Hex | A2 | A8 | C3 | 11 | E | 0 | 18 | E5 | 16 | 46 |
| Octal | 242 | 250 | 303 | 21 | 16 | 0 | 30 | 345 | 26 | 106 |
| Binary | 10100010 | 10101000 | 11000011 | 10001 | 1110 | 0 | 11000 | 11100101 | 10110 | 1000110 |
Color Harmonies of #A2A8C3
Complementary color
Monochromatic Colors of #A2A8C3
Black with #A2A8C3
Text Example
Text Example
White with #A2A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A8C3; }
p { color: rgb(162,168,195); }
H1.HeaderClassName
{
color: #A2A8C3;
}
.AnyTagClassName
{
color: #A2A8C3;
}
</style>
background-color css
<style>
a { background-color: #A2A8C3; }
a { background-color: rgb(162,168,195); }
div.DivClassName
{
background-color: #A2A8C3;
}
.BgClassName
{
background-color: #A2A8C3;
}
</style>
border-color css
<style>
span { border-color: #A2A8C3; }
span { border-color: rgb(162,168,195); }
td.TdClassName
{
border-color: #A2A8C3;
}
.TagClassName
{
border-color: #A2A8C3;
}
</style>