Shades of Echo Blue #A3ACC5
Tints of Echo Blue #A3ACC5
RGB
CMYK
RGB Variations
Color information
#A3ACC5 (or 0xA3ACC5) is known color: Echo Blue. HEX triplet: A3, AC and C5. RGB value is (163,172,197). Sum of RGB (Red+Green+Blue) = 163+172+197=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #A3ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACC5 is #5C533A. Grayscale: #ACACAC. Windows color (decimal): -6050619 or 12954787. OLE color: 12954787.
HSL color Cylindrical-coordinate representation of color #A3ACC5: hue angle of 224.12º degrees, saturation: 0.23, 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 #A3ACC5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 172 | 197 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.23 |
| HSL | 224.12º | 0.23% | 0.71% | - |
| HSV(B) | 224.12º | 0.17% | 0.77% | - |
| XYZ | 39.93 | 41.32 | 58.69 | - |
| YUV | 172.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 197 | 0.17 | 0.13 | 0 | 0.23 | 224.12 | 0.23 | 0.71 |
| Hex | A3 | AC | C5 | 11 | D | 0 | 17 | E0 | 17 | 47 |
| Octal | 243 | 254 | 305 | 21 | 15 | 0 | 27 | 340 | 27 | 107 |
| Binary | 10100011 | 10101100 | 11000101 | 10001 | 1101 | 0 | 10111 | 11100000 | 10111 | 1000111 |
Color Harmonies of #A3ACC5
Complementary color
Monochromatic Colors of #A3ACC5
Black with #A3ACC5
Text Example
Text Example
White with #A3ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ACC5; }
p { color: rgb(163,172,197); }
H1.HeaderClassName
{
color: #A3ACC5;
}
.AnyTagClassName
{
color: #A3ACC5;
}
</style>
background-color css
<style>
a { background-color: #A3ACC5; }
a { background-color: rgb(163,172,197); }
div.DivClassName
{
background-color: #A3ACC5;
}
.BgClassName
{
background-color: #A3ACC5;
}
</style>
border-color css
<style>
span { border-color: #A3ACC5; }
span { border-color: rgb(163,172,197); }
td.TdClassName
{
border-color: #A3ACC5;
}
.TagClassName
{
border-color: #A3ACC5;
}
</style>