Shades of London Hue #AD78B0
Tints of London Hue #AD78B0
RGB
CMYK
RGB Variations
Color information
#AD78B0 (or 0xAD78B0) is known color: London Hue. HEX triplet: AD, 78 and B0. RGB value is (173,120,176). Sum of RGB (Red+Green+Blue) = 173+120+176=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD78B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD78B0 is #52874F. Grayscale: #8E8E8E. Windows color (decimal): -5408592 or 11565229. OLE color: 11565229.
HSL color Cylindrical-coordinate representation of color #AD78B0: hue angle of 296.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD78B0 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 120 | 176 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.31 |
| HSL | 296.79º | 0.26% | 0.58% | - |
| HSV(B) | 296.79º | 0.32% | 0.69% | - |
| XYZ | 31.79 | 25.45 | 44.31 | - |
| YUV | 142.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 176 | 0.02 | 0.32 | 0 | 0.31 | 296.79 | 0.26 | 0.58 |
| Hex | AD | 78 | B0 | 2 | 20 | 0 | 1F | 129 | 1A | 3A |
| Octal | 255 | 170 | 260 | 2 | 40 | 0 | 37 | 451 | 32 | 72 |
| Binary | 10101101 | 1111000 | 10110000 | 10 | 100000 | 0 | 11111 | 100101001 | 11010 | 111010 |
Color Harmonies of #AD78B0
Complementary color
Monochromatic Colors of #AD78B0
Black with #AD78B0
Text Example
Text Example
White with #AD78B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78B0; }
p { color: rgb(173,120,176); }
H1.HeaderClassName
{
color: #AD78B0;
}
.AnyTagClassName
{
color: #AD78B0;
}
</style>
background-color css
<style>
a { background-color: #AD78B0; }
a { background-color: rgb(173,120,176); }
div.DivClassName
{
background-color: #AD78B0;
}
.BgClassName
{
background-color: #AD78B0;
}
</style>
border-color css
<style>
span { border-color: #AD78B0; }
span { border-color: rgb(173,120,176); }
td.TdClassName
{
border-color: #AD78B0;
}
.TagClassName
{
border-color: #AD78B0;
}
</style>