Shades of Echo Blue #A8AFD0
Tints of Echo Blue #A8AFD0
RGB
CMYK
RGB Variations
Color information
#A8AFD0 (or 0xA8AFD0) is known color: Echo Blue. HEX triplet: A8, AF and D0. RGB value is (168,175,208). Sum of RGB (Red+Green+Blue) = 168+175+208=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFD0 is #57502F. Grayscale: #B0B0B0. Windows color (decimal): -5722160 or 13676456. OLE color: 13676456.
HSL color Cylindrical-coordinate representation of color #A8AFD0: hue angle of 229.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8AFD0 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 175 | 208 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.18 |
| HSL | 229.5º | 0.3% | 0.74% | - |
| HSV(B) | 229.5º | 0.19% | 0.82% | - |
| XYZ | 42.86 | 43.54 | 65.82 | - |
| YUV | 176.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 208 | 0.19 | 0.16 | 0 | 0.18 | 229.5 | 0.3 | 0.74 |
| Hex | A8 | AF | D0 | 13 | 10 | 0 | 12 | E6 | 1E | 4A |
| Octal | 250 | 257 | 320 | 23 | 20 | 0 | 22 | 346 | 36 | 112 |
| Binary | 10101000 | 10101111 | 11010000 | 10011 | 10000 | 0 | 10010 | 11100110 | 11110 | 1001010 |
Color Harmonies of #A8AFD0
Complementary color
Monochromatic Colors of #A8AFD0
Black with #A8AFD0
Text Example
Text Example
White with #A8AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFD0; }
p { color: rgb(168,175,208); }
H1.HeaderClassName
{
color: #A8AFD0;
}
.AnyTagClassName
{
color: #A8AFD0;
}
</style>
background-color css
<style>
a { background-color: #A8AFD0; }
a { background-color: rgb(168,175,208); }
div.DivClassName
{
background-color: #A8AFD0;
}
.BgClassName
{
background-color: #A8AFD0;
}
</style>
border-color css
<style>
span { border-color: #A8AFD0; }
span { border-color: rgb(168,175,208); }
td.TdClassName
{
border-color: #A8AFD0;
}
.TagClassName
{
border-color: #A8AFD0;
}
</style>