Shades of Echo Blue #A0A7CB
Tints of Echo Blue #A0A7CB
RGB
CMYK
RGB Variations
Color information
#A0A7CB (or 0xA0A7CB) is known color: Echo Blue. HEX triplet: A0, A7 and CB. RGB value is (160,167,203). Sum of RGB (Red+Green+Blue) = 160+167+203=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A7CB is #5F5834. Grayscale: #A8A8A8. Windows color (decimal): -6248501 or 13346720. OLE color: 13346720.
HSL color Cylindrical-coordinate representation of color #A0A7CB: hue angle of 230.23º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0A7CB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 167 | 203 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.20 |
| HSL | 230.23º | 0.29% | 0.71% | - |
| HSV(B) | 230.23º | 0.21% | 0.8% | - |
| XYZ | 39.1 | 39.42 | 62.05 | - |
| YUV | 169.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 203 | 0.21 | 0.18 | 0 | 0.20 | 230.23 | 0.29 | 0.71 |
| Hex | A0 | A7 | CB | 15 | 12 | 0 | 14 | E6 | 1D | 47 |
| Octal | 240 | 247 | 313 | 25 | 22 | 0 | 24 | 346 | 35 | 107 |
| Binary | 10100000 | 10100111 | 11001011 | 10101 | 10010 | 0 | 10100 | 11100110 | 11101 | 1000111 |
Color Harmonies of #A0A7CB
Complementary color
Monochromatic Colors of #A0A7CB
Black with #A0A7CB
Text Example
Text Example
White with #A0A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A7CB; }
p { color: rgb(160,167,203); }
H1.HeaderClassName
{
color: #A0A7CB;
}
.AnyTagClassName
{
color: #A0A7CB;
}
</style>
background-color css
<style>
a { background-color: #A0A7CB; }
a { background-color: rgb(160,167,203); }
div.DivClassName
{
background-color: #A0A7CB;
}
.BgClassName
{
background-color: #A0A7CB;
}
</style>
border-color css
<style>
span { border-color: #A0A7CB; }
span { border-color: rgb(160,167,203); }
td.TdClassName
{
border-color: #A0A7CB;
}
.TagClassName
{
border-color: #A0A7CB;
}
</style>