Shades of London Hue #AA81AF
Tints of London Hue #AA81AF
RGB
CMYK
RGB Variations
Color information
#AA81AF (or 0xAA81AF) is known color: London Hue. HEX triplet: AA, 81 and AF. RGB value is (170,129,175). Sum of RGB (Red+Green+Blue) = 170+129+175=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA81AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81AF is #557E50. Grayscale: #929292. Windows color (decimal): -5602897 or 11501994. OLE color: 11501994.
HSL color Cylindrical-coordinate representation of color #AA81AF: hue angle of 293.48º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA81AF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 129 | 175 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.31 |
| HSL | 293.48º | 0.22% | 0.6% | - |
| HSV(B) | 293.48º | 0.26% | 0.69% | - |
| XYZ | 32.17 | 27.34 | 44.14 | - |
| YUV | 146.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 175 | 0.03 | 0.26 | 0 | 0.31 | 293.48 | 0.22 | 0.6 |
| Hex | AA | 81 | AF | 3 | 1A | 0 | 1F | 125 | 16 | 3C |
| Octal | 252 | 201 | 257 | 3 | 32 | 0 | 37 | 445 | 26 | 74 |
| Binary | 10101010 | 10000001 | 10101111 | 11 | 11010 | 0 | 11111 | 100100101 | 10110 | 111100 |
Color Harmonies of #AA81AF
Complementary color
Monochromatic Colors of #AA81AF
Black with #AA81AF
Text Example
Text Example
White with #AA81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81AF; }
p { color: rgb(170,129,175); }
H1.HeaderClassName
{
color: #AA81AF;
}
.AnyTagClassName
{
color: #AA81AF;
}
</style>
background-color css
<style>
a { background-color: #AA81AF; }
a { background-color: rgb(170,129,175); }
div.DivClassName
{
background-color: #AA81AF;
}
.BgClassName
{
background-color: #AA81AF;
}
</style>
border-color css
<style>
span { border-color: #AA81AF; }
span { border-color: rgb(170,129,175); }
td.TdClassName
{
border-color: #AA81AF;
}
.TagClassName
{
border-color: #AA81AF;
}
</style>