Shades of Echo Blue #A3A6C1
Tints of Echo Blue #A3A6C1
RGB
CMYK
RGB Variations
Color information
#A3A6C1 (or 0xA3A6C1) is known color: Echo Blue. HEX triplet: A3, A6 and C1. RGB value is (163,166,193). Sum of RGB (Red+Green+Blue) = 163+166+193=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #A3A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A6C1 is #5C593E. Grayscale: #A8A8A8. Windows color (decimal): -6052159 or 12691107. OLE color: 12691107.
HSL color Cylindrical-coordinate representation of color #A3A6C1: hue angle of 234º 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 #A3A6C1 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 166 | 193 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.24 |
| HSL | 234º | 0.19% | 0.7% | - |
| HSV(B) | 234º | 0.16% | 0.76% | - |
| XYZ | 38.37 | 38.91 | 55.94 | - |
| YUV | 168.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 193 | 0.16 | 0.14 | 0 | 0.24 | 234 | 0.19 | 0.7 |
| Hex | A3 | A6 | C1 | 10 | E | 0 | 18 | EA | 13 | 46 |
| Octal | 243 | 246 | 301 | 20 | 16 | 0 | 30 | 352 | 23 | 106 |
| Binary | 10100011 | 10100110 | 11000001 | 10000 | 1110 | 0 | 11000 | 11101010 | 10011 | 1000110 |
Color Harmonies of #A3A6C1
Complementary color
Monochromatic Colors of #A3A6C1
Black with #A3A6C1
Text Example
Text Example
White with #A3A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A6C1; }
p { color: rgb(163,166,193); }
H1.HeaderClassName
{
color: #A3A6C1;
}
.AnyTagClassName
{
color: #A3A6C1;
}
</style>
background-color css
<style>
a { background-color: #A3A6C1; }
a { background-color: rgb(163,166,193); }
div.DivClassName
{
background-color: #A3A6C1;
}
.BgClassName
{
background-color: #A3A6C1;
}
</style>
border-color css
<style>
span { border-color: #A3A6C1; }
span { border-color: rgb(163,166,193); }
td.TdClassName
{
border-color: #A3A6C1;
}
.TagClassName
{
border-color: #A3A6C1;
}
</style>