Shades of Echo Blue #A4AAD0
Tints of Echo Blue #A4AAD0
RGB
CMYK
RGB Variations
Color information
#A4AAD0 (or 0xA4AAD0) is known color: Echo Blue. HEX triplet: A4, AA and D0. RGB value is (164,170,208). Sum of RGB (Red+Green+Blue) = 164+170+208=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #A4AAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AAD0 is #5B552F. Grayscale: #ACACAC. Windows color (decimal): -5985584 or 13675172. OLE color: 13675172.
HSL color Cylindrical-coordinate representation of color #A4AAD0: hue angle of 231.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4AAD0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 170 | 208 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.18 |
| HSL | 231.82º | 0.32% | 0.73% | - |
| HSV(B) | 231.82º | 0.21% | 0.82% | - |
| XYZ | 41.07 | 41.2 | 65.46 | - |
| YUV | 172.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 208 | 0.21 | 0.18 | 0 | 0.18 | 231.82 | 0.32 | 0.73 |
| Hex | A4 | AA | D0 | 15 | 12 | 0 | 12 | E8 | 20 | 49 |
| Octal | 244 | 252 | 320 | 25 | 22 | 0 | 22 | 350 | 40 | 111 |
| Binary | 10100100 | 10101010 | 11010000 | 10101 | 10010 | 0 | 10010 | 11101000 | 100000 | 1001001 |
Color Harmonies of #A4AAD0
Complementary color
Monochromatic Colors of #A4AAD0
Black with #A4AAD0
Text Example
Text Example
White with #A4AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AAD0; }
p { color: rgb(164,170,208); }
H1.HeaderClassName
{
color: #A4AAD0;
}
.AnyTagClassName
{
color: #A4AAD0;
}
</style>
background-color css
<style>
a { background-color: #A4AAD0; }
a { background-color: rgb(164,170,208); }
div.DivClassName
{
background-color: #A4AAD0;
}
.BgClassName
{
background-color: #A4AAD0;
}
</style>
border-color css
<style>
span { border-color: #A4AAD0; }
span { border-color: rgb(164,170,208); }
td.TdClassName
{
border-color: #A4AAD0;
}
.TagClassName
{
border-color: #A4AAD0;
}
</style>