Shades of Echo Blue #A2ABDC
Tints of Echo Blue #A2ABDC
RGB
CMYK
RGB Variations
Color information
#A2ABDC (or 0xA2ABDC) is known color: Echo Blue. HEX triplet: A2, AB and DC. RGB value is (162,171,220). Sum of RGB (Red+Green+Blue) = 162+171+220=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABDC is #5D5423. Grayscale: #ADADAD. Windows color (decimal): -6116388 or 14461858. OLE color: 14461858.
HSL color Cylindrical-coordinate representation of color #A2ABDC: hue angle of 230.69º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2ABDC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 171 | 220 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.14 |
| HSL | 230.69º | 0.45% | 0.75% | - |
| HSV(B) | 230.69º | 0.26% | 0.86% | - |
| XYZ | 42.38 | 41.97 | 73.58 | - |
| YUV | 173.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 220 | 0.26 | 0.22 | 0 | 0.14 | 230.69 | 0.45 | 0.75 |
| Hex | A2 | AB | DC | 1A | 16 | 0 | E | E7 | 2D | 4B |
| Octal | 242 | 253 | 334 | 32 | 26 | 0 | 16 | 347 | 55 | 113 |
| Binary | 10100010 | 10101011 | 11011100 | 11010 | 10110 | 0 | 1110 | 11100111 | 101101 | 1001011 |
Color Harmonies of #A2ABDC
Complementary color
Monochromatic Colors of #A2ABDC
Black with #A2ABDC
Text Example
Text Example
White with #A2ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABDC; }
p { color: rgb(162,171,220); }
H1.HeaderClassName
{
color: #A2ABDC;
}
.AnyTagClassName
{
color: #A2ABDC;
}
</style>
background-color css
<style>
a { background-color: #A2ABDC; }
a { background-color: rgb(162,171,220); }
div.DivClassName
{
background-color: #A2ABDC;
}
.BgClassName
{
background-color: #A2ABDC;
}
</style>
border-color css
<style>
span { border-color: #A2ABDC; }
span { border-color: rgb(162,171,220); }
td.TdClassName
{
border-color: #A2ABDC;
}
.TagClassName
{
border-color: #A2ABDC;
}
</style>