Shades of London Hue #AD88A8
Tints of London Hue #AD88A8
RGB
CMYK
RGB Variations
Color information
#AD88A8 (or 0xAD88A8) is known color: London Hue. HEX triplet: AD, 88 and A8. RGB value is (173,136,168). Sum of RGB (Red+Green+Blue) = 173+136+168=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD88A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88A8 is #527757. Grayscale: #969696. Windows color (decimal): -5404504 or 11045037. OLE color: 11045037.
HSL color Cylindrical-coordinate representation of color #AD88A8: hue angle of 308.11º 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 #AD88A8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 168 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.32 |
| HSL | 308.11º | 0.18% | 0.61% | - |
| HSV(B) | 308.11º | 0.21% | 0.68% | - |
| XYZ | 33.11 | 29.32 | 40.96 | - |
| YUV | 150.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 168 | 0 | 0.21 | 0.03 | 0.32 | 308.11 | 0.18 | 0.61 |
| Hex | AD | 88 | A8 | 0 | 15 | 3 | 20 | 134 | 12 | 3D |
| Octal | 255 | 210 | 250 | 0 | 25 | 3 | 40 | 464 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10101000 | 0 | 10101 | 11 | 100000 | 100110100 | 10010 | 111101 |
Color Harmonies of #AD88A8
Complementary color
Monochromatic Colors of #AD88A8
Black with #AD88A8
Text Example
Text Example
White with #AD88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88A8; }
p { color: rgb(173,136,168); }
H1.HeaderClassName
{
color: #AD88A8;
}
.AnyTagClassName
{
color: #AD88A8;
}
</style>
background-color css
<style>
a { background-color: #AD88A8; }
a { background-color: rgb(173,136,168); }
div.DivClassName
{
background-color: #AD88A8;
}
.BgClassName
{
background-color: #AD88A8;
}
</style>
border-color css
<style>
span { border-color: #AD88A8; }
span { border-color: rgb(173,136,168); }
td.TdClassName
{
border-color: #AD88A8;
}
.TagClassName
{
border-color: #AD88A8;
}
</style>