Shades of Echo Blue #A8AFCF
Tints of Echo Blue #A8AFCF
RGB
CMYK
RGB Variations
Color information
#A8AFCF (or 0xA8AFCF) is known color: Echo Blue. HEX triplet: A8, AF and CF. RGB value is (168,175,207). Sum of RGB (Red+Green+Blue) = 168+175+207=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFCF is #575030. Grayscale: #B0B0B0. Windows color (decimal): -5722161 or 13610920. OLE color: 13610920.
HSL color Cylindrical-coordinate representation of color #A8AFCF: hue angle of 229.23º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8AFCF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 175 | 207 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.19 |
| HSL | 229.23º | 0.29% | 0.74% | - |
| HSV(B) | 229.23º | 0.19% | 0.81% | - |
| XYZ | 42.74 | 43.49 | 65.17 | - |
| YUV | 176.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 207 | 0.19 | 0.15 | 0 | 0.19 | 229.23 | 0.29 | 0.74 |
| Hex | A8 | AF | CF | 13 | F | 0 | 13 | E5 | 1D | 4A |
| Octal | 250 | 257 | 317 | 23 | 17 | 0 | 23 | 345 | 35 | 112 |
| Binary | 10101000 | 10101111 | 11001111 | 10011 | 1111 | 0 | 10011 | 11100101 | 11101 | 1001010 |
Color Harmonies of #A8AFCF
Complementary color
Monochromatic Colors of #A8AFCF
Black with #A8AFCF
Text Example
Text Example
White with #A8AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFCF; }
p { color: rgb(168,175,207); }
H1.HeaderClassName
{
color: #A8AFCF;
}
.AnyTagClassName
{
color: #A8AFCF;
}
</style>
background-color css
<style>
a { background-color: #A8AFCF; }
a { background-color: rgb(168,175,207); }
div.DivClassName
{
background-color: #A8AFCF;
}
.BgClassName
{
background-color: #A8AFCF;
}
</style>
border-color css
<style>
span { border-color: #A8AFCF; }
span { border-color: rgb(168,175,207); }
td.TdClassName
{
border-color: #A8AFCF;
}
.TagClassName
{
border-color: #A8AFCF;
}
</style>