Shades of Echo Blue #A0AFDD
Tints of Echo Blue #A0AFDD
RGB
CMYK
RGB Variations
Color information
#A0AFDD (or 0xA0AFDD) is known color: Echo Blue. HEX triplet: A0, AF and DD. RGB value is (160,175,221). Sum of RGB (Red+Green+Blue) = 160+175+221=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFDD is #5F5022. Grayscale: #AFAFAF. Windows color (decimal): -6246435 or 14528416. OLE color: 14528416.
HSL color Cylindrical-coordinate representation of color #A0AFDD: hue angle of 225.25º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0AFDD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 175 | 221 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.13 |
| HSL | 225.25º | 0.47% | 0.75% | - |
| HSV(B) | 225.25º | 0.28% | 0.87% | - |
| XYZ | 42.88 | 43.35 | 74.51 | - |
| YUV | 175.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 221 | 0.28 | 0.21 | 0 | 0.13 | 225.25 | 0.47 | 0.75 |
| Hex | A0 | AF | DD | 1C | 15 | 0 | D | E1 | 2F | 4B |
| Octal | 240 | 257 | 335 | 34 | 25 | 0 | 15 | 341 | 57 | 113 |
| Binary | 10100000 | 10101111 | 11011101 | 11100 | 10101 | 0 | 1101 | 11100001 | 101111 | 1001011 |
Color Harmonies of #A0AFDD
Complementary color
Monochromatic Colors of #A0AFDD
Black with #A0AFDD
Text Example
Text Example
White with #A0AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFDD; }
p { color: rgb(160,175,221); }
H1.HeaderClassName
{
color: #A0AFDD;
}
.AnyTagClassName
{
color: #A0AFDD;
}
</style>
background-color css
<style>
a { background-color: #A0AFDD; }
a { background-color: rgb(160,175,221); }
div.DivClassName
{
background-color: #A0AFDD;
}
.BgClassName
{
background-color: #A0AFDD;
}
</style>
border-color css
<style>
span { border-color: #A0AFDD; }
span { border-color: rgb(160,175,221); }
td.TdClassName
{
border-color: #A0AFDD;
}
.TagClassName
{
border-color: #A0AFDD;
}
</style>