Shades of Echo Blue #A1ACD5
Tints of Echo Blue #A1ACD5
RGB
CMYK
RGB Variations
Color information
#A1ACD5 (or 0xA1ACD5) is known color: Echo Blue. HEX triplet: A1, AC and D5. RGB value is (161,172,213). Sum of RGB (Red+Green+Blue) = 161+172+213=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACD5 is #5E532A. Grayscale: #ADADAD. Windows color (decimal): -6181675 or 14003361. OLE color: 14003361.
HSL color Cylindrical-coordinate representation of color #A1ACD5: hue angle of 227.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1ACD5 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 172 | 213 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.16 |
| HSL | 227.31º | 0.38% | 0.73% | - |
| HSV(B) | 227.31º | 0.24% | 0.84% | - |
| XYZ | 41.46 | 41.89 | 68.85 | - |
| YUV | 173.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 213 | 0.24 | 0.19 | 0 | 0.16 | 227.31 | 0.38 | 0.73 |
| Hex | A1 | AC | D5 | 18 | 13 | 0 | 10 | E3 | 26 | 49 |
| Octal | 241 | 254 | 325 | 30 | 23 | 0 | 20 | 343 | 46 | 111 |
| Binary | 10100001 | 10101100 | 11010101 | 11000 | 10011 | 0 | 10000 | 11100011 | 100110 | 1001001 |
Color Harmonies of #A1ACD5
Complementary color
Monochromatic Colors of #A1ACD5
Black with #A1ACD5
Text Example
Text Example
White with #A1ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACD5; }
p { color: rgb(161,172,213); }
H1.HeaderClassName
{
color: #A1ACD5;
}
.AnyTagClassName
{
color: #A1ACD5;
}
</style>
background-color css
<style>
a { background-color: #A1ACD5; }
a { background-color: rgb(161,172,213); }
div.DivClassName
{
background-color: #A1ACD5;
}
.BgClassName
{
background-color: #A1ACD5;
}
</style>
border-color css
<style>
span { border-color: #A1ACD5; }
span { border-color: rgb(161,172,213); }
td.TdClassName
{
border-color: #A1ACD5;
}
.TagClassName
{
border-color: #A1ACD5;
}
</style>