Shades of Echo Blue #A0ADDC
Tints of Echo Blue #A0ADDC
RGB
CMYK
RGB Variations
Color information
#A0ADDC (or 0xA0ADDC) is known color: Echo Blue. HEX triplet: A0, AD and DC. RGB value is (160,173,220). Sum of RGB (Red+Green+Blue) = 160+173+220=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADDC is #5F5223. Grayscale: #AEAEAE. Windows color (decimal): -6246948 or 14462368. OLE color: 14462368.
HSL color Cylindrical-coordinate representation of color #A0ADDC: hue angle of 227º 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 #A0ADDC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 173 | 220 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 227º | 0.46% | 0.75% | - |
| HSV(B) | 227º | 0.27% | 0.86% | - |
| XYZ | 42.36 | 42.53 | 73.69 | - |
| YUV | 174.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 220 | 0.27 | 0.21 | 0 | 0.14 | 227 | 0.46 | 0.75 |
| Hex | A0 | AD | DC | 1B | 15 | 0 | E | E3 | 2E | 4B |
| Octal | 240 | 255 | 334 | 33 | 25 | 0 | 16 | 343 | 56 | 113 |
| Binary | 10100000 | 10101101 | 11011100 | 11011 | 10101 | 0 | 1110 | 11100011 | 101110 | 1001011 |
Color Harmonies of #A0ADDC
Complementary color
Monochromatic Colors of #A0ADDC
Black with #A0ADDC
Text Example
Text Example
White with #A0ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADDC; }
p { color: rgb(160,173,220); }
H1.HeaderClassName
{
color: #A0ADDC;
}
.AnyTagClassName
{
color: #A0ADDC;
}
</style>
background-color css
<style>
a { background-color: #A0ADDC; }
a { background-color: rgb(160,173,220); }
div.DivClassName
{
background-color: #A0ADDC;
}
.BgClassName
{
background-color: #A0ADDC;
}
</style>
border-color css
<style>
span { border-color: #A0ADDC; }
span { border-color: rgb(160,173,220); }
td.TdClassName
{
border-color: #A0ADDC;
}
.TagClassName
{
border-color: #A0ADDC;
}
</style>