Shades of Echo Blue #A2AAC9
Tints of Echo Blue #A2AAC9
RGB
CMYK
RGB Variations
Color information
#A2AAC9 (or 0xA2AAC9) is known color: Echo Blue. HEX triplet: A2, AA and C9. RGB value is (162,170,201). Sum of RGB (Red+Green+Blue) = 162+170+201=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #A2AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AAC9 is #5D5536. Grayscale: #ABABAB. Windows color (decimal): -6116663 or 13216418. OLE color: 13216418.
HSL color Cylindrical-coordinate representation of color #A2AAC9: hue angle of 227.69º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2AAC9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 170 | 201 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.21 |
| HSL | 227.69º | 0.27% | 0.71% | - |
| HSV(B) | 227.69º | 0.19% | 0.79% | - |
| XYZ | 39.82 | 40.65 | 61.01 | - |
| YUV | 171.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 201 | 0.19 | 0.15 | 0 | 0.21 | 227.69 | 0.27 | 0.71 |
| Hex | A2 | AA | C9 | 13 | F | 0 | 15 | E4 | 1B | 47 |
| Octal | 242 | 252 | 311 | 23 | 17 | 0 | 25 | 344 | 33 | 107 |
| Binary | 10100010 | 10101010 | 11001001 | 10011 | 1111 | 0 | 10101 | 11100100 | 11011 | 1000111 |
Color Harmonies of #A2AAC9
Complementary color
Monochromatic Colors of #A2AAC9
Black with #A2AAC9
Text Example
Text Example
White with #A2AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AAC9; }
p { color: rgb(162,170,201); }
H1.HeaderClassName
{
color: #A2AAC9;
}
.AnyTagClassName
{
color: #A2AAC9;
}
</style>
background-color css
<style>
a { background-color: #A2AAC9; }
a { background-color: rgb(162,170,201); }
div.DivClassName
{
background-color: #A2AAC9;
}
.BgClassName
{
background-color: #A2AAC9;
}
</style>
border-color css
<style>
span { border-color: #A2AAC9; }
span { border-color: rgb(162,170,201); }
td.TdClassName
{
border-color: #A2AAC9;
}
.TagClassName
{
border-color: #A2AAC9;
}
</style>