Shades of Echo Blue #A1AACC
Tints of Echo Blue #A1AACC
RGB
CMYK
RGB Variations
Color information
#A1AACC (or 0xA1AACC) is known color: Echo Blue. HEX triplet: A1, AA and CC. RGB value is (161,170,204). Sum of RGB (Red+Green+Blue) = 161+170+204=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AACC is #5E5533. Grayscale: #ABABAB. Windows color (decimal): -6182196 or 13413025. OLE color: 13413025.
HSL color Cylindrical-coordinate representation of color #A1AACC: hue angle of 227.44º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AACC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 170 | 204 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.2 |
| HSL | 227.44º | 0.3% | 0.72% | - |
| HSV(B) | 227.44º | 0.21% | 0.8% | - |
| XYZ | 39.97 | 40.69 | 62.87 | - |
| YUV | 171.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 204 | 0.21 | 0.17 | 0 | 0.2 | 227.44 | 0.3 | 0.72 |
| Hex | A1 | AA | CC | 15 | 11 | 0 | 14 | E3 | 1E | 48 |
| Octal | 241 | 252 | 314 | 25 | 21 | 0 | 24 | 343 | 36 | 110 |
| Binary | 10100001 | 10101010 | 11001100 | 10101 | 10001 | 0 | 10100 | 11100011 | 11110 | 1001000 |
Color Harmonies of #A1AACC
Complementary color
Monochromatic Colors of #A1AACC
Black with #A1AACC
Text Example
Text Example
White with #A1AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AACC; }
p { color: rgb(161,170,204); }
H1.HeaderClassName
{
color: #A1AACC;
}
.AnyTagClassName
{
color: #A1AACC;
}
</style>
background-color css
<style>
a { background-color: #A1AACC; }
a { background-color: rgb(161,170,204); }
div.DivClassName
{
background-color: #A1AACC;
}
.BgClassName
{
background-color: #A1AACC;
}
</style>
border-color css
<style>
span { border-color: #A1AACC; }
span { border-color: rgb(161,170,204); }
td.TdClassName
{
border-color: #A1AACC;
}
.TagClassName
{
border-color: #A1AACC;
}
</style>