Shades of London Hue #AD80AB
Tints of London Hue #AD80AB
RGB
CMYK
RGB Variations
Color information
#AD80AB (or 0xAD80AB) is known color: London Hue. HEX triplet: AD, 80 and AB. RGB value is (173,128,171). Sum of RGB (Red+Green+Blue) = 173+128+171=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80AB is #527F54. Grayscale: #929292. Windows color (decimal): -5406549 or 11239597. OLE color: 11239597.
HSL color Cylindrical-coordinate representation of color #AD80AB: hue angle of 302.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD80AB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 171 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.32 |
| HSL | 302.67º | 0.22% | 0.59% | - |
| HSV(B) | 302.67º | 0.26% | 0.68% | - |
| XYZ | 32.3 | 27.26 | 42.09 | - |
| YUV | 146.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 171 | 0 | 0.26 | 0.01 | 0.32 | 302.67 | 0.22 | 0.59 |
| Hex | AD | 80 | AB | 0 | 1A | 1 | 20 | 12F | 16 | 3B |
| Octal | 255 | 200 | 253 | 0 | 32 | 1 | 40 | 457 | 26 | 73 |
| Binary | 10101101 | 10000000 | 10101011 | 0 | 11010 | 1 | 100000 | 100101111 | 10110 | 111011 |
Color Harmonies of #AD80AB
Complementary color
Monochromatic Colors of #AD80AB
Black with #AD80AB
Text Example
Text Example
White with #AD80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80AB; }
p { color: rgb(173,128,171); }
H1.HeaderClassName
{
color: #AD80AB;
}
.AnyTagClassName
{
color: #AD80AB;
}
</style>
background-color css
<style>
a { background-color: #AD80AB; }
a { background-color: rgb(173,128,171); }
div.DivClassName
{
background-color: #AD80AB;
}
.BgClassName
{
background-color: #AD80AB;
}
</style>
border-color css
<style>
span { border-color: #AD80AB; }
span { border-color: rgb(173,128,171); }
td.TdClassName
{
border-color: #AD80AB;
}
.TagClassName
{
border-color: #AD80AB;
}
</style>