Shades of Echo Blue #A1ABD2
Tints of Echo Blue #A1ABD2
RGB
CMYK
RGB Variations
Color information
#A1ABD2 (or 0xA1ABD2) is known color: Echo Blue. HEX triplet: A1, AB and D2. RGB value is (161,171,210). Sum of RGB (Red+Green+Blue) = 161+171+210=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #A1ABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABD2 is #5E542D. Grayscale: #ACACAC. Windows color (decimal): -6181934 or 13806497. OLE color: 13806497.
HSL color Cylindrical-coordinate representation of color #A1ABD2: hue angle of 227.76º degrees, saturation: 0.35, 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 #A1ABD2 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 171 | 210 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.18 |
| HSL | 227.76º | 0.35% | 0.73% | - |
| HSV(B) | 227.76º | 0.23% | 0.82% | - |
| XYZ | 40.89 | 41.36 | 66.8 | - |
| YUV | 172.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 210 | 0.23 | 0.19 | 0 | 0.18 | 227.76 | 0.35 | 0.73 |
| Hex | A1 | AB | D2 | 17 | 13 | 0 | 12 | E4 | 23 | 49 |
| Octal | 241 | 253 | 322 | 27 | 23 | 0 | 22 | 344 | 43 | 111 |
| Binary | 10100001 | 10101011 | 11010010 | 10111 | 10011 | 0 | 10010 | 11100100 | 100011 | 1001001 |
Color Harmonies of #A1ABD2
Complementary color
Monochromatic Colors of #A1ABD2
Black with #A1ABD2
Text Example
Text Example
White with #A1ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABD2; }
p { color: rgb(161,171,210); }
H1.HeaderClassName
{
color: #A1ABD2;
}
.AnyTagClassName
{
color: #A1ABD2;
}
</style>
background-color css
<style>
a { background-color: #A1ABD2; }
a { background-color: rgb(161,171,210); }
div.DivClassName
{
background-color: #A1ABD2;
}
.BgClassName
{
background-color: #A1ABD2;
}
</style>
border-color css
<style>
span { border-color: #A1ABD2; }
span { border-color: rgb(161,171,210); }
td.TdClassName
{
border-color: #A1ABD2;
}
.TagClassName
{
border-color: #A1ABD2;
}
</style>