Shades of Echo Blue #A6ACC2
Tints of Echo Blue #A6ACC2
RGB
CMYK
RGB Variations
Color information
#A6ACC2 (or 0xA6ACC2) is known color: Echo Blue. HEX triplet: A6, AC and C2. RGB value is (166,172,194). Sum of RGB (Red+Green+Blue) = 166+172+194=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 194 - color contains mainly: blue. Hex color #A6ACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACC2 is #59533D. Grayscale: #ACACAC. Windows color (decimal): -5854014 or 12758182. OLE color: 12758182.
HSL color Cylindrical-coordinate representation of color #A6ACC2: hue angle of 227.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6ACC2 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 172 | 194 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.24 |
| HSL | 227.14º | 0.19% | 0.71% | - |
| HSV(B) | 227.14º | 0.14% | 0.76% | - |
| XYZ | 40.22 | 41.51 | 56.93 | - |
| YUV | 172.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 194 | 0.14 | 0.11 | 0 | 0.24 | 227.14 | 0.19 | 0.71 |
| Hex | A6 | AC | C2 | E | B | 0 | 18 | E3 | 13 | 47 |
| Octal | 246 | 254 | 302 | 16 | 13 | 0 | 30 | 343 | 23 | 107 |
| Binary | 10100110 | 10101100 | 11000010 | 1110 | 1011 | 0 | 11000 | 11100011 | 10011 | 1000111 |
Color Harmonies of #A6ACC2
Complementary color
Monochromatic Colors of #A6ACC2
Black with #A6ACC2
Text Example
Text Example
White with #A6ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACC2; }
p { color: rgb(166,172,194); }
H1.HeaderClassName
{
color: #A6ACC2;
}
.AnyTagClassName
{
color: #A6ACC2;
}
</style>
background-color css
<style>
a { background-color: #A6ACC2; }
a { background-color: rgb(166,172,194); }
div.DivClassName
{
background-color: #A6ACC2;
}
.BgClassName
{
background-color: #A6ACC2;
}
</style>
border-color css
<style>
span { border-color: #A6ACC2; }
span { border-color: rgb(166,172,194); }
td.TdClassName
{
border-color: #A6ACC2;
}
.TagClassName
{
border-color: #A6ACC2;
}
</style>