Shades of London Hue #A982AC
Tints of London Hue #A982AC
RGB
CMYK
RGB Variations
Color information
#A982AC (or 0xA982AC) is known color: London Hue. HEX triplet: A9, 82 and AC. RGB value is (169,130,172). Sum of RGB (Red+Green+Blue) = 169+130+172=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #A982AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982AC is #567D53. Grayscale: #929292. Windows color (decimal): -5668180 or 11305641. OLE color: 11305641.
HSL color Cylindrical-coordinate representation of color #A982AC: hue angle of 295.71º 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 #A982AC is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 130 | 172 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.33 |
| HSL | 295.71º | 0.2% | 0.59% | - |
| HSV(B) | 295.71º | 0.24% | 0.67% | - |
| XYZ | 31.79 | 27.38 | 42.64 | - |
| YUV | 146.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 172 | 0.02 | 0.24 | 0 | 0.33 | 295.71 | 0.2 | 0.59 |
| Hex | A9 | 82 | AC | 2 | 18 | 0 | 21 | 128 | 14 | 3B |
| Octal | 251 | 202 | 254 | 2 | 30 | 0 | 41 | 450 | 24 | 73 |
| Binary | 10101001 | 10000010 | 10101100 | 10 | 11000 | 0 | 100001 | 100101000 | 10100 | 111011 |
Color Harmonies of #A982AC
Complementary color
Monochromatic Colors of #A982AC
Black with #A982AC
Text Example
Text Example
White with #A982AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982AC; }
p { color: rgb(169,130,172); }
H1.HeaderClassName
{
color: #A982AC;
}
.AnyTagClassName
{
color: #A982AC;
}
</style>
background-color css
<style>
a { background-color: #A982AC; }
a { background-color: rgb(169,130,172); }
div.DivClassName
{
background-color: #A982AC;
}
.BgClassName
{
background-color: #A982AC;
}
</style>
border-color css
<style>
span { border-color: #A982AC; }
span { border-color: rgb(169,130,172); }
td.TdClassName
{
border-color: #A982AC;
}
.TagClassName
{
border-color: #A982AC;
}
</style>