Shades of London Hue #AA8DAA
Tints of London Hue #AA8DAA
RGB
CMYK
RGB Variations
Color information
#AA8DAA (or 0xAA8DAA) is known color: London Hue. HEX triplet: AA, 8D and AA. RGB value is (170,141,170). Sum of RGB (Red+Green+Blue) = 170+141+170=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DAA is #557255. Grayscale: #989898. Windows color (decimal): -5599830 or 11177386. OLE color: 11177386.
HSL color Cylindrical-coordinate representation of color #AA8DAA: hue angle of 300º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8DAA is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 170 | - |
| CMYK | 0 | 0.17 | 0 | 0.33 |
| HSL | 300º | 0.15% | 0.61% | - |
| HSV(B) | 300º | 0.17% | 0.67% | - |
| XYZ | 33.36 | 30.5 | 42.16 | - |
| YUV | 152.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 170 | 0 | 0.17 | 0 | 0.33 | 300 | 0.15 | 0.61 |
| Hex | AA | 8D | AA | 0 | 11 | 0 | 21 | 12C | F | 3D |
| Octal | 252 | 215 | 252 | 0 | 21 | 0 | 41 | 454 | 17 | 75 |
| Binary | 10101010 | 10001101 | 10101010 | 0 | 10001 | 0 | 100001 | 100101100 | 1111 | 111101 |
Color Harmonies of #AA8DAA
Complementary color
Monochromatic Colors of #AA8DAA
Black with #AA8DAA
Text Example
Text Example
White with #AA8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DAA; }
p { color: rgb(170,141,170); }
H1.HeaderClassName
{
color: #AA8DAA;
}
.AnyTagClassName
{
color: #AA8DAA;
}
</style>
background-color css
<style>
a { background-color: #AA8DAA; }
a { background-color: rgb(170,141,170); }
div.DivClassName
{
background-color: #AA8DAA;
}
.BgClassName
{
background-color: #AA8DAA;
}
</style>
border-color css
<style>
span { border-color: #AA8DAA; }
span { border-color: rgb(170,141,170); }
td.TdClassName
{
border-color: #AA8DAA;
}
.TagClassName
{
border-color: #AA8DAA;
}
</style>