Shades of London Hue #AA8FA9
Tints of London Hue #AA8FA9
RGB
CMYK
RGB Variations
Color information
#AA8FA9 (or 0xAA8FA9) is known color: London Hue. HEX triplet: AA, 8F and A9. RGB value is (170,143,169). Sum of RGB (Red+Green+Blue) = 170+143+169=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FA9 is #557056. Grayscale: #999999. Windows color (decimal): -5599319 or 11112362. OLE color: 11112362.
HSL color Cylindrical-coordinate representation of color #AA8FA9: hue angle of 302.22º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA8FA9 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 169 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.33 |
| HSL | 302.22º | 0.14% | 0.61% | - |
| HSV(B) | 302.22º | 0.16% | 0.67% | - |
| XYZ | 33.56 | 31.06 | 41.76 | - |
| YUV | 154.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 169 | 0 | 0.16 | 0.01 | 0.33 | 302.22 | 0.14 | 0.61 |
| Hex | AA | 8F | A9 | 0 | 10 | 1 | 21 | 12E | E | 3D |
| Octal | 252 | 217 | 251 | 0 | 20 | 1 | 41 | 456 | 16 | 75 |
| Binary | 10101010 | 10001111 | 10101001 | 0 | 10000 | 1 | 100001 | 100101110 | 1110 | 111101 |
Color Harmonies of #AA8FA9
Complementary color
Monochromatic Colors of #AA8FA9
Black with #AA8FA9
Text Example
Text Example
White with #AA8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FA9; }
p { color: rgb(170,143,169); }
H1.HeaderClassName
{
color: #AA8FA9;
}
.AnyTagClassName
{
color: #AA8FA9;
}
</style>
background-color css
<style>
a { background-color: #AA8FA9; }
a { background-color: rgb(170,143,169); }
div.DivClassName
{
background-color: #AA8FA9;
}
.BgClassName
{
background-color: #AA8FA9;
}
</style>
border-color css
<style>
span { border-color: #AA8FA9; }
span { border-color: rgb(170,143,169); }
td.TdClassName
{
border-color: #AA8FA9;
}
.TagClassName
{
border-color: #AA8FA9;
}
</style>