Shades of Echo Blue #A0A8CD
Tints of Echo Blue #A0A8CD
RGB
CMYK
RGB Variations
Color information
#A0A8CD (or 0xA0A8CD) is known color: Echo Blue. HEX triplet: A0, A8 and CD. RGB value is (160,168,205). Sum of RGB (Red+Green+Blue) = 160+168+205=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A8CD is #5F5732. Grayscale: #A9A9A9. Windows color (decimal): -6248243 or 13478048. OLE color: 13478048.
HSL color Cylindrical-coordinate representation of color #A0A8CD: hue angle of 229.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A8CD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 168 | 205 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.20 |
| HSL | 229.33º | 0.31% | 0.72% | - |
| HSV(B) | 229.33º | 0.22% | 0.8% | - |
| XYZ | 39.52 | 39.89 | 63.37 | - |
| YUV | 169.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 205 | 0.22 | 0.18 | 0 | 0.20 | 229.33 | 0.31 | 0.72 |
| Hex | A0 | A8 | CD | 16 | 12 | 0 | 14 | E5 | 1F | 48 |
| Octal | 240 | 250 | 315 | 26 | 22 | 0 | 24 | 345 | 37 | 110 |
| Binary | 10100000 | 10101000 | 11001101 | 10110 | 10010 | 0 | 10100 | 11100101 | 11111 | 1001000 |
Color Harmonies of #A0A8CD
Complementary color
Monochromatic Colors of #A0A8CD
Black with #A0A8CD
Text Example
Text Example
White with #A0A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A8CD; }
p { color: rgb(160,168,205); }
H1.HeaderClassName
{
color: #A0A8CD;
}
.AnyTagClassName
{
color: #A0A8CD;
}
</style>
background-color css
<style>
a { background-color: #A0A8CD; }
a { background-color: rgb(160,168,205); }
div.DivClassName
{
background-color: #A0A8CD;
}
.BgClassName
{
background-color: #A0A8CD;
}
</style>
border-color css
<style>
span { border-color: #A0A8CD; }
span { border-color: rgb(160,168,205); }
td.TdClassName
{
border-color: #A0A8CD;
}
.TagClassName
{
border-color: #A0A8CD;
}
</style>