Shades of London Hue #AD77AE
Tints of London Hue #AD77AE
RGB
CMYK
RGB Variations
Color information
#AD77AE (or 0xAD77AE) is known color: London Hue. HEX triplet: AD, 77 and AE. RGB value is (173,119,174). Sum of RGB (Red+Green+Blue) = 173+119+174=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD77AE is #528851. Grayscale: #8D8D8D. Windows color (decimal): -5408850 or 11433901. OLE color: 11433901.
HSL color Cylindrical-coordinate representation of color #AD77AE: hue angle of 298.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD77AE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 174 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.32 |
| HSL | 298.91º | 0.25% | 0.57% | - |
| HSV(B) | 298.91º | 0.32% | 0.68% | - |
| XYZ | 31.47 | 25.13 | 43.24 | - |
| YUV | 141.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 174 | 0.01 | 0.32 | 0 | 0.32 | 298.91 | 0.25 | 0.57 |
| Hex | AD | 77 | AE | 1 | 20 | 0 | 20 | 12B | 19 | 39 |
| Octal | 255 | 167 | 256 | 1 | 40 | 0 | 40 | 453 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10101110 | 1 | 100000 | 0 | 100000 | 100101011 | 11001 | 111001 |
Color Harmonies of #AD77AE
Complementary color
Monochromatic Colors of #AD77AE
Black with #AD77AE
Text Example
Text Example
White with #AD77AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77AE; }
p { color: rgb(173,119,174); }
H1.HeaderClassName
{
color: #AD77AE;
}
.AnyTagClassName
{
color: #AD77AE;
}
</style>
background-color css
<style>
a { background-color: #AD77AE; }
a { background-color: rgb(173,119,174); }
div.DivClassName
{
background-color: #AD77AE;
}
.BgClassName
{
background-color: #AD77AE;
}
</style>
border-color css
<style>
span { border-color: #AD77AE; }
span { border-color: rgb(173,119,174); }
td.TdClassName
{
border-color: #AD77AE;
}
.TagClassName
{
border-color: #AD77AE;
}
</style>