Shades of Echo Blue #A1ACD1
Tints of Echo Blue #A1ACD1
RGB
CMYK
RGB Variations
Color information
#A1ACD1 (or 0xA1ACD1) is known color: Echo Blue. HEX triplet: A1, AC and D1. RGB value is (161,172,209). Sum of RGB (Red+Green+Blue) = 161+172+209=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACD1 is #5E532E. Grayscale: #ACACAC. Windows color (decimal): -6181679 or 13741217. OLE color: 13741217.
HSL color Cylindrical-coordinate representation of color #A1ACD1: hue angle of 226.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1ACD1 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 172 | 209 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.18 |
| HSL | 226.25º | 0.34% | 0.73% | - |
| HSV(B) | 226.25º | 0.23% | 0.82% | - |
| XYZ | 40.96 | 41.69 | 66.21 | - |
| YUV | 172.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 209 | 0.23 | 0.18 | 0 | 0.18 | 226.25 | 0.34 | 0.73 |
| Hex | A1 | AC | D1 | 17 | 12 | 0 | 12 | E2 | 22 | 49 |
| Octal | 241 | 254 | 321 | 27 | 22 | 0 | 22 | 342 | 42 | 111 |
| Binary | 10100001 | 10101100 | 11010001 | 10111 | 10010 | 0 | 10010 | 11100010 | 100010 | 1001001 |
Color Harmonies of #A1ACD1
Complementary color
Monochromatic Colors of #A1ACD1
Black with #A1ACD1
Text Example
Text Example
White with #A1ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACD1; }
p { color: rgb(161,172,209); }
H1.HeaderClassName
{
color: #A1ACD1;
}
.AnyTagClassName
{
color: #A1ACD1;
}
</style>
background-color css
<style>
a { background-color: #A1ACD1; }
a { background-color: rgb(161,172,209); }
div.DivClassName
{
background-color: #A1ACD1;
}
.BgClassName
{
background-color: #A1ACD1;
}
</style>
border-color css
<style>
span { border-color: #A1ACD1; }
span { border-color: rgb(161,172,209); }
td.TdClassName
{
border-color: #A1ACD1;
}
.TagClassName
{
border-color: #A1ACD1;
}
</style>