Shades of London Hue #AD90AD
Tints of London Hue #AD90AD
RGB
CMYK
RGB Variations
Color information
#AD90AD (or 0xAD90AD) is known color: London Hue. HEX triplet: AD, 90 and AD. RGB value is (173,144,173). Sum of RGB (Red+Green+Blue) = 173+144+173=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90AD is #526F52. Grayscale: #9B9B9B. Windows color (decimal): -5402451 or 11374765. OLE color: 11374765.
HSL color Cylindrical-coordinate representation of color #AD90AD: hue angle of 300º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD90AD is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 173 | - |
| CMYK | 0 | 0.17 | 0 | 0.32 |
| HSL | 300º | 0.15% | 0.62% | - |
| HSV(B) | 300º | 0.17% | 0.68% | - |
| XYZ | 34.75 | 31.85 | 43.85 | - |
| YUV | 155.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 173 | 0 | 0.17 | 0 | 0.32 | 300 | 0.15 | 0.62 |
| Hex | AD | 90 | AD | 0 | 11 | 0 | 20 | 12C | F | 3E |
| Octal | 255 | 220 | 255 | 0 | 21 | 0 | 40 | 454 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10101101 | 0 | 10001 | 0 | 100000 | 100101100 | 1111 | 111110 |
Color Harmonies of #AD90AD
Complementary color
Monochromatic Colors of #AD90AD
Black with #AD90AD
Text Example
Text Example
White with #AD90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90AD; }
p { color: rgb(173,144,173); }
H1.HeaderClassName
{
color: #AD90AD;
}
.AnyTagClassName
{
color: #AD90AD;
}
</style>
background-color css
<style>
a { background-color: #AD90AD; }
a { background-color: rgb(173,144,173); }
div.DivClassName
{
background-color: #AD90AD;
}
.BgClassName
{
background-color: #AD90AD;
}
</style>
border-color css
<style>
span { border-color: #AD90AD; }
span { border-color: rgb(173,144,173); }
td.TdClassName
{
border-color: #AD90AD;
}
.TagClassName
{
border-color: #AD90AD;
}
</style>