Shades of Echo Blue #A2AADD
Tints of Echo Blue #A2AADD
RGB
CMYK
RGB Variations
Color information
#A2AADD (or 0xA2AADD) is known color: Echo Blue. HEX triplet: A2, AA and DD. RGB value is (162,170,221). Sum of RGB (Red+Green+Blue) = 162+170+221=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AADD is #5D5522. Grayscale: #ADADAD. Windows color (decimal): -6116643 or 14527138. OLE color: 14527138.
HSL color Cylindrical-coordinate representation of color #A2AADD: hue angle of 231.86º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2AADD is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 170 | 221 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.13 |
| HSL | 231.86º | 0.46% | 0.75% | - |
| HSV(B) | 231.86º | 0.27% | 0.87% | - |
| XYZ | 42.33 | 41.65 | 74.22 | - |
| YUV | 173.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 221 | 0.27 | 0.23 | 0 | 0.13 | 231.86 | 0.46 | 0.75 |
| Hex | A2 | AA | DD | 1B | 17 | 0 | D | E8 | 2E | 4B |
| Octal | 242 | 252 | 335 | 33 | 27 | 0 | 15 | 350 | 56 | 113 |
| Binary | 10100010 | 10101010 | 11011101 | 11011 | 10111 | 0 | 1101 | 11101000 | 101110 | 1001011 |
Color Harmonies of #A2AADD
Complementary color
Monochromatic Colors of #A2AADD
Black with #A2AADD
Text Example
Text Example
White with #A2AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AADD; }
p { color: rgb(162,170,221); }
H1.HeaderClassName
{
color: #A2AADD;
}
.AnyTagClassName
{
color: #A2AADD;
}
</style>
background-color css
<style>
a { background-color: #A2AADD; }
a { background-color: rgb(162,170,221); }
div.DivClassName
{
background-color: #A2AADD;
}
.BgClassName
{
background-color: #A2AADD;
}
</style>
border-color css
<style>
span { border-color: #A2AADD; }
span { border-color: rgb(162,170,221); }
td.TdClassName
{
border-color: #A2AADD;
}
.TagClassName
{
border-color: #A2AADD;
}
</style>