Shades of London Hue #A982AB
Tints of London Hue #A982AB
RGB
CMYK
RGB Variations
Color information
#A982AB (or 0xA982AB) is known color: London Hue. HEX triplet: A9, 82 and AB. RGB value is (169,130,171). Sum of RGB (Red+Green+Blue) = 169+130+171=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #A982AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982AB is #567D54. Grayscale: #929292. Windows color (decimal): -5668181 or 11240105. OLE color: 11240105.
HSL color Cylindrical-coordinate representation of color #A982AB: hue angle of 297.07º degrees, saturation: 0.2, 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 #A982AB is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 130 | 171 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.33 |
| HSL | 297.07º | 0.2% | 0.59% | - |
| HSV(B) | 297.07º | 0.24% | 0.67% | - |
| XYZ | 31.7 | 27.34 | 42.13 | - |
| YUV | 146.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 171 | 0.01 | 0.24 | 0 | 0.33 | 297.07 | 0.2 | 0.59 |
| Hex | A9 | 82 | AB | 1 | 18 | 0 | 21 | 129 | 14 | 3B |
| Octal | 251 | 202 | 253 | 1 | 30 | 0 | 41 | 451 | 24 | 73 |
| Binary | 10101001 | 10000010 | 10101011 | 1 | 11000 | 0 | 100001 | 100101001 | 10100 | 111011 |
Color Harmonies of #A982AB
Complementary color
Monochromatic Colors of #A982AB
Black with #A982AB
Text Example
Text Example
White with #A982AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982AB; }
p { color: rgb(169,130,171); }
H1.HeaderClassName
{
color: #A982AB;
}
.AnyTagClassName
{
color: #A982AB;
}
</style>
background-color css
<style>
a { background-color: #A982AB; }
a { background-color: rgb(169,130,171); }
div.DivClassName
{
background-color: #A982AB;
}
.BgClassName
{
background-color: #A982AB;
}
</style>
border-color css
<style>
span { border-color: #A982AB; }
span { border-color: rgb(169,130,171); }
td.TdClassName
{
border-color: #A982AB;
}
.TagClassName
{
border-color: #A982AB;
}
</style>