Shades of Echo Blue #A0AED0
Tints of Echo Blue #A0AED0
RGB
CMYK
RGB Variations
Color information
#A0AED0 (or 0xA0AED0) is known color: Echo Blue. HEX triplet: A0, AE and D0. RGB value is (160,174,208). Sum of RGB (Red+Green+Blue) = 160+174+208=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AED0 is #5F512F. Grayscale: #ADADAD. Windows color (decimal): -6246704 or 13676192. OLE color: 13676192.
HSL color Cylindrical-coordinate representation of color #A0AED0: hue angle of 222.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0AED0 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 174 | 208 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.18 |
| HSL | 222.5º | 0.34% | 0.72% | - |
| HSV(B) | 222.5º | 0.23% | 0.82% | - |
| XYZ | 41.02 | 42.3 | 65.68 | - |
| YUV | 173.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 208 | 0.23 | 0.16 | 0 | 0.18 | 222.5 | 0.34 | 0.72 |
| Hex | A0 | AE | D0 | 17 | 10 | 0 | 12 | DE | 22 | 48 |
| Octal | 240 | 256 | 320 | 27 | 20 | 0 | 22 | 336 | 42 | 110 |
| Binary | 10100000 | 10101110 | 11010000 | 10111 | 10000 | 0 | 10010 | 11011110 | 100010 | 1001000 |
Color Harmonies of #A0AED0
Complementary color
Monochromatic Colors of #A0AED0
Black with #A0AED0
Text Example
Text Example
White with #A0AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AED0; }
p { color: rgb(160,174,208); }
H1.HeaderClassName
{
color: #A0AED0;
}
.AnyTagClassName
{
color: #A0AED0;
}
</style>
background-color css
<style>
a { background-color: #A0AED0; }
a { background-color: rgb(160,174,208); }
div.DivClassName
{
background-color: #A0AED0;
}
.BgClassName
{
background-color: #A0AED0;
}
</style>
border-color css
<style>
span { border-color: #A0AED0; }
span { border-color: rgb(160,174,208); }
td.TdClassName
{
border-color: #A0AED0;
}
.TagClassName
{
border-color: #A0AED0;
}
</style>