Shades of Echo Blue #A5AADA
Tints of Echo Blue #A5AADA
RGB
CMYK
RGB Variations
Color information
#A5AADA (or 0xA5AADA) is known color: Echo Blue. HEX triplet: A5, AA and DA. RGB value is (165,170,218). Sum of RGB (Red+Green+Blue) = 165+170+218=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AADA is #5A5525. Grayscale: #ADADAD. Windows color (decimal): -5920038 or 14330533. OLE color: 14330533.
HSL color Cylindrical-coordinate representation of color #A5AADA: hue angle of 234.34º degrees, saturation: 0.42, 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 #A5AADA is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 170 | 218 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.15 |
| HSL | 234.34º | 0.42% | 0.75% | - |
| HSV(B) | 234.34º | 0.24% | 0.85% | - |
| XYZ | 42.55 | 41.81 | 72.16 | - |
| YUV | 173.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 218 | 0.24 | 0.22 | 0 | 0.15 | 234.34 | 0.42 | 0.75 |
| Hex | A5 | AA | DA | 18 | 16 | 0 | F | EA | 2A | 4B |
| Octal | 245 | 252 | 332 | 30 | 26 | 0 | 17 | 352 | 52 | 113 |
| Binary | 10100101 | 10101010 | 11011010 | 11000 | 10110 | 0 | 1111 | 11101010 | 101010 | 1001011 |
Color Harmonies of #A5AADA
Complementary color
Monochromatic Colors of #A5AADA
Black with #A5AADA
Text Example
Text Example
White with #A5AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AADA; }
p { color: rgb(165,170,218); }
H1.HeaderClassName
{
color: #A5AADA;
}
.AnyTagClassName
{
color: #A5AADA;
}
</style>
background-color css
<style>
a { background-color: #A5AADA; }
a { background-color: rgb(165,170,218); }
div.DivClassName
{
background-color: #A5AADA;
}
.BgClassName
{
background-color: #A5AADA;
}
</style>
border-color css
<style>
span { border-color: #A5AADA; }
span { border-color: rgb(165,170,218); }
td.TdClassName
{
border-color: #A5AADA;
}
.TagClassName
{
border-color: #A5AADA;
}
</style>