Shades of Echo Blue #A8AABF
Tints of Echo Blue #A8AABF
RGB
CMYK
RGB Variations
Color information
#A8AABF (or 0xA8AABF) is known color: Echo Blue. HEX triplet: A8, AA and BF. RGB value is (168,170,191). Sum of RGB (Red+Green+Blue) = 168+170+191=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AABF is #575540. Grayscale: #ABABAB. Windows color (decimal): -5723457 or 12561064. OLE color: 12561064.
HSL color Cylindrical-coordinate representation of color #A8AABF: hue angle of 234.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8AABF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 170 | 191 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.25 |
| HSL | 234.78º | 0.15% | 0.7% | - |
| HSV(B) | 234.78º | 0.12% | 0.75% | - |
| XYZ | 39.93 | 40.84 | 55.07 | - |
| YUV | 171.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 191 | 0.12 | 0.11 | 0 | 0.25 | 234.78 | 0.15 | 0.7 |
| Hex | A8 | AA | BF | C | B | 0 | 19 | EB | F | 46 |
| Octal | 250 | 252 | 277 | 14 | 13 | 0 | 31 | 353 | 17 | 106 |
| Binary | 10101000 | 10101010 | 10111111 | 1100 | 1011 | 0 | 11001 | 11101011 | 1111 | 1000110 |
Color Harmonies of #A8AABF
Complementary color
Monochromatic Colors of #A8AABF
Black with #A8AABF
Text Example
Text Example
White with #A8AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AABF; }
p { color: rgb(168,170,191); }
H1.HeaderClassName
{
color: #A8AABF;
}
.AnyTagClassName
{
color: #A8AABF;
}
</style>
background-color css
<style>
a { background-color: #A8AABF; }
a { background-color: rgb(168,170,191); }
div.DivClassName
{
background-color: #A8AABF;
}
.BgClassName
{
background-color: #A8AABF;
}
</style>
border-color css
<style>
span { border-color: #A8AABF; }
span { border-color: rgb(168,170,191); }
td.TdClassName
{
border-color: #A8AABF;
}
.TagClassName
{
border-color: #A8AABF;
}
</style>