Shades of London Hue #AD82AC
Tints of London Hue #AD82AC
RGB
CMYK
RGB Variations
Color information
#AD82AC (or 0xAD82AC) is known color: London Hue. HEX triplet: AD, 82 and AC. RGB value is (173,130,172). Sum of RGB (Red+Green+Blue) = 173+130+172=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD82AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82AC is #527D53. Grayscale: #939393. Windows color (decimal): -5406036 or 11305645. OLE color: 11305645.
HSL color Cylindrical-coordinate representation of color #AD82AC: hue angle of 301.4º 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 #AD82AC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 172 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.32 |
| HSL | 301.4º | 0.21% | 0.59% | - |
| HSV(B) | 301.4º | 0.25% | 0.68% | - |
| XYZ | 32.66 | 27.83 | 42.68 | - |
| YUV | 147.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 172 | 0 | 0.25 | 0.01 | 0.32 | 301.4 | 0.21 | 0.59 |
| Hex | AD | 82 | AC | 0 | 19 | 1 | 20 | 12D | 15 | 3B |
| Octal | 255 | 202 | 254 | 0 | 31 | 1 | 40 | 455 | 25 | 73 |
| Binary | 10101101 | 10000010 | 10101100 | 0 | 11001 | 1 | 100000 | 100101101 | 10101 | 111011 |
Color Harmonies of #AD82AC
Complementary color
Monochromatic Colors of #AD82AC
Black with #AD82AC
Text Example
Text Example
White with #AD82AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82AC; }
p { color: rgb(173,130,172); }
H1.HeaderClassName
{
color: #AD82AC;
}
.AnyTagClassName
{
color: #AD82AC;
}
</style>
background-color css
<style>
a { background-color: #AD82AC; }
a { background-color: rgb(173,130,172); }
div.DivClassName
{
background-color: #AD82AC;
}
.BgClassName
{
background-color: #AD82AC;
}
</style>
border-color css
<style>
span { border-color: #AD82AC; }
span { border-color: rgb(173,130,172); }
td.TdClassName
{
border-color: #AD82AC;
}
.TagClassName
{
border-color: #AD82AC;
}
</style>