Shades of Echo Blue #A1AAD1
Tints of Echo Blue #A1AAD1
RGB
CMYK
RGB Variations
Color information
#A1AAD1 (or 0xA1AAD1) is known color: Echo Blue. HEX triplet: A1, AA and D1. RGB value is (161,170,209). Sum of RGB (Red+Green+Blue) = 161+170+209=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1AAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AAD1 is #5E552E. Grayscale: #ABABAB. Windows color (decimal): -6182191 or 13740705. OLE color: 13740705.
HSL color Cylindrical-coordinate representation of color #A1AAD1: hue angle of 228.75º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1AAD1 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 170 | 209 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.18 |
| HSL | 228.75º | 0.34% | 0.73% | - |
| HSV(B) | 228.75º | 0.23% | 0.82% | - |
| XYZ | 40.58 | 40.93 | 66.08 | - |
| YUV | 171.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 209 | 0.23 | 0.19 | 0 | 0.18 | 228.75 | 0.34 | 0.73 |
| Hex | A1 | AA | D1 | 17 | 13 | 0 | 12 | E5 | 22 | 49 |
| Octal | 241 | 252 | 321 | 27 | 23 | 0 | 22 | 345 | 42 | 111 |
| Binary | 10100001 | 10101010 | 11010001 | 10111 | 10011 | 0 | 10010 | 11100101 | 100010 | 1001001 |
Color Harmonies of #A1AAD1
Complementary color
Monochromatic Colors of #A1AAD1
Black with #A1AAD1
Text Example
Text Example
White with #A1AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAD1; }
p { color: rgb(161,170,209); }
H1.HeaderClassName
{
color: #A1AAD1;
}
.AnyTagClassName
{
color: #A1AAD1;
}
</style>
background-color css
<style>
a { background-color: #A1AAD1; }
a { background-color: rgb(161,170,209); }
div.DivClassName
{
background-color: #A1AAD1;
}
.BgClassName
{
background-color: #A1AAD1;
}
</style>
border-color css
<style>
span { border-color: #A1AAD1; }
span { border-color: rgb(161,170,209); }
td.TdClassName
{
border-color: #A1AAD1;
}
.TagClassName
{
border-color: #A1AAD1;
}
</style>