Shades of London Hue #AA82AA
Tints of London Hue #AA82AA
RGB
CMYK
RGB Variations
Color information
#AA82AA (or 0xAA82AA) is known color: London Hue. HEX triplet: AA, 82 and AA. RGB value is (170,130,170). Sum of RGB (Red+Green+Blue) = 170+130+170=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82AA is #557D55. Grayscale: #929292. Windows color (decimal): -5602646 or 11174570. OLE color: 11174570.
HSL color Cylindrical-coordinate representation of color #AA82AA: hue angle of 300º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA82AA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 170 | - |
| CMYK | 0 | 0.24 | 0 | 0.33 |
| HSL | 300º | 0.19% | 0.59% | - |
| HSV(B) | 300º | 0.24% | 0.67% | - |
| XYZ | 31.82 | 27.41 | 41.64 | - |
| YUV | 146.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 170 | 0 | 0.24 | 0 | 0.33 | 300 | 0.19 | 0.59 |
| Hex | AA | 82 | AA | 0 | 18 | 0 | 21 | 12C | 13 | 3B |
| Octal | 252 | 202 | 252 | 0 | 30 | 0 | 41 | 454 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10101010 | 0 | 11000 | 0 | 100001 | 100101100 | 10011 | 111011 |
Color Harmonies of #AA82AA
Complementary color
Monochromatic Colors of #AA82AA
Black with #AA82AA
Text Example
Text Example
White with #AA82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82AA; }
p { color: rgb(170,130,170); }
H1.HeaderClassName
{
color: #AA82AA;
}
.AnyTagClassName
{
color: #AA82AA;
}
</style>
background-color css
<style>
a { background-color: #AA82AA; }
a { background-color: rgb(170,130,170); }
div.DivClassName
{
background-color: #AA82AA;
}
.BgClassName
{
background-color: #AA82AA;
}
</style>
border-color css
<style>
span { border-color: #AA82AA; }
span { border-color: rgb(170,130,170); }
td.TdClassName
{
border-color: #AA82AA;
}
.TagClassName
{
border-color: #AA82AA;
}
</style>