Shades of Echo Blue #A3A8C1
Tints of Echo Blue #A3A8C1
RGB
CMYK
RGB Variations
Color information
#A3A8C1 (or 0xA3A8C1) is known color: Echo Blue. HEX triplet: A3, A8 and C1. RGB value is (163,168,193). Sum of RGB (Red+Green+Blue) = 163+168+193=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #A3A8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A8C1 is #5C573E. Grayscale: #A9A9A9. Windows color (decimal): -6051647 or 12691619. OLE color: 12691619.
HSL color Cylindrical-coordinate representation of color #A3A8C1: hue angle of 230º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3A8C1 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 168 | 193 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.24 |
| HSL | 230º | 0.19% | 0.7% | - |
| HSV(B) | 230º | 0.16% | 0.76% | - |
| XYZ | 38.73 | 39.64 | 56.06 | - |
| YUV | 169.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 193 | 0.16 | 0.13 | 0 | 0.24 | 230 | 0.19 | 0.7 |
| Hex | A3 | A8 | C1 | 10 | D | 0 | 18 | E6 | 13 | 46 |
| Octal | 243 | 250 | 301 | 20 | 15 | 0 | 30 | 346 | 23 | 106 |
| Binary | 10100011 | 10101000 | 11000001 | 10000 | 1101 | 0 | 11000 | 11100110 | 10011 | 1000110 |
Color Harmonies of #A3A8C1
Complementary color
Monochromatic Colors of #A3A8C1
Black with #A3A8C1
Text Example
Text Example
White with #A3A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8C1; }
p { color: rgb(163,168,193); }
H1.HeaderClassName
{
color: #A3A8C1;
}
.AnyTagClassName
{
color: #A3A8C1;
}
</style>
background-color css
<style>
a { background-color: #A3A8C1; }
a { background-color: rgb(163,168,193); }
div.DivClassName
{
background-color: #A3A8C1;
}
.BgClassName
{
background-color: #A3A8C1;
}
</style>
border-color css
<style>
span { border-color: #A3A8C1; }
span { border-color: rgb(163,168,193); }
td.TdClassName
{
border-color: #A3A8C1;
}
.TagClassName
{
border-color: #A3A8C1;
}
</style>