Shades of Echo Blue #A6ACC6
Tints of Echo Blue #A6ACC6
RGB
CMYK
RGB Variations
Color information
#A6ACC6 (or 0xA6ACC6) is known color: Echo Blue. HEX triplet: A6, AC and C6. RGB value is (166,172,198). Sum of RGB (Red+Green+Blue) = 166+172+198=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACC6 is #595339. Grayscale: #ADADAD. Windows color (decimal): -5854010 or 13020326. OLE color: 13020326.
HSL color Cylindrical-coordinate representation of color #A6ACC6: hue angle of 228.75º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6ACC6 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 172 | 198 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.22 |
| HSL | 228.75º | 0.22% | 0.71% | - |
| HSV(B) | 228.75º | 0.16% | 0.78% | - |
| XYZ | 40.67 | 41.69 | 59.33 | - |
| YUV | 173.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 198 | 0.16 | 0.13 | 0 | 0.22 | 228.75 | 0.22 | 0.71 |
| Hex | A6 | AC | C6 | 10 | D | 0 | 16 | E5 | 16 | 47 |
| Octal | 246 | 254 | 306 | 20 | 15 | 0 | 26 | 345 | 26 | 107 |
| Binary | 10100110 | 10101100 | 11000110 | 10000 | 1101 | 0 | 10110 | 11100101 | 10110 | 1000111 |
Color Harmonies of #A6ACC6
Complementary color
Monochromatic Colors of #A6ACC6
Black with #A6ACC6
Text Example
Text Example
White with #A6ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACC6; }
p { color: rgb(166,172,198); }
H1.HeaderClassName
{
color: #A6ACC6;
}
.AnyTagClassName
{
color: #A6ACC6;
}
</style>
background-color css
<style>
a { background-color: #A6ACC6; }
a { background-color: rgb(166,172,198); }
div.DivClassName
{
background-color: #A6ACC6;
}
.BgClassName
{
background-color: #A6ACC6;
}
</style>
border-color css
<style>
span { border-color: #A6ACC6; }
span { border-color: rgb(166,172,198); }
td.TdClassName
{
border-color: #A6ACC6;
}
.TagClassName
{
border-color: #A6ACC6;
}
</style>