Shades of London Hue #AD8BAD
Tints of London Hue #AD8BAD
RGB
CMYK
RGB Variations
Color information
#AD8BAD (or 0xAD8BAD) is known color: London Hue. HEX triplet: AD, 8B and AD. RGB value is (173,139,173). Sum of RGB (Red+Green+Blue) = 173+139+173=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD8BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAD is #527452. Grayscale: #989898. Windows color (decimal): -5403731 or 11373485. OLE color: 11373485.
HSL color Cylindrical-coordinate representation of color #AD8BAD: hue angle of 300º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8BAD is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 173 | - |
| CMYK | 0 | 0.20 | 0 | 0.32 |
| HSL | 300º | 0.17% | 0.61% | - |
| HSV(B) | 300º | 0.2% | 0.68% | - |
| XYZ | 34.01 | 30.37 | 43.6 | - |
| YUV | 153.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 173 | 0 | 0.20 | 0 | 0.32 | 300 | 0.17 | 0.61 |
| Hex | AD | 8B | AD | 0 | 14 | 0 | 20 | 12C | 11 | 3D |
| Octal | 255 | 213 | 255 | 0 | 24 | 0 | 40 | 454 | 21 | 75 |
| Binary | 10101101 | 10001011 | 10101101 | 0 | 10100 | 0 | 100000 | 100101100 | 10001 | 111101 |
Color Harmonies of #AD8BAD
Complementary color
Monochromatic Colors of #AD8BAD
Black with #AD8BAD
Text Example
Text Example
White with #AD8BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BAD; }
p { color: rgb(173,139,173); }
H1.HeaderClassName
{
color: #AD8BAD;
}
.AnyTagClassName
{
color: #AD8BAD;
}
</style>
background-color css
<style>
a { background-color: #AD8BAD; }
a { background-color: rgb(173,139,173); }
div.DivClassName
{
background-color: #AD8BAD;
}
.BgClassName
{
background-color: #AD8BAD;
}
</style>
border-color css
<style>
span { border-color: #AD8BAD; }
span { border-color: rgb(173,139,173); }
td.TdClassName
{
border-color: #AD8BAD;
}
.TagClassName
{
border-color: #AD8BAD;
}
</style>