Shades of Echo Blue #A0ACCF
Tints of Echo Blue #A0ACCF
RGB
CMYK
RGB Variations
Color information
#A0ACCF (or 0xA0ACCF) is known color: Echo Blue. HEX triplet: A0, AC and CF. RGB value is (160,172,207). Sum of RGB (Red+Green+Blue) = 160+172+207=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0ACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACCF is #5F5330. Grayscale: #ACACAC. Windows color (decimal): -6247217 or 13610144. OLE color: 13610144.
HSL color Cylindrical-coordinate representation of color #A0ACCF: hue angle of 224.68º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0ACCF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 172 | 207 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.19 |
| HSL | 224.68º | 0.33% | 0.72% | - |
| HSV(B) | 224.68º | 0.23% | 0.81% | - |
| XYZ | 40.51 | 41.48 | 64.9 | - |
| YUV | 172.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 207 | 0.23 | 0.17 | 0 | 0.19 | 224.68 | 0.33 | 0.72 |
| Hex | A0 | AC | CF | 17 | 11 | 0 | 13 | E1 | 21 | 48 |
| Octal | 240 | 254 | 317 | 27 | 21 | 0 | 23 | 341 | 41 | 110 |
| Binary | 10100000 | 10101100 | 11001111 | 10111 | 10001 | 0 | 10011 | 11100001 | 100001 | 1001000 |
Color Harmonies of #A0ACCF
Complementary color
Monochromatic Colors of #A0ACCF
Black with #A0ACCF
Text Example
Text Example
White with #A0ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACCF; }
p { color: rgb(160,172,207); }
H1.HeaderClassName
{
color: #A0ACCF;
}
.AnyTagClassName
{
color: #A0ACCF;
}
</style>
background-color css
<style>
a { background-color: #A0ACCF; }
a { background-color: rgb(160,172,207); }
div.DivClassName
{
background-color: #A0ACCF;
}
.BgClassName
{
background-color: #A0ACCF;
}
</style>
border-color css
<style>
span { border-color: #A0ACCF; }
span { border-color: rgb(160,172,207); }
td.TdClassName
{
border-color: #A0ACCF;
}
.TagClassName
{
border-color: #A0ACCF;
}
</style>