Shades of London Hue #AD93AD
Tints of London Hue #AD93AD
RGB
CMYK
RGB Variations
Color information
#AD93AD (or 0xAD93AD) is known color: London Hue. HEX triplet: AD, 93 and AD. RGB value is (173,147,173). Sum of RGB (Red+Green+Blue) = 173+147+173=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AD is #526C52. Grayscale: #9D9D9D. Windows color (decimal): -5401683 or 11375533. OLE color: 11375533.
HSL color Cylindrical-coordinate representation of color #AD93AD: hue angle of 300º 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 #AD93AD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 173 | - |
| CMYK | 0 | 0.15 | 0 | 0.32 |
| HSL | 300º | 0.14% | 0.63% | - |
| HSV(B) | 300º | 0.15% | 0.68% | - |
| XYZ | 35.21 | 32.77 | 44 | - |
| YUV | 157.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 173 | 0 | 0.15 | 0 | 0.32 | 300 | 0.14 | 0.63 |
| Hex | AD | 93 | AD | 0 | F | 0 | 20 | 12C | E | 3F |
| Octal | 255 | 223 | 255 | 0 | 17 | 0 | 40 | 454 | 16 | 77 |
| Binary | 10101101 | 10010011 | 10101101 | 0 | 1111 | 0 | 100000 | 100101100 | 1110 | 111111 |
Color Harmonies of #AD93AD
Complementary color
Monochromatic Colors of #AD93AD
Black with #AD93AD
Text Example
Text Example
White with #AD93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93AD; }
p { color: rgb(173,147,173); }
H1.HeaderClassName
{
color: #AD93AD;
}
.AnyTagClassName
{
color: #AD93AD;
}
</style>
background-color css
<style>
a { background-color: #AD93AD; }
a { background-color: rgb(173,147,173); }
div.DivClassName
{
background-color: #AD93AD;
}
.BgClassName
{
background-color: #AD93AD;
}
</style>
border-color css
<style>
span { border-color: #AD93AD; }
span { border-color: rgb(173,147,173); }
td.TdClassName
{
border-color: #AD93AD;
}
.TagClassName
{
border-color: #AD93AD;
}
</style>