Shades of Echo Blue #A4ACD6
Tints of Echo Blue #A4ACD6
RGB
CMYK
RGB Variations
Color information
#A4ACD6 (or 0xA4ACD6) is known color: Echo Blue. HEX triplet: A4, AC and D6. RGB value is (164,172,214). Sum of RGB (Red+Green+Blue) = 164+172+214=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #A4ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACD6 is #5B5329. Grayscale: #AEAEAE. Windows color (decimal): -5985066 or 14068900. OLE color: 14068900.
HSL color Cylindrical-coordinate representation of color #A4ACD6: hue angle of 230.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4ACD6 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 172 | 214 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.16 |
| HSL | 230.4º | 0.38% | 0.74% | - |
| HSV(B) | 230.4º | 0.23% | 0.84% | - |
| XYZ | 42.2 | 42.25 | 69.55 | - |
| YUV | 174.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 214 | 0.23 | 0.20 | 0 | 0.16 | 230.4 | 0.38 | 0.74 |
| Hex | A4 | AC | D6 | 17 | 14 | 0 | 10 | E6 | 26 | 4A |
| Octal | 244 | 254 | 326 | 27 | 24 | 0 | 20 | 346 | 46 | 112 |
| Binary | 10100100 | 10101100 | 11010110 | 10111 | 10100 | 0 | 10000 | 11100110 | 100110 | 1001010 |
Color Harmonies of #A4ACD6
Complementary color
Monochromatic Colors of #A4ACD6
Black with #A4ACD6
Text Example
Text Example
White with #A4ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ACD6; }
p { color: rgb(164,172,214); }
H1.HeaderClassName
{
color: #A4ACD6;
}
.AnyTagClassName
{
color: #A4ACD6;
}
</style>
background-color css
<style>
a { background-color: #A4ACD6; }
a { background-color: rgb(164,172,214); }
div.DivClassName
{
background-color: #A4ACD6;
}
.BgClassName
{
background-color: #A4ACD6;
}
</style>
border-color css
<style>
span { border-color: #A4ACD6; }
span { border-color: rgb(164,172,214); }
td.TdClassName
{
border-color: #A4ACD6;
}
.TagClassName
{
border-color: #A4ACD6;
}
</style>