Shades of London Hue #A982A5
Tints of London Hue #A982A5
RGB
CMYK
RGB Variations
Color information
#A982A5 (or 0xA982A5) is known color: London Hue. HEX triplet: A9, 82 and A5. RGB value is (169,130,165). Sum of RGB (Red+Green+Blue) = 169+130+165=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A982A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982A5 is #567D5A. Grayscale: #919191. Windows color (decimal): -5668187 or 10846889. OLE color: 10846889.
HSL color Cylindrical-coordinate representation of color #A982A5: hue angle of 306.15º 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 #A982A5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 165 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.34 |
| HSL | 306.15º | 0.18% | 0.59% | - |
| HSV(B) | 306.15º | 0.23% | 0.66% | - |
| XYZ | 31.14 | 27.12 | 39.19 | - |
| YUV | 145.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 165 | 0 | 0.23 | 0.02 | 0.34 | 306.15 | 0.18 | 0.59 |
| Hex | A9 | 82 | A5 | 0 | 17 | 2 | 22 | 132 | 12 | 3B |
| Octal | 251 | 202 | 245 | 0 | 27 | 2 | 42 | 462 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10100101 | 0 | 10111 | 10 | 100010 | 100110010 | 10010 | 111011 |
Color Harmonies of #A982A5
Complementary color
Monochromatic Colors of #A982A5
Black with #A982A5
Text Example
Text Example
White with #A982A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982A5; }
p { color: rgb(169,130,165); }
H1.HeaderClassName
{
color: #A982A5;
}
.AnyTagClassName
{
color: #A982A5;
}
</style>
background-color css
<style>
a { background-color: #A982A5; }
a { background-color: rgb(169,130,165); }
div.DivClassName
{
background-color: #A982A5;
}
.BgClassName
{
background-color: #A982A5;
}
</style>
border-color css
<style>
span { border-color: #A982A5; }
span { border-color: rgb(169,130,165); }
td.TdClassName
{
border-color: #A982A5;
}
.TagClassName
{
border-color: #A982A5;
}
</style>