Shades of Echo Blue #A4ACC5
Tints of Echo Blue #A4ACC5
RGB
CMYK
RGB Variations
Color information
#A4ACC5 (or 0xA4ACC5) is known color: Echo Blue. HEX triplet: A4, AC and C5. RGB value is (164,172,197). Sum of RGB (Red+Green+Blue) = 164+172+197=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #A4ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACC5 is #5B533A. Grayscale: #ACACAC. Windows color (decimal): -5985083 or 12954788. OLE color: 12954788.
HSL color Cylindrical-coordinate representation of color #A4ACC5: hue angle of 225.45º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4ACC5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 172 | 197 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.23 |
| HSL | 225.45º | 0.22% | 0.71% | - |
| HSV(B) | 225.45º | 0.17% | 0.77% | - |
| XYZ | 40.14 | 41.43 | 58.7 | - |
| YUV | 172.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 197 | 0.17 | 0.13 | 0 | 0.23 | 225.45 | 0.22 | 0.71 |
| Hex | A4 | AC | C5 | 11 | D | 0 | 17 | E1 | 16 | 47 |
| Octal | 244 | 254 | 305 | 21 | 15 | 0 | 27 | 341 | 26 | 107 |
| Binary | 10100100 | 10101100 | 11000101 | 10001 | 1101 | 0 | 10111 | 11100001 | 10110 | 1000111 |
Color Harmonies of #A4ACC5
Complementary color
Monochromatic Colors of #A4ACC5
Black with #A4ACC5
Text Example
Text Example
White with #A4ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ACC5; }
p { color: rgb(164,172,197); }
H1.HeaderClassName
{
color: #A4ACC5;
}
.AnyTagClassName
{
color: #A4ACC5;
}
</style>
background-color css
<style>
a { background-color: #A4ACC5; }
a { background-color: rgb(164,172,197); }
div.DivClassName
{
background-color: #A4ACC5;
}
.BgClassName
{
background-color: #A4ACC5;
}
</style>
border-color css
<style>
span { border-color: #A4ACC5; }
span { border-color: rgb(164,172,197); }
td.TdClassName
{
border-color: #A4ACC5;
}
.TagClassName
{
border-color: #A4ACC5;
}
</style>