Shades of London Hue #AA82A6
Tints of London Hue #AA82A6
RGB
CMYK
RGB Variations
Color information
#AA82A6 (or 0xAA82A6) is known color: London Hue. HEX triplet: AA, 82 and A6. RGB value is (170,130,166). Sum of RGB (Red+Green+Blue) = 170+130+166=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA82A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82A6 is #557D59. Grayscale: #919191. Windows color (decimal): -5602650 or 10912426. OLE color: 10912426.
HSL color Cylindrical-coordinate representation of color #AA82A6: hue angle of 306º 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 #AA82A6 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 166 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.33 |
| HSL | 306º | 0.19% | 0.59% | - |
| HSV(B) | 306º | 0.24% | 0.67% | - |
| XYZ | 31.44 | 27.26 | 39.68 | - |
| YUV | 146.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 166 | 0 | 0.24 | 0.02 | 0.33 | 306 | 0.19 | 0.59 |
| Hex | AA | 82 | A6 | 0 | 18 | 2 | 21 | 132 | 13 | 3B |
| Octal | 252 | 202 | 246 | 0 | 30 | 2 | 41 | 462 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10100110 | 0 | 11000 | 10 | 100001 | 100110010 | 10011 | 111011 |
Color Harmonies of #AA82A6
Complementary color
Monochromatic Colors of #AA82A6
Black with #AA82A6
Text Example
Text Example
White with #AA82A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82A6; }
p { color: rgb(170,130,166); }
H1.HeaderClassName
{
color: #AA82A6;
}
.AnyTagClassName
{
color: #AA82A6;
}
</style>
background-color css
<style>
a { background-color: #AA82A6; }
a { background-color: rgb(170,130,166); }
div.DivClassName
{
background-color: #AA82A6;
}
.BgClassName
{
background-color: #AA82A6;
}
</style>
border-color css
<style>
span { border-color: #AA82A6; }
span { border-color: rgb(170,130,166); }
td.TdClassName
{
border-color: #AA82A6;
}
.TagClassName
{
border-color: #AA82A6;
}
</style>