Shades of London Hue #AD83AA
Tints of London Hue #AD83AA
RGB
CMYK
RGB Variations
Color information
#AD83AA (or 0xAD83AA) is known color: London Hue. HEX triplet: AD, 83 and AA. RGB value is (173,131,170). Sum of RGB (Red+Green+Blue) = 173+131+170=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD83AA is #527C55. Grayscale: #939393. Windows color (decimal): -5405782 or 11174829. OLE color: 11174829.
HSL color Cylindrical-coordinate representation of color #AD83AA: hue angle of 304.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD83AA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 170 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.32 |
| HSL | 304.29º | 0.2% | 0.6% | - |
| HSV(B) | 304.29º | 0.24% | 0.68% | - |
| XYZ | 32.61 | 28.02 | 41.72 | - |
| YUV | 148 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 170 | 0 | 0.24 | 0.02 | 0.32 | 304.29 | 0.2 | 0.6 |
| Hex | AD | 83 | AA | 0 | 18 | 2 | 20 | 130 | 14 | 3C |
| Octal | 255 | 203 | 252 | 0 | 30 | 2 | 40 | 460 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10101010 | 0 | 11000 | 10 | 100000 | 100110000 | 10100 | 111100 |
Color Harmonies of #AD83AA
Complementary color
Monochromatic Colors of #AD83AA
Black with #AD83AA
Text Example
Text Example
White with #AD83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83AA; }
p { color: rgb(173,131,170); }
H1.HeaderClassName
{
color: #AD83AA;
}
.AnyTagClassName
{
color: #AD83AA;
}
</style>
background-color css
<style>
a { background-color: #AD83AA; }
a { background-color: rgb(173,131,170); }
div.DivClassName
{
background-color: #AD83AA;
}
.BgClassName
{
background-color: #AD83AA;
}
</style>
border-color css
<style>
span { border-color: #AD83AA; }
span { border-color: rgb(173,131,170); }
td.TdClassName
{
border-color: #AD83AA;
}
.TagClassName
{
border-color: #AD83AA;
}
</style>