Shades of London Hue #AD7CB1
Tints of London Hue #AD7CB1
RGB
CMYK
RGB Variations
Color information
#AD7CB1 (or 0xAD7CB1) is known color: London Hue. HEX triplet: AD, 7C and B1. RGB value is (173,124,177). Sum of RGB (Red+Green+Blue) = 173+124+177=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CB1 is #52834E. Grayscale: #909090. Windows color (decimal): -5407567 or 11631789. OLE color: 11631789.
HSL color Cylindrical-coordinate representation of color #AD7CB1: hue angle of 295.47º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7CB1 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 124 | 177 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.31 |
| HSL | 295.47º | 0.25% | 0.59% | - |
| HSV(B) | 295.47º | 0.3% | 0.69% | - |
| XYZ | 32.38 | 26.47 | 45 | - |
| YUV | 144.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 177 | 0.02 | 0.30 | 0 | 0.31 | 295.47 | 0.25 | 0.59 |
| Hex | AD | 7C | B1 | 2 | 1E | 0 | 1F | 127 | 19 | 3B |
| Octal | 255 | 174 | 261 | 2 | 36 | 0 | 37 | 447 | 31 | 73 |
| Binary | 10101101 | 1111100 | 10110001 | 10 | 11110 | 0 | 11111 | 100100111 | 11001 | 111011 |
Color Harmonies of #AD7CB1
Complementary color
Monochromatic Colors of #AD7CB1
Black with #AD7CB1
Text Example
Text Example
White with #AD7CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CB1; }
p { color: rgb(173,124,177); }
H1.HeaderClassName
{
color: #AD7CB1;
}
.AnyTagClassName
{
color: #AD7CB1;
}
</style>
background-color css
<style>
a { background-color: #AD7CB1; }
a { background-color: rgb(173,124,177); }
div.DivClassName
{
background-color: #AD7CB1;
}
.BgClassName
{
background-color: #AD7CB1;
}
</style>
border-color css
<style>
span { border-color: #AD7CB1; }
span { border-color: rgb(173,124,177); }
td.TdClassName
{
border-color: #AD7CB1;
}
.TagClassName
{
border-color: #AD7CB1;
}
</style>