Shades of London Hue #AD84AA
Tints of London Hue #AD84AA
RGB
CMYK
RGB Variations
Color information
#AD84AA (or 0xAD84AA) is known color: London Hue. HEX triplet: AD, 84 and AA. RGB value is (173,132,170). Sum of RGB (Red+Green+Blue) = 173+132+170=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD84AA is #527B55. Grayscale: #949494. Windows color (decimal): -5405526 or 11175085. OLE color: 11175085.
HSL color Cylindrical-coordinate representation of color #AD84AA: hue angle of 304.39º 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 #AD84AA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 170 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.32 |
| HSL | 304.39º | 0.2% | 0.6% | - |
| HSV(B) | 304.39º | 0.24% | 0.68% | - |
| XYZ | 32.74 | 28.29 | 41.76 | - |
| YUV | 148.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 170 | 0 | 0.24 | 0.02 | 0.32 | 304.39 | 0.2 | 0.6 |
| Hex | AD | 84 | AA | 0 | 18 | 2 | 20 | 130 | 14 | 3C |
| Octal | 255 | 204 | 252 | 0 | 30 | 2 | 40 | 460 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10101010 | 0 | 11000 | 10 | 100000 | 100110000 | 10100 | 111100 |
Color Harmonies of #AD84AA
Complementary color
Monochromatic Colors of #AD84AA
Black with #AD84AA
Text Example
Text Example
White with #AD84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84AA; }
p { color: rgb(173,132,170); }
H1.HeaderClassName
{
color: #AD84AA;
}
.AnyTagClassName
{
color: #AD84AA;
}
</style>
background-color css
<style>
a { background-color: #AD84AA; }
a { background-color: rgb(173,132,170); }
div.DivClassName
{
background-color: #AD84AA;
}
.BgClassName
{
background-color: #AD84AA;
}
</style>
border-color css
<style>
span { border-color: #AD84AA; }
span { border-color: rgb(173,132,170); }
td.TdClassName
{
border-color: #AD84AA;
}
.TagClassName
{
border-color: #AD84AA;
}
</style>