Shades of Echo Blue #A0AFDB
Tints of Echo Blue #A0AFDB
RGB
CMYK
RGB Variations
Color information
#A0AFDB (or 0xA0AFDB) is known color: Echo Blue. HEX triplet: A0, AF and DB. RGB value is (160,175,219). Sum of RGB (Red+Green+Blue) = 160+175+219=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFDB is #5F5024. Grayscale: #AFAFAF. Windows color (decimal): -6246437 or 14397344. OLE color: 14397344.
HSL color Cylindrical-coordinate representation of color #A0AFDB: hue angle of 224.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0AFDB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 175 | 219 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.14 |
| HSL | 224.75º | 0.45% | 0.74% | - |
| HSV(B) | 224.75º | 0.27% | 0.86% | - |
| XYZ | 42.61 | 43.25 | 73.12 | - |
| YUV | 175.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 219 | 0.27 | 0.20 | 0 | 0.14 | 224.75 | 0.45 | 0.74 |
| Hex | A0 | AF | DB | 1B | 14 | 0 | E | E1 | 2D | 4A |
| Octal | 240 | 257 | 333 | 33 | 24 | 0 | 16 | 341 | 55 | 112 |
| Binary | 10100000 | 10101111 | 11011011 | 11011 | 10100 | 0 | 1110 | 11100001 | 101101 | 1001010 |
Color Harmonies of #A0AFDB
Complementary color
Monochromatic Colors of #A0AFDB
Black with #A0AFDB
Text Example
Text Example
White with #A0AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFDB; }
p { color: rgb(160,175,219); }
H1.HeaderClassName
{
color: #A0AFDB;
}
.AnyTagClassName
{
color: #A0AFDB;
}
</style>
background-color css
<style>
a { background-color: #A0AFDB; }
a { background-color: rgb(160,175,219); }
div.DivClassName
{
background-color: #A0AFDB;
}
.BgClassName
{
background-color: #A0AFDB;
}
</style>
border-color css
<style>
span { border-color: #A0AFDB; }
span { border-color: rgb(160,175,219); }
td.TdClassName
{
border-color: #A0AFDB;
}
.TagClassName
{
border-color: #A0AFDB;
}
</style>