Shades of Echo Blue #A1AADD
Tints of Echo Blue #A1AADD
RGB
CMYK
RGB Variations
Color information
#A1AADD (or 0xA1AADD) is known color: Echo Blue. HEX triplet: A1, AA and DD. RGB value is (161,170,221). Sum of RGB (Red+Green+Blue) = 161+170+221=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AADD is #5E5522. Grayscale: #ACACAC. Windows color (decimal): -6182179 or 14527137. OLE color: 14527137.
HSL color Cylindrical-coordinate representation of color #A1AADD: hue angle of 231º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AADD is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 170 | 221 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.13 |
| HSL | 231º | 0.47% | 0.75% | - |
| HSV(B) | 231º | 0.27% | 0.87% | - |
| XYZ | 42.12 | 41.55 | 74.21 | - |
| YUV | 173.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 221 | 0.27 | 0.23 | 0 | 0.13 | 231 | 0.47 | 0.75 |
| Hex | A1 | AA | DD | 1B | 17 | 0 | D | E7 | 2F | 4B |
| Octal | 241 | 252 | 335 | 33 | 27 | 0 | 15 | 347 | 57 | 113 |
| Binary | 10100001 | 10101010 | 11011101 | 11011 | 10111 | 0 | 1101 | 11100111 | 101111 | 1001011 |
Color Harmonies of #A1AADD
Complementary color
Monochromatic Colors of #A1AADD
Black with #A1AADD
Text Example
Text Example
White with #A1AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AADD; }
p { color: rgb(161,170,221); }
H1.HeaderClassName
{
color: #A1AADD;
}
.AnyTagClassName
{
color: #A1AADD;
}
</style>
background-color css
<style>
a { background-color: #A1AADD; }
a { background-color: rgb(161,170,221); }
div.DivClassName
{
background-color: #A1AADD;
}
.BgClassName
{
background-color: #A1AADD;
}
</style>
border-color css
<style>
span { border-color: #A1AADD; }
span { border-color: rgb(161,170,221); }
td.TdClassName
{
border-color: #A1AADD;
}
.TagClassName
{
border-color: #A1AADD;
}
</style>