Shades of Echo Blue #A1AADB
Tints of Echo Blue #A1AADB
RGB
CMYK
RGB Variations
Color information
#A1AADB (or 0xA1AADB) is known color: Echo Blue. HEX triplet: A1, AA and DB. RGB value is (161,170,219). Sum of RGB (Red+Green+Blue) = 161+170+219=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AADB is #5E5524. Grayscale: #ACACAC. Windows color (decimal): -6182181 or 14396065. OLE color: 14396065.
HSL color Cylindrical-coordinate representation of color #A1AADB: hue angle of 230.69º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AADB is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 170 | 219 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.14 |
| HSL | 230.69º | 0.45% | 0.75% | - |
| HSV(B) | 230.69º | 0.26% | 0.86% | - |
| XYZ | 41.86 | 41.44 | 72.81 | - |
| YUV | 172.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 219 | 0.26 | 0.22 | 0 | 0.14 | 230.69 | 0.45 | 0.75 |
| Hex | A1 | AA | DB | 1A | 16 | 0 | E | E7 | 2D | 4B |
| Octal | 241 | 252 | 333 | 32 | 26 | 0 | 16 | 347 | 55 | 113 |
| Binary | 10100001 | 10101010 | 11011011 | 11010 | 10110 | 0 | 1110 | 11100111 | 101101 | 1001011 |
Color Harmonies of #A1AADB
Complementary color
Monochromatic Colors of #A1AADB
Black with #A1AADB
Text Example
Text Example
White with #A1AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AADB; }
p { color: rgb(161,170,219); }
H1.HeaderClassName
{
color: #A1AADB;
}
.AnyTagClassName
{
color: #A1AADB;
}
</style>
background-color css
<style>
a { background-color: #A1AADB; }
a { background-color: rgb(161,170,219); }
div.DivClassName
{
background-color: #A1AADB;
}
.BgClassName
{
background-color: #A1AADB;
}
</style>
border-color css
<style>
span { border-color: #A1AADB; }
span { border-color: rgb(161,170,219); }
td.TdClassName
{
border-color: #A1AADB;
}
.TagClassName
{
border-color: #A1AADB;
}
</style>