Shades of London Hue #AD8CAB
Tints of London Hue #AD8CAB
RGB
CMYK
RGB Variations
Color information
#AD8CAB (or 0xAD8CAB) is known color: London Hue. HEX triplet: AD, 8C and AB. RGB value is (173,140,171). Sum of RGB (Red+Green+Blue) = 173+140+171=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CAB is #527354. Grayscale: #999999. Windows color (decimal): -5403477 or 11242669. OLE color: 11242669.
HSL color Cylindrical-coordinate representation of color #AD8CAB: hue angle of 303.64º 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 #AD8CAB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 171 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.32 |
| HSL | 303.64º | 0.17% | 0.61% | - |
| HSV(B) | 303.64º | 0.19% | 0.68% | - |
| XYZ | 33.96 | 30.58 | 42.64 | - |
| YUV | 153.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 171 | 0 | 0.19 | 0.01 | 0.32 | 303.64 | 0.17 | 0.61 |
| Hex | AD | 8C | AB | 0 | 13 | 1 | 20 | 130 | 11 | 3D |
| Octal | 255 | 214 | 253 | 0 | 23 | 1 | 40 | 460 | 21 | 75 |
| Binary | 10101101 | 10001100 | 10101011 | 0 | 10011 | 1 | 100000 | 100110000 | 10001 | 111101 |
Color Harmonies of #AD8CAB
Complementary color
Monochromatic Colors of #AD8CAB
Black with #AD8CAB
Text Example
Text Example
White with #AD8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CAB; }
p { color: rgb(173,140,171); }
H1.HeaderClassName
{
color: #AD8CAB;
}
.AnyTagClassName
{
color: #AD8CAB;
}
</style>
background-color css
<style>
a { background-color: #AD8CAB; }
a { background-color: rgb(173,140,171); }
div.DivClassName
{
background-color: #AD8CAB;
}
.BgClassName
{
background-color: #AD8CAB;
}
</style>
border-color css
<style>
span { border-color: #AD8CAB; }
span { border-color: rgb(173,140,171); }
td.TdClassName
{
border-color: #AD8CAB;
}
.TagClassName
{
border-color: #AD8CAB;
}
</style>