Shades of London Hue #AD84AD
Tints of London Hue #AD84AD
RGB
CMYK
RGB Variations
Color information
#AD84AD (or 0xAD84AD) is known color: London Hue. HEX triplet: AD, 84 and AD. RGB value is (173,132,173). Sum of RGB (Red+Green+Blue) = 173+132+173=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD84AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD84AD is #527B52. Grayscale: #949494. Windows color (decimal): -5405523 or 11371693. OLE color: 11371693.
HSL color Cylindrical-coordinate representation of color #AD84AD: hue angle of 300º 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 #AD84AD is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 173 | - |
| CMYK | 0 | 0.24 | 0 | 0.32 |
| HSL | 300º | 0.2% | 0.6% | - |
| HSV(B) | 300º | 0.24% | 0.68% | - |
| XYZ | 33.03 | 28.4 | 43.28 | - |
| YUV | 148.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 173 | 0 | 0.24 | 0 | 0.32 | 300 | 0.2 | 0.6 |
| Hex | AD | 84 | AD | 0 | 18 | 0 | 20 | 12C | 14 | 3C |
| Octal | 255 | 204 | 255 | 0 | 30 | 0 | 40 | 454 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10101101 | 0 | 11000 | 0 | 100000 | 100101100 | 10100 | 111100 |
Color Harmonies of #AD84AD
Complementary color
Monochromatic Colors of #AD84AD
Black with #AD84AD
Text Example
Text Example
White with #AD84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84AD; }
p { color: rgb(173,132,173); }
H1.HeaderClassName
{
color: #AD84AD;
}
.AnyTagClassName
{
color: #AD84AD;
}
</style>
background-color css
<style>
a { background-color: #AD84AD; }
a { background-color: rgb(173,132,173); }
div.DivClassName
{
background-color: #AD84AD;
}
.BgClassName
{
background-color: #AD84AD;
}
</style>
border-color css
<style>
span { border-color: #AD84AD; }
span { border-color: rgb(173,132,173); }
td.TdClassName
{
border-color: #AD84AD;
}
.TagClassName
{
border-color: #AD84AD;
}
</style>