Shades of London Hue #AA82A4
Tints of London Hue #AA82A4
RGB
CMYK
RGB Variations
Color information
#AA82A4 (or 0xAA82A4) is known color: London Hue. HEX triplet: AA, 82 and A4. RGB value is (170,130,164). Sum of RGB (Red+Green+Blue) = 170+130+164=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA82A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82A4 is #557D5B. Grayscale: #919191. Windows color (decimal): -5602652 or 10781354. OLE color: 10781354.
HSL color Cylindrical-coordinate representation of color #AA82A4: hue angle of 309º 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 #AA82A4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 164 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.33 |
| HSL | 309º | 0.19% | 0.59% | - |
| HSV(B) | 309º | 0.24% | 0.67% | - |
| XYZ | 31.26 | 27.19 | 38.72 | - |
| YUV | 145.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 164 | 0 | 0.24 | 0.04 | 0.33 | 309 | 0.19 | 0.59 |
| Hex | AA | 82 | A4 | 0 | 18 | 4 | 21 | 135 | 13 | 3B |
| Octal | 252 | 202 | 244 | 0 | 30 | 4 | 41 | 465 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10100100 | 0 | 11000 | 100 | 100001 | 100110101 | 10011 | 111011 |
Color Harmonies of #AA82A4
Complementary color
Monochromatic Colors of #AA82A4
Black with #AA82A4
Text Example
Text Example
White with #AA82A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82A4; }
p { color: rgb(170,130,164); }
H1.HeaderClassName
{
color: #AA82A4;
}
.AnyTagClassName
{
color: #AA82A4;
}
</style>
background-color css
<style>
a { background-color: #AA82A4; }
a { background-color: rgb(170,130,164); }
div.DivClassName
{
background-color: #AA82A4;
}
.BgClassName
{
background-color: #AA82A4;
}
</style>
border-color css
<style>
span { border-color: #AA82A4; }
span { border-color: rgb(170,130,164); }
td.TdClassName
{
border-color: #AA82A4;
}
.TagClassName
{
border-color: #AA82A4;
}
</style>