Shades of London Hue #AD7DAB
Tints of London Hue #AD7DAB
RGB
CMYK
RGB Variations
Color information
#AD7DAB (or 0xAD7DAB) is known color: London Hue. HEX triplet: AD, 7D and AB. RGB value is (173,125,171). Sum of RGB (Red+Green+Blue) = 173+125+171=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DAB is #528254. Grayscale: #909090. Windows color (decimal): -5407317 or 11238829. OLE color: 11238829.
HSL color Cylindrical-coordinate representation of color #AD7DAB: hue angle of 302.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7DAB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 125 | 171 | - |
CMYK | 0 | 0.28 | 0.01 | 0.32 |
HSL | 302.5º | 0.23% | 0.58% | - |
HSV(B) | 302.5º | 0.28% | 0.68% | - |
XYZ | 31.92 | 26.49 | 41.96 | - |
YUV | 144.6 | 142.9 | 148.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 125 | 171 | 0 | 0.28 | 0.01 | 0.32 | 302.5 | 0.23 | 0.58 |
Hex | AD | 7D | AB | 0 | 1C | 1 | 20 | 12E | 17 | 3A |
Octal | 255 | 175 | 253 | 0 | 34 | 1 | 40 | 456 | 27 | 72 |
Binary | 10101101 | 1111101 | 10101011 | 0 | 11100 | 1 | 100000 | 100101110 | 10111 | 111010 |
Color Harmonies of #AD7DAB
Complementary color
Monochromatic Colors of #AD7DAB
Black with #AD7DAB
Text Example
Text Example
White with #AD7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DAB; }
p { color: rgb(173,125,171); }
H1.HeaderClassName
{
color: #AD7DAB;
}
.AnyTagClassName
{
color: #AD7DAB;
}
</style>
background-color css
<style>
a { background-color: #AD7DAB; }
a { background-color: rgb(173,125,171); }
div.DivClassName
{
background-color: #AD7DAB;
}
.BgClassName
{
background-color: #AD7DAB;
}
</style>
border-color css
<style>
span { border-color: #AD7DAB; }
span { border-color: rgb(173,125,171); }
td.TdClassName
{
border-color: #AD7DAB;
}
.TagClassName
{
border-color: #AD7DAB;
}
</style>