Shades of London Hue #AA87A9
Tints of London Hue #AA87A9
RGB
CMYK
RGB Variations
Color information
#AA87A9 (or 0xAA87A9) is known color: London Hue. HEX triplet: AA, 87 and A9. RGB value is (170,135,169). Sum of RGB (Red+Green+Blue) = 170+135+169=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA87A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA87A9 is #557856. Grayscale: #959595. Windows color (decimal): -5601367 or 11110314. OLE color: 11110314.
HSL color Cylindrical-coordinate representation of color #AA87A9: hue angle of 301.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA87A9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 169 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.33 |
| HSL | 301.71º | 0.17% | 0.6% | - |
| HSV(B) | 301.71º | 0.21% | 0.67% | - |
| XYZ | 32.4 | 28.74 | 41.38 | - |
| YUV | 149.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 169 | 0 | 0.21 | 0.01 | 0.33 | 301.71 | 0.17 | 0.6 |
| Hex | AA | 87 | A9 | 0 | 15 | 1 | 21 | 12E | 11 | 3C |
| Octal | 252 | 207 | 251 | 0 | 25 | 1 | 41 | 456 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10101001 | 0 | 10101 | 1 | 100001 | 100101110 | 10001 | 111100 |
Color Harmonies of #AA87A9
Complementary color
Monochromatic Colors of #AA87A9
Black with #AA87A9
Text Example
Text Example
White with #AA87A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA87A9; }
p { color: rgb(170,135,169); }
H1.HeaderClassName
{
color: #AA87A9;
}
.AnyTagClassName
{
color: #AA87A9;
}
</style>
background-color css
<style>
a { background-color: #AA87A9; }
a { background-color: rgb(170,135,169); }
div.DivClassName
{
background-color: #AA87A9;
}
.BgClassName
{
background-color: #AA87A9;
}
</style>
border-color css
<style>
span { border-color: #AA87A9; }
span { border-color: rgb(170,135,169); }
td.TdClassName
{
border-color: #AA87A9;
}
.TagClassName
{
border-color: #AA87A9;
}
</style>