Shades of Echo Blue #A0A6DA
Tints of Echo Blue #A0A6DA
RGB
CMYK
RGB Variations
Color information
#A0A6DA (or 0xA0A6DA) is known color: Echo Blue. HEX triplet: A0, A6 and DA. RGB value is (160,166,218). Sum of RGB (Red+Green+Blue) = 160+166+218=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6DA is #5F5925. Grayscale: #A9A9A9. Windows color (decimal): -6248742 or 14329504. OLE color: 14329504.
HSL color Cylindrical-coordinate representation of color #A0A6DA: hue angle of 233.79º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A6DA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 166 | 218 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.15 |
| HSL | 233.79º | 0.44% | 0.74% | - |
| HSV(B) | 233.79º | 0.27% | 0.85% | - |
| XYZ | 40.79 | 39.81 | 71.86 | - |
| YUV | 170.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 218 | 0.27 | 0.24 | 0 | 0.15 | 233.79 | 0.44 | 0.74 |
| Hex | A0 | A6 | DA | 1B | 18 | 0 | F | EA | 2C | 4A |
| Octal | 240 | 246 | 332 | 33 | 30 | 0 | 17 | 352 | 54 | 112 |
| Binary | 10100000 | 10100110 | 11011010 | 11011 | 11000 | 0 | 1111 | 11101010 | 101100 | 1001010 |
Color Harmonies of #A0A6DA
Complementary color
Monochromatic Colors of #A0A6DA
Black with #A0A6DA
Text Example
Text Example
White with #A0A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A6DA; }
p { color: rgb(160,166,218); }
H1.HeaderClassName
{
color: #A0A6DA;
}
.AnyTagClassName
{
color: #A0A6DA;
}
</style>
background-color css
<style>
a { background-color: #A0A6DA; }
a { background-color: rgb(160,166,218); }
div.DivClassName
{
background-color: #A0A6DA;
}
.BgClassName
{
background-color: #A0A6DA;
}
</style>
border-color css
<style>
span { border-color: #A0A6DA; }
span { border-color: rgb(160,166,218); }
td.TdClassName
{
border-color: #A0A6DA;
}
.TagClassName
{
border-color: #A0A6DA;
}
</style>