Shades of London Hue #AD85AB
Tints of London Hue #AD85AB
RGB
CMYK
RGB Variations
Color information
#AD85AB (or 0xAD85AB) is known color: London Hue. HEX triplet: AD, 85 and AB. RGB value is (173,133,171). Sum of RGB (Red+Green+Blue) = 173+133+171=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD85AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85AB is #527A54. Grayscale: #959595. Windows color (decimal): -5405269 or 11240877. OLE color: 11240877.
HSL color Cylindrical-coordinate representation of color #AD85AB: hue angle of 303º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD85AB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 171 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.32 |
| HSL | 303º | 0.2% | 0.6% | - |
| HSV(B) | 303º | 0.23% | 0.68% | - |
| XYZ | 32.97 | 28.6 | 42.31 | - |
| YUV | 149.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 171 | 0 | 0.23 | 0.01 | 0.32 | 303 | 0.2 | 0.6 |
| Hex | AD | 85 | AB | 0 | 17 | 1 | 20 | 12F | 14 | 3C |
| Octal | 255 | 205 | 253 | 0 | 27 | 1 | 40 | 457 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10101011 | 0 | 10111 | 1 | 100000 | 100101111 | 10100 | 111100 |
Color Harmonies of #AD85AB
Complementary color
Monochromatic Colors of #AD85AB
Black with #AD85AB
Text Example
Text Example
White with #AD85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85AB; }
p { color: rgb(173,133,171); }
H1.HeaderClassName
{
color: #AD85AB;
}
.AnyTagClassName
{
color: #AD85AB;
}
</style>
background-color css
<style>
a { background-color: #AD85AB; }
a { background-color: rgb(173,133,171); }
div.DivClassName
{
background-color: #AD85AB;
}
.BgClassName
{
background-color: #AD85AB;
}
</style>
border-color css
<style>
span { border-color: #AD85AB; }
span { border-color: rgb(173,133,171); }
td.TdClassName
{
border-color: #AD85AB;
}
.TagClassName
{
border-color: #AD85AB;
}
</style>