Shades of London Hue #AD7FAC
Tints of London Hue #AD7FAC
RGB
CMYK
RGB Variations
Color information
#AD7FAC (or 0xAD7FAC) is known color: London Hue. HEX triplet: AD, 7F and AC. RGB value is (173,127,172). Sum of RGB (Red+Green+Blue) = 173+127+172=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FAC is #528053. Grayscale: #919191. Windows color (decimal): -5406804 or 11304877. OLE color: 11304877.
HSL color Cylindrical-coordinate representation of color #AD7FAC: hue angle of 301.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7FAC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 172 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.32 |
| HSL | 301.3º | 0.22% | 0.59% | - |
| HSV(B) | 301.3º | 0.27% | 0.68% | - |
| XYZ | 32.27 | 27.04 | 42.55 | - |
| YUV | 145.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 172 | 0 | 0.27 | 0.01 | 0.32 | 301.3 | 0.22 | 0.59 |
| Hex | AD | 7F | AC | 0 | 1B | 1 | 20 | 12D | 16 | 3B |
| Octal | 255 | 177 | 254 | 0 | 33 | 1 | 40 | 455 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10101100 | 0 | 11011 | 1 | 100000 | 100101101 | 10110 | 111011 |
Color Harmonies of #AD7FAC
Complementary color
Monochromatic Colors of #AD7FAC
Black with #AD7FAC
Text Example
Text Example
White with #AD7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FAC; }
p { color: rgb(173,127,172); }
H1.HeaderClassName
{
color: #AD7FAC;
}
.AnyTagClassName
{
color: #AD7FAC;
}
</style>
background-color css
<style>
a { background-color: #AD7FAC; }
a { background-color: rgb(173,127,172); }
div.DivClassName
{
background-color: #AD7FAC;
}
.BgClassName
{
background-color: #AD7FAC;
}
</style>
border-color css
<style>
span { border-color: #AD7FAC; }
span { border-color: rgb(173,127,172); }
td.TdClassName
{
border-color: #AD7FAC;
}
.TagClassName
{
border-color: #AD7FAC;
}
</style>