Shades of London Hue #AD93AB
Tints of London Hue #AD93AB
RGB
CMYK
RGB Variations
Color information
#AD93AB (or 0xAD93AB) is known color: London Hue. HEX triplet: AD, 93 and AB. RGB value is (173,147,171). Sum of RGB (Red+Green+Blue) = 173+147+171=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AB is #526C54. Grayscale: #9D9D9D. Windows color (decimal): -5401685 or 11244461. OLE color: 11244461.
HSL color Cylindrical-coordinate representation of color #AD93AB: hue angle of 304.62º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD93AB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 171 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.32 |
| HSL | 304.62º | 0.14% | 0.63% | - |
| HSV(B) | 304.62º | 0.15% | 0.68% | - |
| XYZ | 35.02 | 32.69 | 42.99 | - |
| YUV | 157.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 171 | 0 | 0.15 | 0.01 | 0.32 | 304.62 | 0.14 | 0.63 |
| Hex | AD | 93 | AB | 0 | F | 1 | 20 | 131 | E | 3F |
| Octal | 255 | 223 | 253 | 0 | 17 | 1 | 40 | 461 | 16 | 77 |
| Binary | 10101101 | 10010011 | 10101011 | 0 | 1111 | 1 | 100000 | 100110001 | 1110 | 111111 |
Color Harmonies of #AD93AB
Complementary color
Monochromatic Colors of #AD93AB
Black with #AD93AB
Text Example
Text Example
White with #AD93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93AB; }
p { color: rgb(173,147,171); }
H1.HeaderClassName
{
color: #AD93AB;
}
.AnyTagClassName
{
color: #AD93AB;
}
</style>
background-color css
<style>
a { background-color: #AD93AB; }
a { background-color: rgb(173,147,171); }
div.DivClassName
{
background-color: #AD93AB;
}
.BgClassName
{
background-color: #AD93AB;
}
</style>
border-color css
<style>
span { border-color: #AD93AB; }
span { border-color: rgb(173,147,171); }
td.TdClassName
{
border-color: #AD93AB;
}
.TagClassName
{
border-color: #AD93AB;
}
</style>