Shades of Echo Blue #A0ABDF
Tints of Echo Blue #A0ABDF
RGB
CMYK
RGB Variations
Color information
#A0ABDF (or 0xA0ABDF) is known color: Echo Blue. HEX triplet: A0, AB and DF. RGB value is (160,171,223). Sum of RGB (Red+Green+Blue) = 160+171+223=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABDF is #5F5420. Grayscale: #ADADAD. Windows color (decimal): -6247457 or 14658464. OLE color: 14658464.
HSL color Cylindrical-coordinate representation of color #A0ABDF: hue angle of 229.52º degrees, saturation: 0.5, 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 #A0ABDF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 171 | 223 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.13 |
| HSL | 229.52º | 0.5% | 0.75% | - |
| HSV(B) | 229.52º | 0.28% | 0.87% | - |
| XYZ | 42.38 | 41.93 | 75.67 | - |
| YUV | 173.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 223 | 0.28 | 0.23 | 0 | 0.13 | 229.52 | 0.5 | 0.75 |
| Hex | A0 | AB | DF | 1C | 17 | 0 | D | E6 | 32 | 4B |
| Octal | 240 | 253 | 337 | 34 | 27 | 0 | 15 | 346 | 62 | 113 |
| Binary | 10100000 | 10101011 | 11011111 | 11100 | 10111 | 0 | 1101 | 11100110 | 110010 | 1001011 |
Color Harmonies of #A0ABDF
Complementary color
Monochromatic Colors of #A0ABDF
Black with #A0ABDF
Text Example
Text Example
White with #A0ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABDF; }
p { color: rgb(160,171,223); }
H1.HeaderClassName
{
color: #A0ABDF;
}
.AnyTagClassName
{
color: #A0ABDF;
}
</style>
background-color css
<style>
a { background-color: #A0ABDF; }
a { background-color: rgb(160,171,223); }
div.DivClassName
{
background-color: #A0ABDF;
}
.BgClassName
{
background-color: #A0ABDF;
}
</style>
border-color css
<style>
span { border-color: #A0ABDF; }
span { border-color: rgb(160,171,223); }
td.TdClassName
{
border-color: #A0ABDF;
}
.TagClassName
{
border-color: #A0ABDF;
}
</style>