Shades of Echo Blue #A1ABDB
Tints of Echo Blue #A1ABDB
RGB
CMYK
RGB Variations
Color information
#A1ABDB (or 0xA1ABDB) is known color: Echo Blue. HEX triplet: A1, AB and DB. RGB value is (161,171,219). Sum of RGB (Red+Green+Blue) = 161+171+219=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABDB is #5E5424. Grayscale: #ADADAD. Windows color (decimal): -6181925 or 14396321. OLE color: 14396321.
HSL color Cylindrical-coordinate representation of color #A1ABDB: hue angle of 229.66º 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 #A1ABDB is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 171 | 219 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.14 |
| HSL | 229.66º | 0.45% | 0.75% | - |
| HSV(B) | 229.66º | 0.26% | 0.86% | - |
| XYZ | 42.05 | 41.82 | 72.87 | - |
| YUV | 173.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 219 | 0.26 | 0.22 | 0 | 0.14 | 229.66 | 0.45 | 0.75 |
| Hex | A1 | AB | DB | 1A | 16 | 0 | E | E6 | 2D | 4B |
| Octal | 241 | 253 | 333 | 32 | 26 | 0 | 16 | 346 | 55 | 113 |
| Binary | 10100001 | 10101011 | 11011011 | 11010 | 10110 | 0 | 1110 | 11100110 | 101101 | 1001011 |
Color Harmonies of #A1ABDB
Complementary color
Monochromatic Colors of #A1ABDB
Black with #A1ABDB
Text Example
Text Example
White with #A1ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABDB; }
p { color: rgb(161,171,219); }
H1.HeaderClassName
{
color: #A1ABDB;
}
.AnyTagClassName
{
color: #A1ABDB;
}
</style>
background-color css
<style>
a { background-color: #A1ABDB; }
a { background-color: rgb(161,171,219); }
div.DivClassName
{
background-color: #A1ABDB;
}
.BgClassName
{
background-color: #A1ABDB;
}
</style>
border-color css
<style>
span { border-color: #A1ABDB; }
span { border-color: rgb(161,171,219); }
td.TdClassName
{
border-color: #A1ABDB;
}
.TagClassName
{
border-color: #A1ABDB;
}
</style>