Shades of London Hue #AD77AC
Tints of London Hue #AD77AC
RGB
CMYK
RGB Variations
Color information
#AD77AC (or 0xAD77AC) is known color: London Hue. HEX triplet: AD, 77 and AC. RGB value is (173,119,172). Sum of RGB (Red+Green+Blue) = 173+119+172=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD77AC is #528853. Grayscale: #8D8D8D. Windows color (decimal): -5408852 or 11302829. OLE color: 11302829.
HSL color Cylindrical-coordinate representation of color #AD77AC: hue angle of 301.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD77AC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 172 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.32 |
| HSL | 301.11º | 0.25% | 0.57% | - |
| HSV(B) | 301.11º | 0.31% | 0.68% | - |
| XYZ | 31.28 | 25.06 | 42.22 | - |
| YUV | 141.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 172 | 0 | 0.31 | 0.01 | 0.32 | 301.11 | 0.25 | 0.57 |
| Hex | AD | 77 | AC | 0 | 1F | 1 | 20 | 12D | 19 | 39 |
| Octal | 255 | 167 | 254 | 0 | 37 | 1 | 40 | 455 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10101100 | 0 | 11111 | 1 | 100000 | 100101101 | 11001 | 111001 |
Color Harmonies of #AD77AC
Complementary color
Monochromatic Colors of #AD77AC
Black with #AD77AC
Text Example
Text Example
White with #AD77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77AC; }
p { color: rgb(173,119,172); }
H1.HeaderClassName
{
color: #AD77AC;
}
.AnyTagClassName
{
color: #AD77AC;
}
</style>
background-color css
<style>
a { background-color: #AD77AC; }
a { background-color: rgb(173,119,172); }
div.DivClassName
{
background-color: #AD77AC;
}
.BgClassName
{
background-color: #AD77AC;
}
</style>
border-color css
<style>
span { border-color: #AD77AC; }
span { border-color: rgb(173,119,172); }
td.TdClassName
{
border-color: #AD77AC;
}
.TagClassName
{
border-color: #AD77AC;
}
</style>