Shades of London Hue #A981A9
Tints of London Hue #A981A9
RGB
CMYK
RGB Variations
Color information
#A981A9 (or 0xA981A9) is known color: London Hue. HEX triplet: A9, 81 and A9. RGB value is (169,129,169). Sum of RGB (Red+Green+Blue) = 169+129+169=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A981A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A981A9 is #567E56. Grayscale: #919191. Windows color (decimal): -5668439 or 11108777. OLE color: 11108777.
HSL color Cylindrical-coordinate representation of color #A981A9: hue angle of 300º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A981A9 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 169 | - |
| CMYK | 0 | 0.24 | 0 | 0.34 |
| HSL | 300º | 0.19% | 0.58% | - |
| HSV(B) | 300º | 0.24% | 0.66% | - |
| XYZ | 31.37 | 27 | 41.09 | - |
| YUV | 145.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 169 | 0 | 0.24 | 0 | 0.34 | 300 | 0.19 | 0.58 |
| Hex | A9 | 81 | A9 | 0 | 18 | 0 | 22 | 12C | 13 | 3A |
| Octal | 251 | 201 | 251 | 0 | 30 | 0 | 42 | 454 | 23 | 72 |
| Binary | 10101001 | 10000001 | 10101001 | 0 | 11000 | 0 | 100010 | 100101100 | 10011 | 111010 |
Color Harmonies of #A981A9
Complementary color
Monochromatic Colors of #A981A9
Black with #A981A9
Text Example
Text Example
White with #A981A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981A9; }
p { color: rgb(169,129,169); }
H1.HeaderClassName
{
color: #A981A9;
}
.AnyTagClassName
{
color: #A981A9;
}
</style>
background-color css
<style>
a { background-color: #A981A9; }
a { background-color: rgb(169,129,169); }
div.DivClassName
{
background-color: #A981A9;
}
.BgClassName
{
background-color: #A981A9;
}
</style>
border-color css
<style>
span { border-color: #A981A9; }
span { border-color: rgb(169,129,169); }
td.TdClassName
{
border-color: #A981A9;
}
.TagClassName
{
border-color: #A981A9;
}
</style>