Shades of London Hue #AD84AC
Tints of London Hue #AD84AC
RGB
CMYK
RGB Variations
Color information
#AD84AC (or 0xAD84AC) is known color: London Hue. HEX triplet: AD, 84 and AC. RGB value is (173,132,172). Sum of RGB (Red+Green+Blue) = 173+132+172=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD84AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD84AC is #527B53. Grayscale: #949494. Windows color (decimal): -5405524 or 11306157. OLE color: 11306157.
HSL color Cylindrical-coordinate representation of color #AD84AC: hue angle of 301.46º 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 #AD84AC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 172 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.32 |
| HSL | 301.46º | 0.2% | 0.6% | - |
| HSV(B) | 301.46º | 0.24% | 0.68% | - |
| XYZ | 32.93 | 28.37 | 42.77 | - |
| YUV | 148.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 172 | 0 | 0.24 | 0.01 | 0.32 | 301.46 | 0.2 | 0.6 |
| Hex | AD | 84 | AC | 0 | 18 | 1 | 20 | 12D | 14 | 3C |
| Octal | 255 | 204 | 254 | 0 | 30 | 1 | 40 | 455 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10101100 | 0 | 11000 | 1 | 100000 | 100101101 | 10100 | 111100 |
Color Harmonies of #AD84AC
Complementary color
Monochromatic Colors of #AD84AC
Black with #AD84AC
Text Example
Text Example
White with #AD84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84AC; }
p { color: rgb(173,132,172); }
H1.HeaderClassName
{
color: #AD84AC;
}
.AnyTagClassName
{
color: #AD84AC;
}
</style>
background-color css
<style>
a { background-color: #AD84AC; }
a { background-color: rgb(173,132,172); }
div.DivClassName
{
background-color: #AD84AC;
}
.BgClassName
{
background-color: #AD84AC;
}
</style>
border-color css
<style>
span { border-color: #AD84AC; }
span { border-color: rgb(173,132,172); }
td.TdClassName
{
border-color: #AD84AC;
}
.TagClassName
{
border-color: #AD84AC;
}
</style>