Shades of London Hue #A982AA
Tints of London Hue #A982AA
RGB
CMYK
RGB Variations
Color information
#A982AA (or 0xA982AA) is known color: London Hue. HEX triplet: A9, 82 and AA. RGB value is (169,130,170). Sum of RGB (Red+Green+Blue) = 169+130+170=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A982AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982AA is #567D55. Grayscale: #929292. Windows color (decimal): -5668182 or 11174569. OLE color: 11174569.
HSL color Cylindrical-coordinate representation of color #A982AA: hue angle of 298.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 #A982AA is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 130 | 170 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.33 |
| HSL | 298.5º | 0.19% | 0.59% | - |
| HSV(B) | 298.5º | 0.24% | 0.67% | - |
| XYZ | 31.6 | 27.3 | 41.63 | - |
| YUV | 146.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 170 | 0.01 | 0.24 | 0 | 0.33 | 298.5 | 0.19 | 0.59 |
| Hex | A9 | 82 | AA | 1 | 18 | 0 | 21 | 12A | 13 | 3B |
| Octal | 251 | 202 | 252 | 1 | 30 | 0 | 41 | 452 | 23 | 73 |
| Binary | 10101001 | 10000010 | 10101010 | 1 | 11000 | 0 | 100001 | 100101010 | 10011 | 111011 |
Color Harmonies of #A982AA
Complementary color
Monochromatic Colors of #A982AA
Black with #A982AA
Text Example
Text Example
White with #A982AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982AA; }
p { color: rgb(169,130,170); }
H1.HeaderClassName
{
color: #A982AA;
}
.AnyTagClassName
{
color: #A982AA;
}
</style>
background-color css
<style>
a { background-color: #A982AA; }
a { background-color: rgb(169,130,170); }
div.DivClassName
{
background-color: #A982AA;
}
.BgClassName
{
background-color: #A982AA;
}
</style>
border-color css
<style>
span { border-color: #A982AA; }
span { border-color: rgb(169,130,170); }
td.TdClassName
{
border-color: #A982AA;
}
.TagClassName
{
border-color: #A982AA;
}
</style>