Shades of Echo Blue #A1ABDD
Tints of Echo Blue #A1ABDD
RGB
CMYK
RGB Variations
Color information
#A1ABDD (or 0xA1ABDD) is known color: Echo Blue. HEX triplet: A1, AB and DD. RGB value is (161,171,221). Sum of RGB (Red+Green+Blue) = 161+171+221=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABDD is #5E5422. Grayscale: #ADADAD. Windows color (decimal): -6181923 or 14527393. OLE color: 14527393.
HSL color Cylindrical-coordinate representation of color #A1ABDD: hue angle of 230º 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 #A1ABDD is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 171 | 221 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.13 |
| HSL | 230º | 0.47% | 0.75% | - |
| HSV(B) | 230º | 0.27% | 0.87% | - |
| XYZ | 42.31 | 41.92 | 74.27 | - |
| YUV | 173.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 221 | 0.27 | 0.23 | 0 | 0.13 | 230 | 0.47 | 0.75 |
| Hex | A1 | AB | DD | 1B | 17 | 0 | D | E6 | 2F | 4B |
| Octal | 241 | 253 | 335 | 33 | 27 | 0 | 15 | 346 | 57 | 113 |
| Binary | 10100001 | 10101011 | 11011101 | 11011 | 10111 | 0 | 1101 | 11100110 | 101111 | 1001011 |
Color Harmonies of #A1ABDD
Complementary color
Monochromatic Colors of #A1ABDD
Black with #A1ABDD
Text Example
Text Example
White with #A1ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABDD; }
p { color: rgb(161,171,221); }
H1.HeaderClassName
{
color: #A1ABDD;
}
.AnyTagClassName
{
color: #A1ABDD;
}
</style>
background-color css
<style>
a { background-color: #A1ABDD; }
a { background-color: rgb(161,171,221); }
div.DivClassName
{
background-color: #A1ABDD;
}
.BgClassName
{
background-color: #A1ABDD;
}
</style>
border-color css
<style>
span { border-color: #A1ABDD; }
span { border-color: rgb(161,171,221); }
td.TdClassName
{
border-color: #A1ABDD;
}
.TagClassName
{
border-color: #A1ABDD;
}
</style>