Shades of Echo Blue #A1ACDB
Tints of Echo Blue #A1ACDB
RGB
CMYK
RGB Variations
Color information
#A1ACDB (or 0xA1ACDB) is known color: Echo Blue. HEX triplet: A1, AC and DB. RGB value is (161,172,219). Sum of RGB (Red+Green+Blue) = 161+172+219=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACDB is #5E5324. Grayscale: #ADADAD. Windows color (decimal): -6181669 or 14396577. OLE color: 14396577.
HSL color Cylindrical-coordinate representation of color #A1ACDB: hue angle of 228.62º 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 #A1ACDB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 172 | 219 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.14 |
| HSL | 228.62º | 0.45% | 0.75% | - |
| HSV(B) | 228.62º | 0.26% | 0.86% | - |
| XYZ | 42.24 | 42.2 | 72.94 | - |
| YUV | 174.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 219 | 0.26 | 0.21 | 0 | 0.14 | 228.62 | 0.45 | 0.75 |
| Hex | A1 | AC | DB | 1A | 15 | 0 | E | E5 | 2D | 4B |
| Octal | 241 | 254 | 333 | 32 | 25 | 0 | 16 | 345 | 55 | 113 |
| Binary | 10100001 | 10101100 | 11011011 | 11010 | 10101 | 0 | 1110 | 11100101 | 101101 | 1001011 |
Color Harmonies of #A1ACDB
Complementary color
Monochromatic Colors of #A1ACDB
Black with #A1ACDB
Text Example
Text Example
White with #A1ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACDB; }
p { color: rgb(161,172,219); }
H1.HeaderClassName
{
color: #A1ACDB;
}
.AnyTagClassName
{
color: #A1ACDB;
}
</style>
background-color css
<style>
a { background-color: #A1ACDB; }
a { background-color: rgb(161,172,219); }
div.DivClassName
{
background-color: #A1ACDB;
}
.BgClassName
{
background-color: #A1ACDB;
}
</style>
border-color css
<style>
span { border-color: #A1ACDB; }
span { border-color: rgb(161,172,219); }
td.TdClassName
{
border-color: #A1ACDB;
}
.TagClassName
{
border-color: #A1ACDB;
}
</style>