Shades of Echo Blue #A8AFCA
Tints of Echo Blue #A8AFCA
RGB
CMYK
RGB Variations
Color information
#A8AFCA (or 0xA8AFCA) is known color: Echo Blue. HEX triplet: A8, AF and CA. RGB value is (168,175,202). Sum of RGB (Red+Green+Blue) = 168+175+202=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFCA is #575035. Grayscale: #AFAFAF. Windows color (decimal): -5722166 or 13283240. OLE color: 13283240.
HSL color Cylindrical-coordinate representation of color #A8AFCA: hue angle of 227.65º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8AFCA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 175 | 202 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.21 |
| HSL | 227.65º | 0.24% | 0.73% | - |
| HSV(B) | 227.65º | 0.17% | 0.79% | - |
| XYZ | 42.14 | 43.25 | 62 | - |
| YUV | 175.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 202 | 0.17 | 0.13 | 0 | 0.21 | 227.65 | 0.24 | 0.73 |
| Hex | A8 | AF | CA | 11 | D | 0 | 15 | E4 | 18 | 49 |
| Octal | 250 | 257 | 312 | 21 | 15 | 0 | 25 | 344 | 30 | 111 |
| Binary | 10101000 | 10101111 | 11001010 | 10001 | 1101 | 0 | 10101 | 11100100 | 11000 | 1001001 |
Color Harmonies of #A8AFCA
Complementary color
Monochromatic Colors of #A8AFCA
Black with #A8AFCA
Text Example
Text Example
White with #A8AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFCA; }
p { color: rgb(168,175,202); }
H1.HeaderClassName
{
color: #A8AFCA;
}
.AnyTagClassName
{
color: #A8AFCA;
}
</style>
background-color css
<style>
a { background-color: #A8AFCA; }
a { background-color: rgb(168,175,202); }
div.DivClassName
{
background-color: #A8AFCA;
}
.BgClassName
{
background-color: #A8AFCA;
}
</style>
border-color css
<style>
span { border-color: #A8AFCA; }
span { border-color: rgb(168,175,202); }
td.TdClassName
{
border-color: #A8AFCA;
}
.TagClassName
{
border-color: #A8AFCA;
}
</style>