Shades of London Hue #AA82A7
Tints of London Hue #AA82A7
RGB
CMYK
RGB Variations
Color information
#AA82A7 (or 0xAA82A7) is known color: London Hue. HEX triplet: AA, 82 and A7. RGB value is (170,130,167). Sum of RGB (Red+Green+Blue) = 170+130+167=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA82A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82A7 is #557D58. Grayscale: #929292. Windows color (decimal): -5602649 or 10977962. OLE color: 10977962.
HSL color Cylindrical-coordinate representation of color #AA82A7: hue angle of 304.5º 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 #AA82A7 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 167 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.33 |
| HSL | 304.5º | 0.19% | 0.59% | - |
| HSV(B) | 304.5º | 0.24% | 0.67% | - |
| XYZ | 31.54 | 27.3 | 40.17 | - |
| YUV | 146.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 167 | 0 | 0.24 | 0.02 | 0.33 | 304.5 | 0.19 | 0.59 |
| Hex | AA | 82 | A7 | 0 | 18 | 2 | 21 | 130 | 13 | 3B |
| Octal | 252 | 202 | 247 | 0 | 30 | 2 | 41 | 460 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10100111 | 0 | 11000 | 10 | 100001 | 100110000 | 10011 | 111011 |
Color Harmonies of #AA82A7
Complementary color
Monochromatic Colors of #AA82A7
Black with #AA82A7
Text Example
Text Example
White with #AA82A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82A7; }
p { color: rgb(170,130,167); }
H1.HeaderClassName
{
color: #AA82A7;
}
.AnyTagClassName
{
color: #AA82A7;
}
</style>
background-color css
<style>
a { background-color: #AA82A7; }
a { background-color: rgb(170,130,167); }
div.DivClassName
{
background-color: #AA82A7;
}
.BgClassName
{
background-color: #AA82A7;
}
</style>
border-color css
<style>
span { border-color: #AA82A7; }
span { border-color: rgb(170,130,167); }
td.TdClassName
{
border-color: #AA82A7;
}
.TagClassName
{
border-color: #AA82A7;
}
</style>