Shades of London Hue #AD80AF
Tints of London Hue #AD80AF
RGB
CMYK
RGB Variations
Color information
#AD80AF (or 0xAD80AF) is known color: London Hue. HEX triplet: AD, 80 and AF. RGB value is (173,128,175). Sum of RGB (Red+Green+Blue) = 173+128+175=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80AF is #527F50. Grayscale: #929292. Windows color (decimal): -5406545 or 11501741. OLE color: 11501741.
HSL color Cylindrical-coordinate representation of color #AD80AF: hue angle of 297.45º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD80AF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 128 | 175 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.31 |
| HSL | 297.45º | 0.23% | 0.59% | - |
| HSV(B) | 297.45º | 0.27% | 0.69% | - |
| XYZ | 32.69 | 27.42 | 44.13 | - |
| YUV | 146.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 175 | 0.01 | 0.27 | 0 | 0.31 | 297.45 | 0.23 | 0.59 |
| Hex | AD | 80 | AF | 1 | 1B | 0 | 1F | 129 | 17 | 3B |
| Octal | 255 | 200 | 257 | 1 | 33 | 0 | 37 | 451 | 27 | 73 |
| Binary | 10101101 | 10000000 | 10101111 | 1 | 11011 | 0 | 11111 | 100101001 | 10111 | 111011 |
Color Harmonies of #AD80AF
Complementary color
Monochromatic Colors of #AD80AF
Black with #AD80AF
Text Example
Text Example
White with #AD80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80AF; }
p { color: rgb(173,128,175); }
H1.HeaderClassName
{
color: #AD80AF;
}
.AnyTagClassName
{
color: #AD80AF;
}
</style>
background-color css
<style>
a { background-color: #AD80AF; }
a { background-color: rgb(173,128,175); }
div.DivClassName
{
background-color: #AD80AF;
}
.BgClassName
{
background-color: #AD80AF;
}
</style>
border-color css
<style>
span { border-color: #AD80AF; }
span { border-color: rgb(173,128,175); }
td.TdClassName
{
border-color: #AD80AF;
}
.TagClassName
{
border-color: #AD80AF;
}
</style>