Shades of Echo Blue #A6ACC8
Tints of Echo Blue #A6ACC8
RGB
CMYK
RGB Variations
Color information
#A6ACC8 (or 0xA6ACC8) is known color: Echo Blue. HEX triplet: A6, AC and C8. RGB value is (166,172,200). Sum of RGB (Red+Green+Blue) = 166+172+200=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #A6ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACC8 is #595337. Grayscale: #ADADAD. Windows color (decimal): -5854008 or 13151398. OLE color: 13151398.
HSL color Cylindrical-coordinate representation of color #A6ACC8: hue angle of 229.41º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6ACC8 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 172 | 200 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.22 |
| HSL | 229.41º | 0.24% | 0.72% | - |
| HSV(B) | 229.41º | 0.17% | 0.78% | - |
| XYZ | 40.9 | 41.78 | 60.55 | - |
| YUV | 173.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 200 | 0.17 | 0.14 | 0 | 0.22 | 229.41 | 0.24 | 0.72 |
| Hex | A6 | AC | C8 | 11 | E | 0 | 16 | E5 | 18 | 48 |
| Octal | 246 | 254 | 310 | 21 | 16 | 0 | 26 | 345 | 30 | 110 |
| Binary | 10100110 | 10101100 | 11001000 | 10001 | 1110 | 0 | 10110 | 11100101 | 11000 | 1001000 |
Color Harmonies of #A6ACC8
Complementary color
Monochromatic Colors of #A6ACC8
Black with #A6ACC8
Text Example
Text Example
White with #A6ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACC8; }
p { color: rgb(166,172,200); }
H1.HeaderClassName
{
color: #A6ACC8;
}
.AnyTagClassName
{
color: #A6ACC8;
}
</style>
background-color css
<style>
a { background-color: #A6ACC8; }
a { background-color: rgb(166,172,200); }
div.DivClassName
{
background-color: #A6ACC8;
}
.BgClassName
{
background-color: #A6ACC8;
}
</style>
border-color css
<style>
span { border-color: #A6ACC8; }
span { border-color: rgb(166,172,200); }
td.TdClassName
{
border-color: #A6ACC8;
}
.TagClassName
{
border-color: #A6ACC8;
}
</style>