Shades of London Hue #AA81AB
Tints of London Hue #AA81AB
RGB
CMYK
RGB Variations
Color information
#AA81AB (or 0xAA81AB) is known color: London Hue. HEX triplet: AA, 81 and AB. RGB value is (170,129,171). Sum of RGB (Red+Green+Blue) = 170+129+171=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81AB is #557E54. Grayscale: #919191. Windows color (decimal): -5602901 or 11239850. OLE color: 11239850.
HSL color Cylindrical-coordinate representation of color #AA81AB: hue angle of 298.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA81AB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 171 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.33 |
| HSL | 298.57º | 0.2% | 0.59% | - |
| HSV(B) | 298.57º | 0.25% | 0.67% | - |
| XYZ | 31.78 | 27.19 | 42.1 | - |
| YUV | 146.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 171 | 0.01 | 0.25 | 0 | 0.33 | 298.57 | 0.2 | 0.59 |
| Hex | AA | 81 | AB | 1 | 19 | 0 | 21 | 12B | 14 | 3B |
| Octal | 252 | 201 | 253 | 1 | 31 | 0 | 41 | 453 | 24 | 73 |
| Binary | 10101010 | 10000001 | 10101011 | 1 | 11001 | 0 | 100001 | 100101011 | 10100 | 111011 |
Color Harmonies of #AA81AB
Complementary color
Monochromatic Colors of #AA81AB
Black with #AA81AB
Text Example
Text Example
White with #AA81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81AB; }
p { color: rgb(170,129,171); }
H1.HeaderClassName
{
color: #AA81AB;
}
.AnyTagClassName
{
color: #AA81AB;
}
</style>
background-color css
<style>
a { background-color: #AA81AB; }
a { background-color: rgb(170,129,171); }
div.DivClassName
{
background-color: #AA81AB;
}
.BgClassName
{
background-color: #AA81AB;
}
</style>
border-color css
<style>
span { border-color: #AA81AB; }
span { border-color: rgb(170,129,171); }
td.TdClassName
{
border-color: #AA81AB;
}
.TagClassName
{
border-color: #AA81AB;
}
</style>