Shades of Echo Blue #A1ACDD
Tints of Echo Blue #A1ACDD
RGB
CMYK
RGB Variations
Color information
#A1ACDD (or 0xA1ACDD) is known color: Echo Blue. HEX triplet: A1, AC and DD. RGB value is (161,172,221). Sum of RGB (Red+Green+Blue) = 161+172+221=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACDD is #5E5322. Grayscale: #AEAEAE. Windows color (decimal): -6181667 or 14527649. OLE color: 14527649.
HSL color Cylindrical-coordinate representation of color #A1ACDD: hue angle of 229º 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 #A1ACDD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 172 | 221 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.13 |
| HSL | 229º | 0.47% | 0.75% | - |
| HSV(B) | 229º | 0.27% | 0.87% | - |
| XYZ | 42.5 | 42.3 | 74.33 | - |
| YUV | 174.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 221 | 0.27 | 0.22 | 0 | 0.13 | 229 | 0.47 | 0.75 |
| Hex | A1 | AC | DD | 1B | 16 | 0 | D | E5 | 2F | 4B |
| Octal | 241 | 254 | 335 | 33 | 26 | 0 | 15 | 345 | 57 | 113 |
| Binary | 10100001 | 10101100 | 11011101 | 11011 | 10110 | 0 | 1101 | 11100101 | 101111 | 1001011 |
Color Harmonies of #A1ACDD
Complementary color
Monochromatic Colors of #A1ACDD
Black with #A1ACDD
Text Example
Text Example
White with #A1ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACDD; }
p { color: rgb(161,172,221); }
H1.HeaderClassName
{
color: #A1ACDD;
}
.AnyTagClassName
{
color: #A1ACDD;
}
</style>
background-color css
<style>
a { background-color: #A1ACDD; }
a { background-color: rgb(161,172,221); }
div.DivClassName
{
background-color: #A1ACDD;
}
.BgClassName
{
background-color: #A1ACDD;
}
</style>
border-color css
<style>
span { border-color: #A1ACDD; }
span { border-color: rgb(161,172,221); }
td.TdClassName
{
border-color: #A1ACDD;
}
.TagClassName
{
border-color: #A1ACDD;
}
</style>