Shades of Echo Blue #A3AEC0
Tints of Echo Blue #A3AEC0
RGB
CMYK
RGB Variations
Color information
#A3AEC0 (or 0xA3AEC0) is known color: Echo Blue. HEX triplet: A3, AE and C0. RGB value is (163,174,192). Sum of RGB (Red+Green+Blue) = 163+174+192=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #A3AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AEC0 is #5C513F. Grayscale: #ACACAC. Windows color (decimal): -6050112 or 12627619. OLE color: 12627619.
HSL color Cylindrical-coordinate representation of color #A3AEC0: hue angle of 217.24º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3AEC0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 174 | 192 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.25 |
| HSL | 217.24º | 0.19% | 0.7% | - |
| HSV(B) | 217.24º | 0.15% | 0.75% | - |
| XYZ | 39.75 | 41.86 | 55.85 | - |
| YUV | 172.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 192 | 0.15 | 0.09 | 0 | 0.25 | 217.24 | 0.19 | 0.7 |
| Hex | A3 | AE | C0 | F | 9 | 0 | 19 | D9 | 13 | 46 |
| Octal | 243 | 256 | 300 | 17 | 11 | 0 | 31 | 331 | 23 | 106 |
| Binary | 10100011 | 10101110 | 11000000 | 1111 | 1001 | 0 | 11001 | 11011001 | 10011 | 1000110 |
Color Harmonies of #A3AEC0
Complementary color
Monochromatic Colors of #A3AEC0
Black with #A3AEC0
Text Example
Text Example
White with #A3AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEC0; }
p { color: rgb(163,174,192); }
H1.HeaderClassName
{
color: #A3AEC0;
}
.AnyTagClassName
{
color: #A3AEC0;
}
</style>
background-color css
<style>
a { background-color: #A3AEC0; }
a { background-color: rgb(163,174,192); }
div.DivClassName
{
background-color: #A3AEC0;
}
.BgClassName
{
background-color: #A3AEC0;
}
</style>
border-color css
<style>
span { border-color: #A3AEC0; }
span { border-color: rgb(163,174,192); }
td.TdClassName
{
border-color: #A3AEC0;
}
.TagClassName
{
border-color: #A3AEC0;
}
</style>