Shades of Echo Blue #A0ACDF
Tints of Echo Blue #A0ACDF
RGB
CMYK
RGB Variations
Color information
#A0ACDF (or 0xA0ACDF) is known color: Echo Blue. HEX triplet: A0, AC and DF. RGB value is (160,172,223). Sum of RGB (Red+Green+Blue) = 160+172+223=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDF is #5F5320. Grayscale: #AEAEAE. Windows color (decimal): -6247201 or 14658720. OLE color: 14658720.
HSL color Cylindrical-coordinate representation of color #A0ACDF: hue angle of 228.57º 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 #A0ACDF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 172 | 223 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.13 |
| HSL | 228.57º | 0.5% | 0.75% | - |
| HSV(B) | 228.57º | 0.28% | 0.87% | - |
| XYZ | 42.57 | 42.31 | 75.73 | - |
| YUV | 174.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 223 | 0.28 | 0.23 | 0 | 0.13 | 228.57 | 0.5 | 0.75 |
| Hex | A0 | AC | DF | 1C | 17 | 0 | D | E5 | 32 | 4B |
| Octal | 240 | 254 | 337 | 34 | 27 | 0 | 15 | 345 | 62 | 113 |
| Binary | 10100000 | 10101100 | 11011111 | 11100 | 10111 | 0 | 1101 | 11100101 | 110010 | 1001011 |
Color Harmonies of #A0ACDF
Complementary color
Monochromatic Colors of #A0ACDF
Black with #A0ACDF
Text Example
Text Example
White with #A0ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACDF; }
p { color: rgb(160,172,223); }
H1.HeaderClassName
{
color: #A0ACDF;
}
.AnyTagClassName
{
color: #A0ACDF;
}
</style>
background-color css
<style>
a { background-color: #A0ACDF; }
a { background-color: rgb(160,172,223); }
div.DivClassName
{
background-color: #A0ACDF;
}
.BgClassName
{
background-color: #A0ACDF;
}
</style>
border-color css
<style>
span { border-color: #A0ACDF; }
span { border-color: rgb(160,172,223); }
td.TdClassName
{
border-color: #A0ACDF;
}
.TagClassName
{
border-color: #A0ACDF;
}
</style>