Shades of London Hue #A982A6
Tints of London Hue #A982A6
RGB
CMYK
RGB Variations
Color information
#A982A6 (or 0xA982A6) is known color: London Hue. HEX triplet: A9, 82 and A6. RGB value is (169,130,166). Sum of RGB (Red+Green+Blue) = 169+130+166=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A982A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982A6 is #567D59. Grayscale: #919191. Windows color (decimal): -5668186 or 10912425. OLE color: 10912425.
HSL color Cylindrical-coordinate representation of color #A982A6: hue angle of 304.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A982A6 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 166 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.34 |
| HSL | 304.62º | 0.18% | 0.59% | - |
| HSV(B) | 304.62º | 0.23% | 0.66% | - |
| XYZ | 31.23 | 27.15 | 39.67 | - |
| YUV | 145.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 166 | 0 | 0.23 | 0.02 | 0.34 | 304.62 | 0.18 | 0.59 |
| Hex | A9 | 82 | A6 | 0 | 17 | 2 | 22 | 131 | 12 | 3B |
| Octal | 251 | 202 | 246 | 0 | 27 | 2 | 42 | 461 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10100110 | 0 | 10111 | 10 | 100010 | 100110001 | 10010 | 111011 |
Color Harmonies of #A982A6
Complementary color
Monochromatic Colors of #A982A6
Black with #A982A6
Text Example
Text Example
White with #A982A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982A6; }
p { color: rgb(169,130,166); }
H1.HeaderClassName
{
color: #A982A6;
}
.AnyTagClassName
{
color: #A982A6;
}
</style>
background-color css
<style>
a { background-color: #A982A6; }
a { background-color: rgb(169,130,166); }
div.DivClassName
{
background-color: #A982A6;
}
.BgClassName
{
background-color: #A982A6;
}
</style>
border-color css
<style>
span { border-color: #A982A6; }
span { border-color: rgb(169,130,166); }
td.TdClassName
{
border-color: #A982A6;
}
.TagClassName
{
border-color: #A982A6;
}
</style>