Shades of London Hue #AA87A8
Tints of London Hue #AA87A8
RGB
CMYK
RGB Variations
Color information
#AA87A8 (or 0xAA87A8) is known color: London Hue. HEX triplet: AA, 87 and A8. RGB value is (170,135,168). Sum of RGB (Red+Green+Blue) = 170+135+168=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA87A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA87A8 is #557857. Grayscale: #959595. Windows color (decimal): -5601368 or 11044778. OLE color: 11044778.
HSL color Cylindrical-coordinate representation of color #AA87A8: hue angle of 303.43º 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 #AA87A8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 168 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.33 |
| HSL | 303.43º | 0.17% | 0.6% | - |
| HSV(B) | 303.43º | 0.21% | 0.67% | - |
| XYZ | 32.31 | 28.7 | 40.88 | - |
| YUV | 149.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 168 | 0 | 0.21 | 0.01 | 0.33 | 303.43 | 0.17 | 0.6 |
| Hex | AA | 87 | A8 | 0 | 15 | 1 | 21 | 12F | 11 | 3C |
| Octal | 252 | 207 | 250 | 0 | 25 | 1 | 41 | 457 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10101000 | 0 | 10101 | 1 | 100001 | 100101111 | 10001 | 111100 |
Color Harmonies of #AA87A8
Complementary color
Monochromatic Colors of #AA87A8
Black with #AA87A8
Text Example
Text Example
White with #AA87A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA87A8; }
p { color: rgb(170,135,168); }
H1.HeaderClassName
{
color: #AA87A8;
}
.AnyTagClassName
{
color: #AA87A8;
}
</style>
background-color css
<style>
a { background-color: #AA87A8; }
a { background-color: rgb(170,135,168); }
div.DivClassName
{
background-color: #AA87A8;
}
.BgClassName
{
background-color: #AA87A8;
}
</style>
border-color css
<style>
span { border-color: #AA87A8; }
span { border-color: rgb(170,135,168); }
td.TdClassName
{
border-color: #AA87A8;
}
.TagClassName
{
border-color: #AA87A8;
}
</style>