Shades of Echo Blue #A0AEDC
Tints of Echo Blue #A0AEDC
RGB
CMYK
RGB Variations
Color information
#A0AEDC (or 0xA0AEDC) is known color: Echo Blue. HEX triplet: A0, AE and DC. RGB value is (160,174,220). Sum of RGB (Red+Green+Blue) = 160+174+220=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEDC is #5F5123. Grayscale: #AEAEAE. Windows color (decimal): -6246692 or 14462624. OLE color: 14462624.
HSL color Cylindrical-coordinate representation of color #A0AEDC: hue angle of 226º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0AEDC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 174 | 220 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 226º | 0.46% | 0.75% | - |
| HSV(B) | 226º | 0.27% | 0.86% | - |
| XYZ | 42.55 | 42.91 | 73.75 | - |
| YUV | 175.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 220 | 0.27 | 0.21 | 0 | 0.14 | 226 | 0.46 | 0.75 |
| Hex | A0 | AE | DC | 1B | 15 | 0 | E | E2 | 2E | 4B |
| Octal | 240 | 256 | 334 | 33 | 25 | 0 | 16 | 342 | 56 | 113 |
| Binary | 10100000 | 10101110 | 11011100 | 11011 | 10101 | 0 | 1110 | 11100010 | 101110 | 1001011 |
Color Harmonies of #A0AEDC
Complementary color
Monochromatic Colors of #A0AEDC
Black with #A0AEDC
Text Example
Text Example
White with #A0AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AEDC; }
p { color: rgb(160,174,220); }
H1.HeaderClassName
{
color: #A0AEDC;
}
.AnyTagClassName
{
color: #A0AEDC;
}
</style>
background-color css
<style>
a { background-color: #A0AEDC; }
a { background-color: rgb(160,174,220); }
div.DivClassName
{
background-color: #A0AEDC;
}
.BgClassName
{
background-color: #A0AEDC;
}
</style>
border-color css
<style>
span { border-color: #A0AEDC; }
span { border-color: rgb(160,174,220); }
td.TdClassName
{
border-color: #A0AEDC;
}
.TagClassName
{
border-color: #A0AEDC;
}
</style>