Shades of Echo Blue #A2AACC
Tints of Echo Blue #A2AACC
RGB
CMYK
RGB Variations
Color information
#A2AACC (or 0xA2AACC) is known color: Echo Blue. HEX triplet: A2, AA and CC. RGB value is (162,170,204). Sum of RGB (Red+Green+Blue) = 162+170+204=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AACC is #5D5533. Grayscale: #ABABAB. Windows color (decimal): -6116660 or 13413026. OLE color: 13413026.
HSL color Cylindrical-coordinate representation of color #A2AACC: hue angle of 228.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2AACC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 170 | 204 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.2 |
| HSL | 228.57º | 0.29% | 0.72% | - |
| HSV(B) | 228.57º | 0.21% | 0.8% | - |
| XYZ | 40.17 | 40.79 | 62.88 | - |
| YUV | 171.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 204 | 0.21 | 0.17 | 0 | 0.2 | 228.57 | 0.29 | 0.72 |
| Hex | A2 | AA | CC | 15 | 11 | 0 | 14 | E5 | 1D | 48 |
| Octal | 242 | 252 | 314 | 25 | 21 | 0 | 24 | 345 | 35 | 110 |
| Binary | 10100010 | 10101010 | 11001100 | 10101 | 10001 | 0 | 10100 | 11100101 | 11101 | 1001000 |
Color Harmonies of #A2AACC
Complementary color
Monochromatic Colors of #A2AACC
Black with #A2AACC
Text Example
Text Example
White with #A2AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AACC; }
p { color: rgb(162,170,204); }
H1.HeaderClassName
{
color: #A2AACC;
}
.AnyTagClassName
{
color: #A2AACC;
}
</style>
background-color css
<style>
a { background-color: #A2AACC; }
a { background-color: rgb(162,170,204); }
div.DivClassName
{
background-color: #A2AACC;
}
.BgClassName
{
background-color: #A2AACC;
}
</style>
border-color css
<style>
span { border-color: #A2AACC; }
span { border-color: rgb(162,170,204); }
td.TdClassName
{
border-color: #A2AACC;
}
.TagClassName
{
border-color: #A2AACC;
}
</style>