Shades of Echo Blue #A0A7DB
Tints of Echo Blue #A0A7DB
RGB
CMYK
RGB Variations
Color information
#A0A7DB (or 0xA0A7DB) is known color: Echo Blue. HEX triplet: A0, A7 and DB. RGB value is (160,167,219). Sum of RGB (Red+Green+Blue) = 160+167+219=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A7DB is #5F5824. Grayscale: #AAAAAA. Windows color (decimal): -6248485 or 14395296. OLE color: 14395296.
HSL color Cylindrical-coordinate representation of color #A0A7DB: hue angle of 232.88º 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 #A0A7DB is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 167 | 219 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.14 |
| HSL | 232.88º | 0.45% | 0.74% | - |
| HSV(B) | 232.88º | 0.27% | 0.86% | - |
| XYZ | 41.1 | 40.23 | 72.62 | - |
| YUV | 170.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 219 | 0.27 | 0.24 | 0 | 0.14 | 232.88 | 0.45 | 0.74 |
| Hex | A0 | A7 | DB | 1B | 18 | 0 | E | E9 | 2D | 4A |
| Octal | 240 | 247 | 333 | 33 | 30 | 0 | 16 | 351 | 55 | 112 |
| Binary | 10100000 | 10100111 | 11011011 | 11011 | 11000 | 0 | 1110 | 11101001 | 101101 | 1001010 |
Color Harmonies of #A0A7DB
Complementary color
Monochromatic Colors of #A0A7DB
Black with #A0A7DB
Text Example
Text Example
White with #A0A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A7DB; }
p { color: rgb(160,167,219); }
H1.HeaderClassName
{
color: #A0A7DB;
}
.AnyTagClassName
{
color: #A0A7DB;
}
</style>
background-color css
<style>
a { background-color: #A0A7DB; }
a { background-color: rgb(160,167,219); }
div.DivClassName
{
background-color: #A0A7DB;
}
.BgClassName
{
background-color: #A0A7DB;
}
</style>
border-color css
<style>
span { border-color: #A0A7DB; }
span { border-color: rgb(160,167,219); }
td.TdClassName
{
border-color: #A0A7DB;
}
.TagClassName
{
border-color: #A0A7DB;
}
</style>