Shades of London Hue #AD81AA
Tints of London Hue #AD81AA
RGB
CMYK
RGB Variations
Color information
#AD81AA (or 0xAD81AA) is known color: London Hue. HEX triplet: AD, 81 and AA. RGB value is (173,129,170). Sum of RGB (Red+Green+Blue) = 173+129+170=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD81AA is #527E55. Grayscale: #929292. Windows color (decimal): -5406294 or 11174317. OLE color: 11174317.
HSL color Cylindrical-coordinate representation of color #AD81AA: hue angle of 304.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD81AA is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 170 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.32 |
| HSL | 304.09º | 0.21% | 0.59% | - |
| HSV(B) | 304.09º | 0.25% | 0.68% | - |
| XYZ | 32.34 | 27.49 | 41.63 | - |
| YUV | 146.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 170 | 0 | 0.25 | 0.02 | 0.32 | 304.09 | 0.21 | 0.59 |
| Hex | AD | 81 | AA | 0 | 19 | 2 | 20 | 130 | 15 | 3B |
| Octal | 255 | 201 | 252 | 0 | 31 | 2 | 40 | 460 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10101010 | 0 | 11001 | 10 | 100000 | 100110000 | 10101 | 111011 |
Color Harmonies of #AD81AA
Complementary color
Monochromatic Colors of #AD81AA
Black with #AD81AA
Text Example
Text Example
White with #AD81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81AA; }
p { color: rgb(173,129,170); }
H1.HeaderClassName
{
color: #AD81AA;
}
.AnyTagClassName
{
color: #AD81AA;
}
</style>
background-color css
<style>
a { background-color: #AD81AA; }
a { background-color: rgb(173,129,170); }
div.DivClassName
{
background-color: #AD81AA;
}
.BgClassName
{
background-color: #AD81AA;
}
</style>
border-color css
<style>
span { border-color: #AD81AA; }
span { border-color: rgb(173,129,170); }
td.TdClassName
{
border-color: #AD81AA;
}
.TagClassName
{
border-color: #AD81AA;
}
</style>