Shades of London Hue #AA8EAD
Tints of London Hue #AA8EAD
RGB
CMYK
RGB Variations
Color information
#AA8EAD (or 0xAA8EAD) is known color: London Hue. HEX triplet: AA, 8E and AD. RGB value is (170,142,173). Sum of RGB (Red+Green+Blue) = 170+142+173=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA8EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8EAD is #557152. Grayscale: #999999. Windows color (decimal): -5599571 or 11374250. OLE color: 11374250.
HSL color Cylindrical-coordinate representation of color #AA8EAD: hue angle of 294.19º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8EAD is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 142 | 173 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.32 |
| HSL | 294.19º | 0.16% | 0.62% | - |
| HSV(B) | 294.19º | 0.18% | 0.68% | - |
| XYZ | 33.79 | 30.91 | 43.72 | - |
| YUV | 153.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 173 | 0.02 | 0.18 | 0 | 0.32 | 294.19 | 0.16 | 0.62 |
| Hex | AA | 8E | AD | 2 | 12 | 0 | 20 | 126 | 10 | 3E |
| Octal | 252 | 216 | 255 | 2 | 22 | 0 | 40 | 446 | 20 | 76 |
| Binary | 10101010 | 10001110 | 10101101 | 10 | 10010 | 0 | 100000 | 100100110 | 10000 | 111110 |
Color Harmonies of #AA8EAD
Complementary color
Monochromatic Colors of #AA8EAD
Black with #AA8EAD
Text Example
Text Example
White with #AA8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EAD; }
p { color: rgb(170,142,173); }
H1.HeaderClassName
{
color: #AA8EAD;
}
.AnyTagClassName
{
color: #AA8EAD;
}
</style>
background-color css
<style>
a { background-color: #AA8EAD; }
a { background-color: rgb(170,142,173); }
div.DivClassName
{
background-color: #AA8EAD;
}
.BgClassName
{
background-color: #AA8EAD;
}
</style>
border-color css
<style>
span { border-color: #AA8EAD; }
span { border-color: rgb(170,142,173); }
td.TdClassName
{
border-color: #AA8EAD;
}
.TagClassName
{
border-color: #AA8EAD;
}
</style>