Shades of Echo Blue #A5AADB
Tints of Echo Blue #A5AADB
RGB
CMYK
RGB Variations
Color information
#A5AADB (or 0xA5AADB) is known color: Echo Blue. HEX triplet: A5, AA and DB. RGB value is (165,170,219). Sum of RGB (Red+Green+Blue) = 165+170+219=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AADB is #5A5524. Grayscale: #ADADAD. Windows color (decimal): -5920037 or 14396069. OLE color: 14396069.
HSL color Cylindrical-coordinate representation of color #A5AADB: hue angle of 234.44º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5AADB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 170 | 219 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.14 |
| HSL | 234.44º | 0.43% | 0.75% | - |
| HSV(B) | 234.44º | 0.25% | 0.86% | - |
| XYZ | 42.68 | 41.86 | 72.85 | - |
| YUV | 174.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 219 | 0.25 | 0.22 | 0 | 0.14 | 234.44 | 0.43 | 0.75 |
| Hex | A5 | AA | DB | 19 | 16 | 0 | E | EA | 2B | 4B |
| Octal | 245 | 252 | 333 | 31 | 26 | 0 | 16 | 352 | 53 | 113 |
| Binary | 10100101 | 10101010 | 11011011 | 11001 | 10110 | 0 | 1110 | 11101010 | 101011 | 1001011 |
Color Harmonies of #A5AADB
Complementary color
Monochromatic Colors of #A5AADB
Black with #A5AADB
Text Example
Text Example
White with #A5AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AADB; }
p { color: rgb(165,170,219); }
H1.HeaderClassName
{
color: #A5AADB;
}
.AnyTagClassName
{
color: #A5AADB;
}
</style>
background-color css
<style>
a { background-color: #A5AADB; }
a { background-color: rgb(165,170,219); }
div.DivClassName
{
background-color: #A5AADB;
}
.BgClassName
{
background-color: #A5AADB;
}
</style>
border-color css
<style>
span { border-color: #A5AADB; }
span { border-color: rgb(165,170,219); }
td.TdClassName
{
border-color: #A5AADB;
}
.TagClassName
{
border-color: #A5AADB;
}
</style>