Shades of Echo Blue #A4AADB
Tints of Echo Blue #A4AADB
RGB
CMYK
RGB Variations
Color information
#A4AADB (or 0xA4AADB) is known color: Echo Blue. HEX triplet: A4, AA and DB. RGB value is (164,170,219). Sum of RGB (Red+Green+Blue) = 164+170+219=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AADB is #5B5524. Grayscale: #ADADAD. Windows color (decimal): -5985573 or 14396068. OLE color: 14396068.
HSL color Cylindrical-coordinate representation of color #A4AADB: hue angle of 233.45º 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 #A4AADB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 170 | 219 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.14 |
| HSL | 233.45º | 0.43% | 0.75% | - |
| HSV(B) | 233.45º | 0.25% | 0.86% | - |
| XYZ | 42.47 | 41.76 | 72.84 | - |
| YUV | 173.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 219 | 0.25 | 0.22 | 0 | 0.14 | 233.45 | 0.43 | 0.75 |
| Hex | A4 | AA | DB | 19 | 16 | 0 | E | E9 | 2B | 4B |
| Octal | 244 | 252 | 333 | 31 | 26 | 0 | 16 | 351 | 53 | 113 |
| Binary | 10100100 | 10101010 | 11011011 | 11001 | 10110 | 0 | 1110 | 11101001 | 101011 | 1001011 |
Color Harmonies of #A4AADB
Complementary color
Monochromatic Colors of #A4AADB
Black with #A4AADB
Text Example
Text Example
White with #A4AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AADB; }
p { color: rgb(164,170,219); }
H1.HeaderClassName
{
color: #A4AADB;
}
.AnyTagClassName
{
color: #A4AADB;
}
</style>
background-color css
<style>
a { background-color: #A4AADB; }
a { background-color: rgb(164,170,219); }
div.DivClassName
{
background-color: #A4AADB;
}
.BgClassName
{
background-color: #A4AADB;
}
</style>
border-color css
<style>
span { border-color: #A4AADB; }
span { border-color: rgb(164,170,219); }
td.TdClassName
{
border-color: #A4AADB;
}
.TagClassName
{
border-color: #A4AADB;
}
</style>