Shades of London Hue #AD78AB
Tints of London Hue #AD78AB
RGB
CMYK
RGB Variations
Color information
#AD78AB (or 0xAD78AB) is known color: London Hue. HEX triplet: AD, 78 and AB. RGB value is (173,120,171). Sum of RGB (Red+Green+Blue) = 173+120+171=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD78AB is #528754. Grayscale: #8D8D8D. Windows color (decimal): -5408597 or 11237549. OLE color: 11237549.
HSL color Cylindrical-coordinate representation of color #AD78AB: hue angle of 302.26º degrees, saturation: 0.24, 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 #AD78AB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 171 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.32 |
| HSL | 302.26º | 0.24% | 0.57% | - |
| HSV(B) | 302.26º | 0.31% | 0.68% | - |
| XYZ | 31.3 | 25.26 | 41.75 | - |
| YUV | 141.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 171 | 0 | 0.31 | 0.01 | 0.32 | 302.26 | 0.24 | 0.57 |
| Hex | AD | 78 | AB | 0 | 1F | 1 | 20 | 12E | 18 | 39 |
| Octal | 255 | 170 | 253 | 0 | 37 | 1 | 40 | 456 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10101011 | 0 | 11111 | 1 | 100000 | 100101110 | 11000 | 111001 |
Color Harmonies of #AD78AB
Complementary color
Monochromatic Colors of #AD78AB
Black with #AD78AB
Text Example
Text Example
White with #AD78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78AB; }
p { color: rgb(173,120,171); }
H1.HeaderClassName
{
color: #AD78AB;
}
.AnyTagClassName
{
color: #AD78AB;
}
</style>
background-color css
<style>
a { background-color: #AD78AB; }
a { background-color: rgb(173,120,171); }
div.DivClassName
{
background-color: #AD78AB;
}
.BgClassName
{
background-color: #AD78AB;
}
</style>
border-color css
<style>
span { border-color: #AD78AB; }
span { border-color: rgb(173,120,171); }
td.TdClassName
{
border-color: #AD78AB;
}
.TagClassName
{
border-color: #AD78AB;
}
</style>