Shades of Echo Blue #A5AAD8
Tints of Echo Blue #A5AAD8
RGB
CMYK
RGB Variations
Color information
#A5AAD8 (or 0xA5AAD8) is known color: Echo Blue. HEX triplet: A5, AA and D8. RGB value is (165,170,216). Sum of RGB (Red+Green+Blue) = 165+170+216=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #A5AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAD8 is #5A5527. Grayscale: #ADADAD. Windows color (decimal): -5920040 or 14199461. OLE color: 14199461.
HSL color Cylindrical-coordinate representation of color #A5AAD8: hue angle of 234.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5AAD8 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 170 | 216 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.15 |
| HSL | 234.12º | 0.4% | 0.75% | - |
| HSV(B) | 234.12º | 0.24% | 0.85% | - |
| XYZ | 42.29 | 41.71 | 70.79 | - |
| YUV | 173.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 216 | 0.24 | 0.21 | 0 | 0.15 | 234.12 | 0.4 | 0.75 |
| Hex | A5 | AA | D8 | 18 | 15 | 0 | F | EA | 28 | 4B |
| Octal | 245 | 252 | 330 | 30 | 25 | 0 | 17 | 352 | 50 | 113 |
| Binary | 10100101 | 10101010 | 11011000 | 11000 | 10101 | 0 | 1111 | 11101010 | 101000 | 1001011 |
Color Harmonies of #A5AAD8
Complementary color
Monochromatic Colors of #A5AAD8
Black with #A5AAD8
Text Example
Text Example
White with #A5AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AAD8; }
p { color: rgb(165,170,216); }
H1.HeaderClassName
{
color: #A5AAD8;
}
.AnyTagClassName
{
color: #A5AAD8;
}
</style>
background-color css
<style>
a { background-color: #A5AAD8; }
a { background-color: rgb(165,170,216); }
div.DivClassName
{
background-color: #A5AAD8;
}
.BgClassName
{
background-color: #A5AAD8;
}
</style>
border-color css
<style>
span { border-color: #A5AAD8; }
span { border-color: rgb(165,170,216); }
td.TdClassName
{
border-color: #A5AAD8;
}
.TagClassName
{
border-color: #A5AAD8;
}
</style>