Shades of Echo Blue #A0A7CC
Tints of Echo Blue #A0A7CC
RGB
CMYK
RGB Variations
Color information
#A0A7CC (or 0xA0A7CC) is known color: Echo Blue. HEX triplet: A0, A7 and CC. RGB value is (160,167,204). Sum of RGB (Red+Green+Blue) = 160+167+204=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0A7CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A7CC is #5F5833. Grayscale: #A8A8A8. Windows color (decimal): -6248500 or 13412256. OLE color: 13412256.
HSL color Cylindrical-coordinate representation of color #A0A7CC: hue angle of 230.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A7CC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 167 | 204 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.2 |
| HSL | 230.45º | 0.3% | 0.71% | - |
| HSV(B) | 230.45º | 0.22% | 0.8% | - |
| XYZ | 39.22 | 39.47 | 62.68 | - |
| YUV | 169.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 204 | 0.22 | 0.18 | 0 | 0.2 | 230.45 | 0.3 | 0.71 |
| Hex | A0 | A7 | CC | 16 | 12 | 0 | 14 | E6 | 1E | 47 |
| Octal | 240 | 247 | 314 | 26 | 22 | 0 | 24 | 346 | 36 | 107 |
| Binary | 10100000 | 10100111 | 11001100 | 10110 | 10010 | 0 | 10100 | 11100110 | 11110 | 1000111 |
Color Harmonies of #A0A7CC
Complementary color
Monochromatic Colors of #A0A7CC
Black with #A0A7CC
Text Example
Text Example
White with #A0A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A7CC; }
p { color: rgb(160,167,204); }
H1.HeaderClassName
{
color: #A0A7CC;
}
.AnyTagClassName
{
color: #A0A7CC;
}
</style>
background-color css
<style>
a { background-color: #A0A7CC; }
a { background-color: rgb(160,167,204); }
div.DivClassName
{
background-color: #A0A7CC;
}
.BgClassName
{
background-color: #A0A7CC;
}
</style>
border-color css
<style>
span { border-color: #A0A7CC; }
span { border-color: rgb(160,167,204); }
td.TdClassName
{
border-color: #A0A7CC;
}
.TagClassName
{
border-color: #A0A7CC;
}
</style>