Shades of Echo Blue #A3AACB
Tints of Echo Blue #A3AACB
RGB
CMYK
RGB Variations
Color information
#A3AACB (or 0xA3AACB) is known color: Echo Blue. HEX triplet: A3, AA and CB. RGB value is (163,170,203). Sum of RGB (Red+Green+Blue) = 163+170+203=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AACB is #5C5534. Grayscale: #ABABAB. Windows color (decimal): -6051125 or 13347491. OLE color: 13347491.
HSL color Cylindrical-coordinate representation of color #A3AACB: hue angle of 229.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3AACB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 170 | 203 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.20 |
| HSL | 229.5º | 0.28% | 0.72% | - |
| HSV(B) | 229.5º | 0.2% | 0.8% | - |
| XYZ | 40.26 | 40.85 | 62.26 | - |
| YUV | 171.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 203 | 0.20 | 0.16 | 0 | 0.20 | 229.5 | 0.28 | 0.72 |
| Hex | A3 | AA | CB | 14 | 10 | 0 | 14 | E6 | 1C | 48 |
| Octal | 243 | 252 | 313 | 24 | 20 | 0 | 24 | 346 | 34 | 110 |
| Binary | 10100011 | 10101010 | 11001011 | 10100 | 10000 | 0 | 10100 | 11100110 | 11100 | 1001000 |
Color Harmonies of #A3AACB
Complementary color
Monochromatic Colors of #A3AACB
Black with #A3AACB
Text Example
Text Example
White with #A3AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AACB; }
p { color: rgb(163,170,203); }
H1.HeaderClassName
{
color: #A3AACB;
}
.AnyTagClassName
{
color: #A3AACB;
}
</style>
background-color css
<style>
a { background-color: #A3AACB; }
a { background-color: rgb(163,170,203); }
div.DivClassName
{
background-color: #A3AACB;
}
.BgClassName
{
background-color: #A3AACB;
}
</style>
border-color css
<style>
span { border-color: #A3AACB; }
span { border-color: rgb(163,170,203); }
td.TdClassName
{
border-color: #A3AACB;
}
.TagClassName
{
border-color: #A3AACB;
}
</style>