Shades of London Hue #AA81AD
Tints of London Hue #AA81AD
RGB
CMYK
RGB Variations
Color information
#AA81AD (or 0xAA81AD) is known color: London Hue. HEX triplet: AA, 81 and AD. RGB value is (170,129,173). Sum of RGB (Red+Green+Blue) = 170+129+173=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81AD is #557E52. Grayscale: #929292. Windows color (decimal): -5602899 or 11370922. OLE color: 11370922.
HSL color Cylindrical-coordinate representation of color #AA81AD: hue angle of 295.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA81AD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 129 | 173 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.32 |
| HSL | 295.91º | 0.21% | 0.59% | - |
| HSV(B) | 295.91º | 0.25% | 0.68% | - |
| XYZ | 31.97 | 27.26 | 43.11 | - |
| YUV | 146.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 173 | 0.02 | 0.25 | 0 | 0.32 | 295.91 | 0.21 | 0.59 |
| Hex | AA | 81 | AD | 2 | 19 | 0 | 20 | 128 | 15 | 3B |
| Octal | 252 | 201 | 255 | 2 | 31 | 0 | 40 | 450 | 25 | 73 |
| Binary | 10101010 | 10000001 | 10101101 | 10 | 11001 | 0 | 100000 | 100101000 | 10101 | 111011 |
Color Harmonies of #AA81AD
Complementary color
Monochromatic Colors of #AA81AD
Black with #AA81AD
Text Example
Text Example
White with #AA81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81AD; }
p { color: rgb(170,129,173); }
H1.HeaderClassName
{
color: #AA81AD;
}
.AnyTagClassName
{
color: #AA81AD;
}
</style>
background-color css
<style>
a { background-color: #AA81AD; }
a { background-color: rgb(170,129,173); }
div.DivClassName
{
background-color: #AA81AD;
}
.BgClassName
{
background-color: #AA81AD;
}
</style>
border-color css
<style>
span { border-color: #AA81AD; }
span { border-color: rgb(170,129,173); }
td.TdClassName
{
border-color: #AA81AD;
}
.TagClassName
{
border-color: #AA81AD;
}
</style>