Shades of Echo Blue #A0A8CF
Tints of Echo Blue #A0A8CF
RGB
CMYK
RGB Variations
Color information
#A0A8CF (or 0xA0A8CF) is known color: Echo Blue. HEX triplet: A0, A8 and CF. RGB value is (160,168,207). Sum of RGB (Red+Green+Blue) = 160+168+207=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A8CF is #5F5730. Grayscale: #A9A9A9. Windows color (decimal): -6248241 or 13609120. OLE color: 13609120.
HSL color Cylindrical-coordinate representation of color #A0A8CF: hue angle of 229.79º 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 #A0A8CF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 168 | 207 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.19 |
| HSL | 229.79º | 0.33% | 0.72% | - |
| HSV(B) | 229.79º | 0.23% | 0.81% | - |
| XYZ | 39.76 | 39.98 | 64.65 | - |
| YUV | 170.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 207 | 0.23 | 0.19 | 0 | 0.19 | 229.79 | 0.33 | 0.72 |
| Hex | A0 | A8 | CF | 17 | 13 | 0 | 13 | E6 | 21 | 48 |
| Octal | 240 | 250 | 317 | 27 | 23 | 0 | 23 | 346 | 41 | 110 |
| Binary | 10100000 | 10101000 | 11001111 | 10111 | 10011 | 0 | 10011 | 11100110 | 100001 | 1001000 |
Color Harmonies of #A0A8CF
Complementary color
Monochromatic Colors of #A0A8CF
Black with #A0A8CF
Text Example
Text Example
White with #A0A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A8CF; }
p { color: rgb(160,168,207); }
H1.HeaderClassName
{
color: #A0A8CF;
}
.AnyTagClassName
{
color: #A0A8CF;
}
</style>
background-color css
<style>
a { background-color: #A0A8CF; }
a { background-color: rgb(160,168,207); }
div.DivClassName
{
background-color: #A0A8CF;
}
.BgClassName
{
background-color: #A0A8CF;
}
</style>
border-color css
<style>
span { border-color: #A0A8CF; }
span { border-color: rgb(160,168,207); }
td.TdClassName
{
border-color: #A0A8CF;
}
.TagClassName
{
border-color: #A0A8CF;
}
</style>