Shades of Echo Blue #A4AAD2
Tints of Echo Blue #A4AAD2
RGB
CMYK
RGB Variations
Color information
#A4AAD2 (or 0xA4AAD2) is known color: Echo Blue. HEX triplet: A4, AA and D2. RGB value is (164,170,210). Sum of RGB (Red+Green+Blue) = 164+170+210=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #A4AAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AAD2 is #5B552D. Grayscale: #ACACAC. Windows color (decimal): -5985582 or 13806244. OLE color: 13806244.
HSL color Cylindrical-coordinate representation of color #A4AAD2: hue angle of 232.17º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4AAD2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 170 | 210 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.18 |
| HSL | 232.17º | 0.34% | 0.73% | - |
| HSV(B) | 232.17º | 0.22% | 0.82% | - |
| XYZ | 41.32 | 41.3 | 66.77 | - |
| YUV | 172.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 210 | 0.22 | 0.19 | 0 | 0.18 | 232.17 | 0.34 | 0.73 |
| Hex | A4 | AA | D2 | 16 | 13 | 0 | 12 | E8 | 22 | 49 |
| Octal | 244 | 252 | 322 | 26 | 23 | 0 | 22 | 350 | 42 | 111 |
| Binary | 10100100 | 10101010 | 11010010 | 10110 | 10011 | 0 | 10010 | 11101000 | 100010 | 1001001 |
Color Harmonies of #A4AAD2
Complementary color
Monochromatic Colors of #A4AAD2
Black with #A4AAD2
Text Example
Text Example
White with #A4AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AAD2; }
p { color: rgb(164,170,210); }
H1.HeaderClassName
{
color: #A4AAD2;
}
.AnyTagClassName
{
color: #A4AAD2;
}
</style>
background-color css
<style>
a { background-color: #A4AAD2; }
a { background-color: rgb(164,170,210); }
div.DivClassName
{
background-color: #A4AAD2;
}
.BgClassName
{
background-color: #A4AAD2;
}
</style>
border-color css
<style>
span { border-color: #A4AAD2; }
span { border-color: rgb(164,170,210); }
td.TdClassName
{
border-color: #A4AAD2;
}
.TagClassName
{
border-color: #A4AAD2;
}
</style>