Shades of Echo Blue #A0AED2
Tints of Echo Blue #A0AED2
RGB
CMYK
RGB Variations
Color information
#A0AED2 (or 0xA0AED2) is known color: Echo Blue. HEX triplet: A0, AE and D2. RGB value is (160,174,210). Sum of RGB (Red+Green+Blue) = 160+174+210=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #A0AED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AED2 is #5F512D. Grayscale: #ADADAD. Windows color (decimal): -6246702 or 13807264. OLE color: 13807264.
HSL color Cylindrical-coordinate representation of color #A0AED2: hue angle of 223.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0AED2 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 174 | 210 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.18 |
| HSL | 223.2º | 0.36% | 0.73% | - |
| HSV(B) | 223.2º | 0.24% | 0.82% | - |
| XYZ | 41.27 | 42.4 | 66.98 | - |
| YUV | 173.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 210 | 0.24 | 0.17 | 0 | 0.18 | 223.2 | 0.36 | 0.73 |
| Hex | A0 | AE | D2 | 18 | 11 | 0 | 12 | DF | 24 | 49 |
| Octal | 240 | 256 | 322 | 30 | 21 | 0 | 22 | 337 | 44 | 111 |
| Binary | 10100000 | 10101110 | 11010010 | 11000 | 10001 | 0 | 10010 | 11011111 | 100100 | 1001001 |
Color Harmonies of #A0AED2
Complementary color
Monochromatic Colors of #A0AED2
Black with #A0AED2
Text Example
Text Example
White with #A0AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AED2; }
p { color: rgb(160,174,210); }
H1.HeaderClassName
{
color: #A0AED2;
}
.AnyTagClassName
{
color: #A0AED2;
}
</style>
background-color css
<style>
a { background-color: #A0AED2; }
a { background-color: rgb(160,174,210); }
div.DivClassName
{
background-color: #A0AED2;
}
.BgClassName
{
background-color: #A0AED2;
}
</style>
border-color css
<style>
span { border-color: #A0AED2; }
span { border-color: rgb(160,174,210); }
td.TdClassName
{
border-color: #A0AED2;
}
.TagClassName
{
border-color: #A0AED2;
}
</style>