Shades of Echo Blue #A6AACD
Tints of Echo Blue #A6AACD
RGB
CMYK
RGB Variations
Color information
#A6AACD (or 0xA6AACD) is known color: Echo Blue. HEX triplet: A6, AA and CD. RGB value is (166,170,205). Sum of RGB (Red+Green+Blue) = 166+170+205=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AACD is #595532. Grayscale: #ACACAC. Windows color (decimal): -5854515 or 13478566. OLE color: 13478566.
HSL color Cylindrical-coordinate representation of color #A6AACD: hue angle of 233.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6AACD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 170 | 205 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.20 |
| HSL | 233.85º | 0.28% | 0.73% | - |
| HSV(B) | 233.85º | 0.19% | 0.8% | - |
| XYZ | 41.12 | 41.26 | 63.56 | - |
| YUV | 172.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 205 | 0.19 | 0.17 | 0 | 0.20 | 233.85 | 0.28 | 0.73 |
| Hex | A6 | AA | CD | 13 | 11 | 0 | 14 | EA | 1C | 49 |
| Octal | 246 | 252 | 315 | 23 | 21 | 0 | 24 | 352 | 34 | 111 |
| Binary | 10100110 | 10101010 | 11001101 | 10011 | 10001 | 0 | 10100 | 11101010 | 11100 | 1001001 |
Color Harmonies of #A6AACD
Complementary color
Monochromatic Colors of #A6AACD
Black with #A6AACD
Text Example
Text Example
White with #A6AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AACD; }
p { color: rgb(166,170,205); }
H1.HeaderClassName
{
color: #A6AACD;
}
.AnyTagClassName
{
color: #A6AACD;
}
</style>
background-color css
<style>
a { background-color: #A6AACD; }
a { background-color: rgb(166,170,205); }
div.DivClassName
{
background-color: #A6AACD;
}
.BgClassName
{
background-color: #A6AACD;
}
</style>
border-color css
<style>
span { border-color: #A6AACD; }
span { border-color: rgb(166,170,205); }
td.TdClassName
{
border-color: #A6AACD;
}
.TagClassName
{
border-color: #A6AACD;
}
</style>