Shades of Echo Blue #A2ACDB
Tints of Echo Blue #A2ACDB
RGB
CMYK
RGB Variations
Color information
#A2ACDB (or 0xA2ACDB) is known color: Echo Blue. HEX triplet: A2, AC and DB. RGB value is (162,172,219). Sum of RGB (Red+Green+Blue) = 162+172+219=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACDB is #5D5324. Grayscale: #AEAEAE. Windows color (decimal): -6116133 or 14396578. OLE color: 14396578.
HSL color Cylindrical-coordinate representation of color #A2ACDB: hue angle of 229.47º degrees, saturation: 0.44, 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 #A2ACDB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 172 | 219 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.14 |
| HSL | 229.47º | 0.44% | 0.75% | - |
| HSV(B) | 229.47º | 0.26% | 0.86% | - |
| XYZ | 42.44 | 42.3 | 72.95 | - |
| YUV | 174.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 219 | 0.26 | 0.21 | 0 | 0.14 | 229.47 | 0.44 | 0.75 |
| Hex | A2 | AC | DB | 1A | 15 | 0 | E | E5 | 2C | 4B |
| Octal | 242 | 254 | 333 | 32 | 25 | 0 | 16 | 345 | 54 | 113 |
| Binary | 10100010 | 10101100 | 11011011 | 11010 | 10101 | 0 | 1110 | 11100101 | 101100 | 1001011 |
Color Harmonies of #A2ACDB
Complementary color
Monochromatic Colors of #A2ACDB
Black with #A2ACDB
Text Example
Text Example
White with #A2ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACDB; }
p { color: rgb(162,172,219); }
H1.HeaderClassName
{
color: #A2ACDB;
}
.AnyTagClassName
{
color: #A2ACDB;
}
</style>
background-color css
<style>
a { background-color: #A2ACDB; }
a { background-color: rgb(162,172,219); }
div.DivClassName
{
background-color: #A2ACDB;
}
.BgClassName
{
background-color: #A2ACDB;
}
</style>
border-color css
<style>
span { border-color: #A2ACDB; }
span { border-color: rgb(162,172,219); }
td.TdClassName
{
border-color: #A2ACDB;
}
.TagClassName
{
border-color: #A2ACDB;
}
</style>