Shades of London Hue #AD88AD
Tints of London Hue #AD88AD
RGB
CMYK
RGB Variations
Color information
#AD88AD (or 0xAD88AD) is known color: London Hue. HEX triplet: AD, 88 and AD. RGB value is (173,136,173). Sum of RGB (Red+Green+Blue) = 173+136+173=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD88AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88AD is #527752. Grayscale: #979797. Windows color (decimal): -5404499 or 11372717. OLE color: 11372717.
HSL color Cylindrical-coordinate representation of color #AD88AD: hue angle of 300º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD88AD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 173 | - |
| CMYK | 0 | 0.21 | 0 | 0.32 |
| HSL | 300º | 0.18% | 0.61% | - |
| HSV(B) | 300º | 0.21% | 0.68% | - |
| XYZ | 33.58 | 29.51 | 43.46 | - |
| YUV | 151.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 173 | 0 | 0.21 | 0 | 0.32 | 300 | 0.18 | 0.61 |
| Hex | AD | 88 | AD | 0 | 15 | 0 | 20 | 12C | 12 | 3D |
| Octal | 255 | 210 | 255 | 0 | 25 | 0 | 40 | 454 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10101101 | 0 | 10101 | 0 | 100000 | 100101100 | 10010 | 111101 |
Color Harmonies of #AD88AD
Complementary color
Monochromatic Colors of #AD88AD
Black with #AD88AD
Text Example
Text Example
White with #AD88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88AD; }
p { color: rgb(173,136,173); }
H1.HeaderClassName
{
color: #AD88AD;
}
.AnyTagClassName
{
color: #AD88AD;
}
</style>
background-color css
<style>
a { background-color: #AD88AD; }
a { background-color: rgb(173,136,173); }
div.DivClassName
{
background-color: #AD88AD;
}
.BgClassName
{
background-color: #AD88AD;
}
</style>
border-color css
<style>
span { border-color: #AD88AD; }
span { border-color: rgb(173,136,173); }
td.TdClassName
{
border-color: #AD88AD;
}
.TagClassName
{
border-color: #AD88AD;
}
</style>