Shades of London Hue #AD7DAC
Tints of London Hue #AD7DAC
RGB
CMYK
RGB Variations
Color information
#AD7DAC (or 0xAD7DAC) is known color: London Hue. HEX triplet: AD, 7D and AC. RGB value is (173,125,172). Sum of RGB (Red+Green+Blue) = 173+125+172=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DAC is #528253. Grayscale: #909090. Windows color (decimal): -5407316 or 11304365. OLE color: 11304365.
HSL color Cylindrical-coordinate representation of color #AD7DAC: hue angle of 301.25º 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 #AD7DAC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 125 | 172 | - |
CMYK | 0 | 0.28 | 0.01 | 0.32 |
HSL | 301.25º | 0.23% | 0.58% | - |
HSV(B) | 301.25º | 0.28% | 0.68% | - |
XYZ | 32.01 | 26.53 | 42.46 | - |
YUV | 144.71 | 143.4 | 148.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 125 | 172 | 0 | 0.28 | 0.01 | 0.32 | 301.25 | 0.23 | 0.58 |
Hex | AD | 7D | AC | 0 | 1C | 1 | 20 | 12D | 17 | 3A |
Octal | 255 | 175 | 254 | 0 | 34 | 1 | 40 | 455 | 27 | 72 |
Binary | 10101101 | 1111101 | 10101100 | 0 | 11100 | 1 | 100000 | 100101101 | 10111 | 111010 |
Color Harmonies of #AD7DAC
Complementary color
Monochromatic Colors of #AD7DAC
Black with #AD7DAC
Text Example
Text Example
White with #AD7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DAC; }
p { color: rgb(173,125,172); }
H1.HeaderClassName
{
color: #AD7DAC;
}
.AnyTagClassName
{
color: #AD7DAC;
}
</style>
background-color css
<style>
a { background-color: #AD7DAC; }
a { background-color: rgb(173,125,172); }
div.DivClassName
{
background-color: #AD7DAC;
}
.BgClassName
{
background-color: #AD7DAC;
}
</style>
border-color css
<style>
span { border-color: #AD7DAC; }
span { border-color: rgb(173,125,172); }
td.TdClassName
{
border-color: #AD7DAC;
}
.TagClassName
{
border-color: #AD7DAC;
}
</style>