Shades of Echo Blue #A1ACDE
Tints of Echo Blue #A1ACDE
RGB
CMYK
RGB Variations
Color information
#A1ACDE (or 0xA1ACDE) is known color: Echo Blue. HEX triplet: A1, AC and DE. RGB value is (161,172,222). Sum of RGB (Red+Green+Blue) = 161+172+222=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACDE is #5E5321. Grayscale: #AEAEAE. Windows color (decimal): -6181666 or 14593185. OLE color: 14593185.
HSL color Cylindrical-coordinate representation of color #A1ACDE: hue angle of 229.18º degrees, saturation: 0.48, 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 #A1ACDE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 172 | 222 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.13 |
| HSL | 229.18º | 0.48% | 0.75% | - |
| HSV(B) | 229.18º | 0.27% | 0.87% | - |
| XYZ | 42.64 | 42.36 | 75.04 | - |
| YUV | 174.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 222 | 0.27 | 0.23 | 0 | 0.13 | 229.18 | 0.48 | 0.75 |
| Hex | A1 | AC | DE | 1B | 17 | 0 | D | E5 | 30 | 4B |
| Octal | 241 | 254 | 336 | 33 | 27 | 0 | 15 | 345 | 60 | 113 |
| Binary | 10100001 | 10101100 | 11011110 | 11011 | 10111 | 0 | 1101 | 11100101 | 110000 | 1001011 |
Color Harmonies of #A1ACDE
Complementary color
Monochromatic Colors of #A1ACDE
Black with #A1ACDE
Text Example
Text Example
White with #A1ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACDE; }
p { color: rgb(161,172,222); }
H1.HeaderClassName
{
color: #A1ACDE;
}
.AnyTagClassName
{
color: #A1ACDE;
}
</style>
background-color css
<style>
a { background-color: #A1ACDE; }
a { background-color: rgb(161,172,222); }
div.DivClassName
{
background-color: #A1ACDE;
}
.BgClassName
{
background-color: #A1ACDE;
}
</style>
border-color css
<style>
span { border-color: #A1ACDE; }
span { border-color: rgb(161,172,222); }
td.TdClassName
{
border-color: #A1ACDE;
}
.TagClassName
{
border-color: #A1ACDE;
}
</style>