Shades of London Hue #AD8CA8
Tints of London Hue #AD8CA8
RGB
CMYK
RGB Variations
Color information
#AD8CA8 (or 0xAD8CA8) is known color: London Hue. HEX triplet: AD, 8C and A8. RGB value is (173,140,168). Sum of RGB (Red+Green+Blue) = 173+140+168=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CA8 is #527357. Grayscale: #989898. Windows color (decimal): -5403480 or 11046061. OLE color: 11046061.
HSL color Cylindrical-coordinate representation of color #AD8CA8: hue angle of 309.09º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD8CA8 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 168 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.32 |
| HSL | 309.09º | 0.17% | 0.61% | - |
| HSV(B) | 309.09º | 0.19% | 0.68% | - |
| XYZ | 33.68 | 30.47 | 41.15 | - |
| YUV | 153.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 168 | 0 | 0.19 | 0.03 | 0.32 | 309.09 | 0.17 | 0.61 |
| Hex | AD | 8C | A8 | 0 | 13 | 3 | 20 | 135 | 11 | 3D |
| Octal | 255 | 214 | 250 | 0 | 23 | 3 | 40 | 465 | 21 | 75 |
| Binary | 10101101 | 10001100 | 10101000 | 0 | 10011 | 11 | 100000 | 100110101 | 10001 | 111101 |
Color Harmonies of #AD8CA8
Complementary color
Monochromatic Colors of #AD8CA8
Black with #AD8CA8
Text Example
Text Example
White with #AD8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CA8; }
p { color: rgb(173,140,168); }
H1.HeaderClassName
{
color: #AD8CA8;
}
.AnyTagClassName
{
color: #AD8CA8;
}
</style>
background-color css
<style>
a { background-color: #AD8CA8; }
a { background-color: rgb(173,140,168); }
div.DivClassName
{
background-color: #AD8CA8;
}
.BgClassName
{
background-color: #AD8CA8;
}
</style>
border-color css
<style>
span { border-color: #AD8CA8; }
span { border-color: rgb(173,140,168); }
td.TdClassName
{
border-color: #AD8CA8;
}
.TagClassName
{
border-color: #AD8CA8;
}
</style>