Shades of Echo Blue #A0AFCF
Tints of Echo Blue #A0AFCF
RGB
CMYK
RGB Variations
Color information
#A0AFCF (or 0xA0AFCF) is known color: Echo Blue. HEX triplet: A0, AF and CF. RGB value is (160,175,207). Sum of RGB (Red+Green+Blue) = 160+175+207=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFCF is #5F5030. Grayscale: #AEAEAE. Windows color (decimal): -6246449 or 13610912. OLE color: 13610912.
HSL color Cylindrical-coordinate representation of color #A0AFCF: hue angle of 220.85º 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 #A0AFCF is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 175 | 207 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.19 |
| HSL | 220.85º | 0.33% | 0.72% | - |
| HSV(B) | 220.85º | 0.23% | 0.81% | - |
| XYZ | 41.09 | 42.64 | 65.1 | - |
| YUV | 174.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 207 | 0.23 | 0.15 | 0 | 0.19 | 220.85 | 0.33 | 0.72 |
| Hex | A0 | AF | CF | 17 | F | 0 | 13 | DD | 21 | 48 |
| Octal | 240 | 257 | 317 | 27 | 17 | 0 | 23 | 335 | 41 | 110 |
| Binary | 10100000 | 10101111 | 11001111 | 10111 | 1111 | 0 | 10011 | 11011101 | 100001 | 1001000 |
Color Harmonies of #A0AFCF
Complementary color
Monochromatic Colors of #A0AFCF
Black with #A0AFCF
Text Example
Text Example
White with #A0AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFCF; }
p { color: rgb(160,175,207); }
H1.HeaderClassName
{
color: #A0AFCF;
}
.AnyTagClassName
{
color: #A0AFCF;
}
</style>
background-color css
<style>
a { background-color: #A0AFCF; }
a { background-color: rgb(160,175,207); }
div.DivClassName
{
background-color: #A0AFCF;
}
.BgClassName
{
background-color: #A0AFCF;
}
</style>
border-color css
<style>
span { border-color: #A0AFCF; }
span { border-color: rgb(160,175,207); }
td.TdClassName
{
border-color: #A0AFCF;
}
.TagClassName
{
border-color: #A0AFCF;
}
</style>