Shades of Echo Blue #A3A8D0
Tints of Echo Blue #A3A8D0
RGB
CMYK
RGB Variations
Color information
#A3A8D0 (or 0xA3A8D0) is known color: Echo Blue. HEX triplet: A3, A8 and D0. RGB value is (163,168,208). Sum of RGB (Red+Green+Blue) = 163+168+208=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #A3A8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A8D0 is #5C572F. Grayscale: #AAAAAA. Windows color (decimal): -6051632 or 13674659. OLE color: 13674659.
HSL color Cylindrical-coordinate representation of color #A3A8D0: hue angle of 233.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3A8D0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 168 | 208 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.18 |
| HSL | 233.33º | 0.32% | 0.73% | - |
| HSV(B) | 233.33º | 0.22% | 0.82% | - |
| XYZ | 40.49 | 40.35 | 65.33 | - |
| YUV | 171.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 208 | 0.22 | 0.19 | 0 | 0.18 | 233.33 | 0.32 | 0.73 |
| Hex | A3 | A8 | D0 | 16 | 13 | 0 | 12 | E9 | 20 | 49 |
| Octal | 243 | 250 | 320 | 26 | 23 | 0 | 22 | 351 | 40 | 111 |
| Binary | 10100011 | 10101000 | 11010000 | 10110 | 10011 | 0 | 10010 | 11101001 | 100000 | 1001001 |
Color Harmonies of #A3A8D0
Complementary color
Monochromatic Colors of #A3A8D0
Black with #A3A8D0
Text Example
Text Example
White with #A3A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8D0; }
p { color: rgb(163,168,208); }
H1.HeaderClassName
{
color: #A3A8D0;
}
.AnyTagClassName
{
color: #A3A8D0;
}
</style>
background-color css
<style>
a { background-color: #A3A8D0; }
a { background-color: rgb(163,168,208); }
div.DivClassName
{
background-color: #A3A8D0;
}
.BgClassName
{
background-color: #A3A8D0;
}
</style>
border-color css
<style>
span { border-color: #A3A8D0; }
span { border-color: rgb(163,168,208); }
td.TdClassName
{
border-color: #A3A8D0;
}
.TagClassName
{
border-color: #A3A8D0;
}
</style>