Shades of Echo Blue #A6ACC7
Tints of Echo Blue #A6ACC7
RGB
CMYK
RGB Variations
Color information
#A6ACC7 (or 0xA6ACC7) is known color: Echo Blue. HEX triplet: A6, AC and C7. RGB value is (166,172,199). Sum of RGB (Red+Green+Blue) = 166+172+199=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 199 - color contains mainly: blue. Hex color #A6ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACC7 is #595338. Grayscale: #ADADAD. Windows color (decimal): -5854009 or 13085862. OLE color: 13085862.
HSL color Cylindrical-coordinate representation of color #A6ACC7: hue angle of 229.09º degrees, saturation: 0.23, 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 #A6ACC7 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 172 | 199 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.22 |
| HSL | 229.09º | 0.23% | 0.72% | - |
| HSV(B) | 229.09º | 0.17% | 0.78% | - |
| XYZ | 40.79 | 41.74 | 59.94 | - |
| YUV | 173.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 199 | 0.17 | 0.14 | 0 | 0.22 | 229.09 | 0.23 | 0.72 |
| Hex | A6 | AC | C7 | 11 | E | 0 | 16 | E5 | 17 | 48 |
| Octal | 246 | 254 | 307 | 21 | 16 | 0 | 26 | 345 | 27 | 110 |
| Binary | 10100110 | 10101100 | 11000111 | 10001 | 1110 | 0 | 10110 | 11100101 | 10111 | 1001000 |
Color Harmonies of #A6ACC7
Complementary color
Monochromatic Colors of #A6ACC7
Black with #A6ACC7
Text Example
Text Example
White with #A6ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACC7; }
p { color: rgb(166,172,199); }
H1.HeaderClassName
{
color: #A6ACC7;
}
.AnyTagClassName
{
color: #A6ACC7;
}
</style>
background-color css
<style>
a { background-color: #A6ACC7; }
a { background-color: rgb(166,172,199); }
div.DivClassName
{
background-color: #A6ACC7;
}
.BgClassName
{
background-color: #A6ACC7;
}
</style>
border-color css
<style>
span { border-color: #A6ACC7; }
span { border-color: rgb(166,172,199); }
td.TdClassName
{
border-color: #A6ACC7;
}
.TagClassName
{
border-color: #A6ACC7;
}
</style>