Shades of Echo Blue #A3AADD
Tints of Echo Blue #A3AADD
RGB
CMYK
RGB Variations
Color information
#A3AADD (or 0xA3AADD) is known color: Echo Blue. HEX triplet: A3, AA and DD. RGB value is (163,170,221). Sum of RGB (Red+Green+Blue) = 163+170+221=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AADD is #5C5522. Grayscale: #ADADAD. Windows color (decimal): -6051107 or 14527139. OLE color: 14527139.
HSL color Cylindrical-coordinate representation of color #A3AADD: hue angle of 232.76º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3AADD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 170 | 221 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.13 |
| HSL | 232.76º | 0.46% | 0.75% | - |
| HSV(B) | 232.76º | 0.26% | 0.87% | - |
| XYZ | 42.53 | 41.76 | 74.22 | - |
| YUV | 173.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 221 | 0.26 | 0.23 | 0 | 0.13 | 232.76 | 0.46 | 0.75 |
| Hex | A3 | AA | DD | 1A | 17 | 0 | D | E9 | 2E | 4B |
| Octal | 243 | 252 | 335 | 32 | 27 | 0 | 15 | 351 | 56 | 113 |
| Binary | 10100011 | 10101010 | 11011101 | 11010 | 10111 | 0 | 1101 | 11101001 | 101110 | 1001011 |
Color Harmonies of #A3AADD
Complementary color
Monochromatic Colors of #A3AADD
Black with #A3AADD
Text Example
Text Example
White with #A3AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AADD; }
p { color: rgb(163,170,221); }
H1.HeaderClassName
{
color: #A3AADD;
}
.AnyTagClassName
{
color: #A3AADD;
}
</style>
background-color css
<style>
a { background-color: #A3AADD; }
a { background-color: rgb(163,170,221); }
div.DivClassName
{
background-color: #A3AADD;
}
.BgClassName
{
background-color: #A3AADD;
}
</style>
border-color css
<style>
span { border-color: #A3AADD; }
span { border-color: rgb(163,170,221); }
td.TdClassName
{
border-color: #A3AADD;
}
.TagClassName
{
border-color: #A3AADD;
}
</style>