Shades of Echo Blue #A2ACC5
Tints of Echo Blue #A2ACC5
RGB
CMYK
RGB Variations
Color information
#A2ACC5 (or 0xA2ACC5) is known color: Echo Blue. HEX triplet: A2, AC and C5. RGB value is (162,172,197). Sum of RGB (Red+Green+Blue) = 162+172+197=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #A2ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACC5 is #5D533A. Grayscale: #ABABAB. Windows color (decimal): -6116155 or 12954786. OLE color: 12954786.
HSL color Cylindrical-coordinate representation of color #A2ACC5: hue angle of 222.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2ACC5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 172 | 197 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.23 |
| HSL | 222.86º | 0.23% | 0.7% | - |
| HSV(B) | 222.86º | 0.18% | 0.77% | - |
| XYZ | 39.73 | 41.22 | 58.69 | - |
| YUV | 171.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 197 | 0.18 | 0.13 | 0 | 0.23 | 222.86 | 0.23 | 0.7 |
| Hex | A2 | AC | C5 | 12 | D | 0 | 17 | DF | 17 | 46 |
| Octal | 242 | 254 | 305 | 22 | 15 | 0 | 27 | 337 | 27 | 106 |
| Binary | 10100010 | 10101100 | 11000101 | 10010 | 1101 | 0 | 10111 | 11011111 | 10111 | 1000110 |
Color Harmonies of #A2ACC5
Complementary color
Monochromatic Colors of #A2ACC5
Black with #A2ACC5
Text Example
Text Example
White with #A2ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACC5; }
p { color: rgb(162,172,197); }
H1.HeaderClassName
{
color: #A2ACC5;
}
.AnyTagClassName
{
color: #A2ACC5;
}
</style>
background-color css
<style>
a { background-color: #A2ACC5; }
a { background-color: rgb(162,172,197); }
div.DivClassName
{
background-color: #A2ACC5;
}
.BgClassName
{
background-color: #A2ACC5;
}
</style>
border-color css
<style>
span { border-color: #A2ACC5; }
span { border-color: rgb(162,172,197); }
td.TdClassName
{
border-color: #A2ACC5;
}
.TagClassName
{
border-color: #A2ACC5;
}
</style>