Shades of Echo Blue #A2ABCE
Tints of Echo Blue #A2ABCE
RGB
CMYK
RGB Variations
Color information
#A2ABCE (or 0xA2ABCE) is known color: Echo Blue. HEX triplet: A2, AB and CE. RGB value is (162,171,206). Sum of RGB (Red+Green+Blue) = 162+171+206=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABCE is #5D5431. Grayscale: #ACACAC. Windows color (decimal): -6116402 or 13544354. OLE color: 13544354.
HSL color Cylindrical-coordinate representation of color #A2ABCE: hue angle of 227.73º 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 #A2ABCE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 171 | 206 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.19 |
| HSL | 227.73º | 0.31% | 0.72% | - |
| HSV(B) | 227.73º | 0.21% | 0.81% | - |
| XYZ | 40.6 | 41.26 | 64.22 | - |
| YUV | 172.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 206 | 0.21 | 0.17 | 0 | 0.19 | 227.73 | 0.31 | 0.72 |
| Hex | A2 | AB | CE | 15 | 11 | 0 | 13 | E4 | 1F | 48 |
| Octal | 242 | 253 | 316 | 25 | 21 | 0 | 23 | 344 | 37 | 110 |
| Binary | 10100010 | 10101011 | 11001110 | 10101 | 10001 | 0 | 10011 | 11100100 | 11111 | 1001000 |
Color Harmonies of #A2ABCE
Complementary color
Monochromatic Colors of #A2ABCE
Black with #A2ABCE
Text Example
Text Example
White with #A2ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABCE; }
p { color: rgb(162,171,206); }
H1.HeaderClassName
{
color: #A2ABCE;
}
.AnyTagClassName
{
color: #A2ABCE;
}
</style>
background-color css
<style>
a { background-color: #A2ABCE; }
a { background-color: rgb(162,171,206); }
div.DivClassName
{
background-color: #A2ABCE;
}
.BgClassName
{
background-color: #A2ABCE;
}
</style>
border-color css
<style>
span { border-color: #A2ABCE; }
span { border-color: rgb(162,171,206); }
td.TdClassName
{
border-color: #A2ABCE;
}
.TagClassName
{
border-color: #A2ABCE;
}
</style>