Shades of London Hue #AD80A6
Tints of London Hue #AD80A6
RGB
CMYK
RGB Variations
Color information
#AD80A6 (or 0xAD80A6) is known color: London Hue. HEX triplet: AD, 80 and A6. RGB value is (173,128,166). Sum of RGB (Red+Green+Blue) = 173+128+166=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD80A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80A6 is #527F59. Grayscale: #919191. Windows color (decimal): -5406554 or 10911917. OLE color: 10911917.
HSL color Cylindrical-coordinate representation of color #AD80A6: hue angle of 309.33º 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 #AD80A6 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 166 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.32 |
| HSL | 309.33º | 0.22% | 0.59% | - |
| HSV(B) | 309.33º | 0.26% | 0.68% | - |
| XYZ | 31.84 | 27.08 | 39.62 | - |
| YUV | 145.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 166 | 0 | 0.26 | 0.04 | 0.32 | 309.33 | 0.22 | 0.59 |
| Hex | AD | 80 | A6 | 0 | 1A | 4 | 20 | 135 | 16 | 3B |
| Octal | 255 | 200 | 246 | 0 | 32 | 4 | 40 | 465 | 26 | 73 |
| Binary | 10101101 | 10000000 | 10100110 | 0 | 11010 | 100 | 100000 | 100110101 | 10110 | 111011 |
Color Harmonies of #AD80A6
Complementary color
Monochromatic Colors of #AD80A6
Black with #AD80A6
Text Example
Text Example
White with #AD80A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80A6; }
p { color: rgb(173,128,166); }
H1.HeaderClassName
{
color: #AD80A6;
}
.AnyTagClassName
{
color: #AD80A6;
}
</style>
background-color css
<style>
a { background-color: #AD80A6; }
a { background-color: rgb(173,128,166); }
div.DivClassName
{
background-color: #AD80A6;
}
.BgClassName
{
background-color: #AD80A6;
}
</style>
border-color css
<style>
span { border-color: #AD80A6; }
span { border-color: rgb(173,128,166); }
td.TdClassName
{
border-color: #AD80A6;
}
.TagClassName
{
border-color: #AD80A6;
}
</style>