Shades of Echo Blue #A7ACD6
Tints of Echo Blue #A7ACD6
RGB
CMYK
RGB Variations
Color information
#A7ACD6 (or 0xA7ACD6) is known color: Echo Blue. HEX triplet: A7, AC and D6. RGB value is (167,172,214). Sum of RGB (Red+Green+Blue) = 167+172+214=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #A7ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACD6 is #585329. Grayscale: #AFAFAF. Windows color (decimal): -5788458 or 14068903. OLE color: 14068903.
HSL color Cylindrical-coordinate representation of color #A7ACD6: hue angle of 233.62º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7ACD6 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 172 | 214 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.16 |
| HSL | 233.62º | 0.36% | 0.75% | - |
| HSV(B) | 233.62º | 0.22% | 0.84% | - |
| XYZ | 42.83 | 42.58 | 69.58 | - |
| YUV | 175.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 214 | 0.22 | 0.20 | 0 | 0.16 | 233.62 | 0.36 | 0.75 |
| Hex | A7 | AC | D6 | 16 | 14 | 0 | 10 | EA | 24 | 4B |
| Octal | 247 | 254 | 326 | 26 | 24 | 0 | 20 | 352 | 44 | 113 |
| Binary | 10100111 | 10101100 | 11010110 | 10110 | 10100 | 0 | 10000 | 11101010 | 100100 | 1001011 |
Color Harmonies of #A7ACD6
Complementary color
Monochromatic Colors of #A7ACD6
Black with #A7ACD6
Text Example
Text Example
White with #A7ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ACD6; }
p { color: rgb(167,172,214); }
H1.HeaderClassName
{
color: #A7ACD6;
}
.AnyTagClassName
{
color: #A7ACD6;
}
</style>
background-color css
<style>
a { background-color: #A7ACD6; }
a { background-color: rgb(167,172,214); }
div.DivClassName
{
background-color: #A7ACD6;
}
.BgClassName
{
background-color: #A7ACD6;
}
</style>
border-color css
<style>
span { border-color: #A7ACD6; }
span { border-color: rgb(167,172,214); }
td.TdClassName
{
border-color: #A7ACD6;
}
.TagClassName
{
border-color: #A7ACD6;
}
</style>