Shades of London Hue #AA86AB
Tints of London Hue #AA86AB
RGB
CMYK
RGB Variations
Color information
#AA86AB (or 0xAA86AB) is known color: London Hue. HEX triplet: AA, 86 and AB. RGB value is (170,134,171). Sum of RGB (Red+Green+Blue) = 170+134+171=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA86AB is #557954. Grayscale: #949494. Windows color (decimal): -5601621 or 11241130. OLE color: 11241130.
HSL color Cylindrical-coordinate representation of color #AA86AB: hue angle of 298.38º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA86AB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 171 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.33 |
| HSL | 298.38º | 0.18% | 0.6% | - |
| HSV(B) | 298.38º | 0.22% | 0.67% | - |
| XYZ | 32.45 | 28.54 | 42.33 | - |
| YUV | 148.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 171 | 0.01 | 0.22 | 0 | 0.33 | 298.38 | 0.18 | 0.6 |
| Hex | AA | 86 | AB | 1 | 16 | 0 | 21 | 12A | 12 | 3C |
| Octal | 252 | 206 | 253 | 1 | 26 | 0 | 41 | 452 | 22 | 74 |
| Binary | 10101010 | 10000110 | 10101011 | 1 | 10110 | 0 | 100001 | 100101010 | 10010 | 111100 |
Color Harmonies of #AA86AB
Complementary color
Monochromatic Colors of #AA86AB
Black with #AA86AB
Text Example
Text Example
White with #AA86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA86AB; }
p { color: rgb(170,134,171); }
H1.HeaderClassName
{
color: #AA86AB;
}
.AnyTagClassName
{
color: #AA86AB;
}
</style>
background-color css
<style>
a { background-color: #AA86AB; }
a { background-color: rgb(170,134,171); }
div.DivClassName
{
background-color: #AA86AB;
}
.BgClassName
{
background-color: #AA86AB;
}
</style>
border-color css
<style>
span { border-color: #AA86AB; }
span { border-color: rgb(170,134,171); }
td.TdClassName
{
border-color: #AA86AB;
}
.TagClassName
{
border-color: #AA86AB;
}
</style>