Shades of Echo Blue #A2AADB
Tints of Echo Blue #A2AADB
RGB
CMYK
RGB Variations
Color information
#A2AADB (or 0xA2AADB) is known color: Echo Blue. HEX triplet: A2, AA and DB. RGB value is (162,170,219). Sum of RGB (Red+Green+Blue) = 162+170+219=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AADB is #5D5524. Grayscale: #ACACAC. Windows color (decimal): -6116645 or 14396066. OLE color: 14396066.
HSL color Cylindrical-coordinate representation of color #A2AADB: hue angle of 231.58º 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 #A2AADB is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 170 | 219 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.14 |
| HSL | 231.58º | 0.44% | 0.75% | - |
| HSV(B) | 231.58º | 0.26% | 0.86% | - |
| XYZ | 42.06 | 41.55 | 72.82 | - |
| YUV | 173.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 219 | 0.26 | 0.22 | 0 | 0.14 | 231.58 | 0.44 | 0.75 |
| Hex | A2 | AA | DB | 1A | 16 | 0 | E | E8 | 2C | 4B |
| Octal | 242 | 252 | 333 | 32 | 26 | 0 | 16 | 350 | 54 | 113 |
| Binary | 10100010 | 10101010 | 11011011 | 11010 | 10110 | 0 | 1110 | 11101000 | 101100 | 1001011 |
Color Harmonies of #A2AADB
Complementary color
Monochromatic Colors of #A2AADB
Black with #A2AADB
Text Example
Text Example
White with #A2AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AADB; }
p { color: rgb(162,170,219); }
H1.HeaderClassName
{
color: #A2AADB;
}
.AnyTagClassName
{
color: #A2AADB;
}
</style>
background-color css
<style>
a { background-color: #A2AADB; }
a { background-color: rgb(162,170,219); }
div.DivClassName
{
background-color: #A2AADB;
}
.BgClassName
{
background-color: #A2AADB;
}
</style>
border-color css
<style>
span { border-color: #A2AADB; }
span { border-color: rgb(162,170,219); }
td.TdClassName
{
border-color: #A2AADB;
}
.TagClassName
{
border-color: #A2AADB;
}
</style>