Shades of Echo Blue #A3B0D6
Tints of Echo Blue #A3B0D6
RGB
CMYK
RGB Variations
Color information
#A3B0D6 (or 0xA3B0D6) is known color: Echo Blue. HEX triplet: A3, B0 and D6. RGB value is (163,176,214). Sum of RGB (Red+Green+Blue) = 163+176+214=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3B0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0D6 is #5C4F29. Grayscale: #B0B0B0. Windows color (decimal): -6049578 or 14069923. OLE color: 14069923.
HSL color Cylindrical-coordinate representation of color #A3B0D6: hue angle of 224.71º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B0D6 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 176 | 214 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.16 |
| HSL | 224.71º | 0.38% | 0.74% | - |
| HSV(B) | 224.71º | 0.24% | 0.84% | - |
| XYZ | 42.77 | 43.69 | 69.8 | - |
| YUV | 176.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 214 | 0.24 | 0.18 | 0 | 0.16 | 224.71 | 0.38 | 0.74 |
| Hex | A3 | B0 | D6 | 18 | 12 | 0 | 10 | E1 | 26 | 4A |
| Octal | 243 | 260 | 326 | 30 | 22 | 0 | 20 | 341 | 46 | 112 |
| Binary | 10100011 | 10110000 | 11010110 | 11000 | 10010 | 0 | 10000 | 11100001 | 100110 | 1001010 |
Color Harmonies of #A3B0D6
Complementary color
Monochromatic Colors of #A3B0D6
Black with #A3B0D6
Text Example
Text Example
White with #A3B0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0D6; }
p { color: rgb(163,176,214); }
H1.HeaderClassName
{
color: #A3B0D6;
}
.AnyTagClassName
{
color: #A3B0D6;
}
</style>
background-color css
<style>
a { background-color: #A3B0D6; }
a { background-color: rgb(163,176,214); }
div.DivClassName
{
background-color: #A3B0D6;
}
.BgClassName
{
background-color: #A3B0D6;
}
</style>
border-color css
<style>
span { border-color: #A3B0D6; }
span { border-color: rgb(163,176,214); }
td.TdClassName
{
border-color: #A3B0D6;
}
.TagClassName
{
border-color: #A3B0D6;
}
</style>