Shades of London Hue #AD83AC
Tints of London Hue #AD83AC
RGB
CMYK
RGB Variations
Color information
#AD83AC (or 0xAD83AC) is known color: London Hue. HEX triplet: AD, 83 and AC. RGB value is (173,131,172). Sum of RGB (Red+Green+Blue) = 173+131+172=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD83AC is #527C53. Grayscale: #949494. Windows color (decimal): -5405780 or 11305901. OLE color: 11305901.
HSL color Cylindrical-coordinate representation of color #AD83AC: hue angle of 301.43º 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 #AD83AC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 172 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.32 |
| HSL | 301.43º | 0.2% | 0.6% | - |
| HSV(B) | 301.43º | 0.24% | 0.68% | - |
| XYZ | 32.8 | 28.1 | 42.72 | - |
| YUV | 148.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 172 | 0 | 0.24 | 0.01 | 0.32 | 301.43 | 0.2 | 0.6 |
| Hex | AD | 83 | AC | 0 | 18 | 1 | 20 | 12D | 14 | 3C |
| Octal | 255 | 203 | 254 | 0 | 30 | 1 | 40 | 455 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10101100 | 0 | 11000 | 1 | 100000 | 100101101 | 10100 | 111100 |
Color Harmonies of #AD83AC
Complementary color
Monochromatic Colors of #AD83AC
Black with #AD83AC
Text Example
Text Example
White with #AD83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83AC; }
p { color: rgb(173,131,172); }
H1.HeaderClassName
{
color: #AD83AC;
}
.AnyTagClassName
{
color: #AD83AC;
}
</style>
background-color css
<style>
a { background-color: #AD83AC; }
a { background-color: rgb(173,131,172); }
div.DivClassName
{
background-color: #AD83AC;
}
.BgClassName
{
background-color: #AD83AC;
}
</style>
border-color css
<style>
span { border-color: #AD83AC; }
span { border-color: rgb(173,131,172); }
td.TdClassName
{
border-color: #AD83AC;
}
.TagClassName
{
border-color: #AD83AC;
}
</style>