Shades of London Hue #AA81AA
Tints of London Hue #AA81AA
RGB
CMYK
RGB Variations
Color information
#AA81AA (or 0xAA81AA) is known color: London Hue. HEX triplet: AA, 81 and AA. RGB value is (170,129,170). Sum of RGB (Red+Green+Blue) = 170+129+170=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81AA is #557E55. Grayscale: #919191. Windows color (decimal): -5602902 or 11174314. OLE color: 11174314.
HSL color Cylindrical-coordinate representation of color #AA81AA: hue angle of 300º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA81AA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 170 | - |
| CMYK | 0 | 0.24 | 0 | 0.33 |
| HSL | 300º | 0.19% | 0.59% | - |
| HSV(B) | 300º | 0.24% | 0.67% | - |
| XYZ | 31.68 | 27.15 | 41.6 | - |
| YUV | 145.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 170 | 0 | 0.24 | 0 | 0.33 | 300 | 0.19 | 0.59 |
| Hex | AA | 81 | AA | 0 | 18 | 0 | 21 | 12C | 13 | 3B |
| Octal | 252 | 201 | 252 | 0 | 30 | 0 | 41 | 454 | 23 | 73 |
| Binary | 10101010 | 10000001 | 10101010 | 0 | 11000 | 0 | 100001 | 100101100 | 10011 | 111011 |
Color Harmonies of #AA81AA
Complementary color
Monochromatic Colors of #AA81AA
Black with #AA81AA
Text Example
Text Example
White with #AA81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81AA; }
p { color: rgb(170,129,170); }
H1.HeaderClassName
{
color: #AA81AA;
}
.AnyTagClassName
{
color: #AA81AA;
}
</style>
background-color css
<style>
a { background-color: #AA81AA; }
a { background-color: rgb(170,129,170); }
div.DivClassName
{
background-color: #AA81AA;
}
.BgClassName
{
background-color: #AA81AA;
}
</style>
border-color css
<style>
span { border-color: #AA81AA; }
span { border-color: rgb(170,129,170); }
td.TdClassName
{
border-color: #AA81AA;
}
.TagClassName
{
border-color: #AA81AA;
}
</style>