Shades of Echo Blue #A3ABD7
Tints of Echo Blue #A3ABD7
RGB
CMYK
RGB Variations
Color information
#A3ABD7 (or 0xA3ABD7) is known color: Echo Blue. HEX triplet: A3, AB and D7. RGB value is (163,171,215). Sum of RGB (Red+Green+Blue) = 163+171+215=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #A3ABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABD7 is #5C5428. Grayscale: #ADADAD. Windows color (decimal): -6050857 or 14134179. OLE color: 14134179.
HSL color Cylindrical-coordinate representation of color #A3ABD7: hue angle of 230.77º degrees, saturation: 0.39, 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 #A3ABD7 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 171 | 215 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.16 |
| HSL | 230.77º | 0.39% | 0.74% | - |
| HSV(B) | 230.77º | 0.24% | 0.84% | - |
| XYZ | 41.93 | 41.82 | 70.15 | - |
| YUV | 173.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 215 | 0.24 | 0.20 | 0 | 0.16 | 230.77 | 0.39 | 0.74 |
| Hex | A3 | AB | D7 | 18 | 14 | 0 | 10 | E7 | 27 | 4A |
| Octal | 243 | 253 | 327 | 30 | 24 | 0 | 20 | 347 | 47 | 112 |
| Binary | 10100011 | 10101011 | 11010111 | 11000 | 10100 | 0 | 10000 | 11100111 | 100111 | 1001010 |
Color Harmonies of #A3ABD7
Complementary color
Monochromatic Colors of #A3ABD7
Black with #A3ABD7
Text Example
Text Example
White with #A3ABD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ABD7; }
p { color: rgb(163,171,215); }
H1.HeaderClassName
{
color: #A3ABD7;
}
.AnyTagClassName
{
color: #A3ABD7;
}
</style>
background-color css
<style>
a { background-color: #A3ABD7; }
a { background-color: rgb(163,171,215); }
div.DivClassName
{
background-color: #A3ABD7;
}
.BgClassName
{
background-color: #A3ABD7;
}
</style>
border-color css
<style>
span { border-color: #A3ABD7; }
span { border-color: rgb(163,171,215); }
td.TdClassName
{
border-color: #A3ABD7;
}
.TagClassName
{
border-color: #A3ABD7;
}
</style>