Shades of London Hue #AD80AA
Tints of London Hue #AD80AA
RGB
CMYK
RGB Variations
Color information
#AD80AA (or 0xAD80AA) is known color: London Hue. HEX triplet: AD, 80 and AA. RGB value is (173,128,170). Sum of RGB (Red+Green+Blue) = 173+128+170=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD80AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80AA is #527F55. Grayscale: #929292. Windows color (decimal): -5406550 or 11174061. OLE color: 11174061.
HSL color Cylindrical-coordinate representation of color #AD80AA: hue angle of 304º 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 #AD80AA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 170 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.32 |
| HSL | 304º | 0.22% | 0.59% | - |
| HSV(B) | 304º | 0.26% | 0.68% | - |
| XYZ | 32.21 | 27.22 | 41.59 | - |
| YUV | 146.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 170 | 0 | 0.26 | 0.02 | 0.32 | 304 | 0.22 | 0.59 |
| Hex | AD | 80 | AA | 0 | 1A | 2 | 20 | 130 | 16 | 3B |
| Octal | 255 | 200 | 252 | 0 | 32 | 2 | 40 | 460 | 26 | 73 |
| Binary | 10101101 | 10000000 | 10101010 | 0 | 11010 | 10 | 100000 | 100110000 | 10110 | 111011 |
Color Harmonies of #AD80AA
Complementary color
Monochromatic Colors of #AD80AA
Black with #AD80AA
Text Example
Text Example
White with #AD80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80AA; }
p { color: rgb(173,128,170); }
H1.HeaderClassName
{
color: #AD80AA;
}
.AnyTagClassName
{
color: #AD80AA;
}
</style>
background-color css
<style>
a { background-color: #AD80AA; }
a { background-color: rgb(173,128,170); }
div.DivClassName
{
background-color: #AD80AA;
}
.BgClassName
{
background-color: #AD80AA;
}
</style>
border-color css
<style>
span { border-color: #AD80AA; }
span { border-color: rgb(173,128,170); }
td.TdClassName
{
border-color: #AD80AA;
}
.TagClassName
{
border-color: #AD80AA;
}
</style>