Shades of London Hue #A981AA
Tints of London Hue #A981AA
RGB
CMYK
RGB Variations
Color information
#A981AA (or 0xA981AA) is known color: London Hue. HEX triplet: A9, 81 and AA. RGB value is (169,129,170). Sum of RGB (Red+Green+Blue) = 169+129+170=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A981AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A981AA is #567E55. Grayscale: #919191. Windows color (decimal): -5668438 or 11174313. OLE color: 11174313.
HSL color Cylindrical-coordinate representation of color #A981AA: hue angle of 298.54º 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 #A981AA is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 129 | 170 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.33 |
| HSL | 298.54º | 0.19% | 0.59% | - |
| HSV(B) | 298.54º | 0.24% | 0.67% | - |
| XYZ | 31.47 | 27.04 | 41.59 | - |
| YUV | 145.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 170 | 0.01 | 0.24 | 0 | 0.33 | 298.54 | 0.19 | 0.59 |
| Hex | A9 | 81 | AA | 1 | 18 | 0 | 21 | 12B | 13 | 3B |
| Octal | 251 | 201 | 252 | 1 | 30 | 0 | 41 | 453 | 23 | 73 |
| Binary | 10101001 | 10000001 | 10101010 | 1 | 11000 | 0 | 100001 | 100101011 | 10011 | 111011 |
Color Harmonies of #A981AA
Complementary color
Monochromatic Colors of #A981AA
Black with #A981AA
Text Example
Text Example
White with #A981AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981AA; }
p { color: rgb(169,129,170); }
H1.HeaderClassName
{
color: #A981AA;
}
.AnyTagClassName
{
color: #A981AA;
}
</style>
background-color css
<style>
a { background-color: #A981AA; }
a { background-color: rgb(169,129,170); }
div.DivClassName
{
background-color: #A981AA;
}
.BgClassName
{
background-color: #A981AA;
}
</style>
border-color css
<style>
span { border-color: #A981AA; }
span { border-color: rgb(169,129,170); }
td.TdClassName
{
border-color: #A981AA;
}
.TagClassName
{
border-color: #A981AA;
}
</style>