Shades of Echo Blue #A2A9DD
Tints of Echo Blue #A2A9DD
RGB
CMYK
RGB Variations
Color information
#A2A9DD (or 0xA2A9DD) is known color: Echo Blue. HEX triplet: A2, A9 and DD. RGB value is (162,169,221). Sum of RGB (Red+Green+Blue) = 162+169+221=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A9DD is #5D5622. Grayscale: #ACACAC. Windows color (decimal): -6116899 or 14526882. OLE color: 14526882.
HSL color Cylindrical-coordinate representation of color #A2A9DD: hue angle of 232.88º 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 #A2A9DD is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 169 | 221 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.13 |
| HSL | 232.88º | 0.46% | 0.75% | - |
| HSV(B) | 232.88º | 0.27% | 0.87% | - |
| XYZ | 42.14 | 41.28 | 74.15 | - |
| YUV | 172.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 221 | 0.27 | 0.24 | 0 | 0.13 | 232.88 | 0.46 | 0.75 |
| Hex | A2 | A9 | DD | 1B | 18 | 0 | D | E9 | 2E | 4B |
| Octal | 242 | 251 | 335 | 33 | 30 | 0 | 15 | 351 | 56 | 113 |
| Binary | 10100010 | 10101001 | 11011101 | 11011 | 11000 | 0 | 1101 | 11101001 | 101110 | 1001011 |
Color Harmonies of #A2A9DD
Complementary color
Monochromatic Colors of #A2A9DD
Black with #A2A9DD
Text Example
Text Example
White with #A2A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A9DD; }
p { color: rgb(162,169,221); }
H1.HeaderClassName
{
color: #A2A9DD;
}
.AnyTagClassName
{
color: #A2A9DD;
}
</style>
background-color css
<style>
a { background-color: #A2A9DD; }
a { background-color: rgb(162,169,221); }
div.DivClassName
{
background-color: #A2A9DD;
}
.BgClassName
{
background-color: #A2A9DD;
}
</style>
border-color css
<style>
span { border-color: #A2A9DD; }
span { border-color: rgb(162,169,221); }
td.TdClassName
{
border-color: #A2A9DD;
}
.TagClassName
{
border-color: #A2A9DD;
}
</style>