Shades of London Hue #AD88AA
Tints of London Hue #AD88AA
RGB
CMYK
RGB Variations
Color information
#AD88AA (or 0xAD88AA) is known color: London Hue. HEX triplet: AD, 88 and AA. RGB value is (173,136,170). Sum of RGB (Red+Green+Blue) = 173+136+170=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD88AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88AA is #527755. Grayscale: #969696. Windows color (decimal): -5404502 or 11176109. OLE color: 11176109.
HSL color Cylindrical-coordinate representation of color #AD88AA: hue angle of 304.86º 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 #AD88AA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 170 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.32 |
| HSL | 304.86º | 0.18% | 0.61% | - |
| HSV(B) | 304.86º | 0.21% | 0.68% | - |
| XYZ | 33.29 | 29.39 | 41.95 | - |
| YUV | 150.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 170 | 0 | 0.21 | 0.02 | 0.32 | 304.86 | 0.18 | 0.61 |
| Hex | AD | 88 | AA | 0 | 15 | 2 | 20 | 131 | 12 | 3D |
| Octal | 255 | 210 | 252 | 0 | 25 | 2 | 40 | 461 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10101010 | 0 | 10101 | 10 | 100000 | 100110001 | 10010 | 111101 |
Color Harmonies of #AD88AA
Complementary color
Monochromatic Colors of #AD88AA
Black with #AD88AA
Text Example
Text Example
White with #AD88AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88AA; }
p { color: rgb(173,136,170); }
H1.HeaderClassName
{
color: #AD88AA;
}
.AnyTagClassName
{
color: #AD88AA;
}
</style>
background-color css
<style>
a { background-color: #AD88AA; }
a { background-color: rgb(173,136,170); }
div.DivClassName
{
background-color: #AD88AA;
}
.BgClassName
{
background-color: #AD88AA;
}
</style>
border-color css
<style>
span { border-color: #AD88AA; }
span { border-color: rgb(173,136,170); }
td.TdClassName
{
border-color: #AD88AA;
}
.TagClassName
{
border-color: #AD88AA;
}
</style>