Shades of London Hue #AD7BAF
Tints of London Hue #AD7BAF
RGB
CMYK
RGB Variations
Color information
#AD7BAF (or 0xAD7BAF) is known color: London Hue. HEX triplet: AD, 7B and AF. RGB value is (173,123,175). Sum of RGB (Red+Green+Blue) = 173+123+175=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAF is #528450. Grayscale: #8F8F8F. Windows color (decimal): -5407825 or 11500461. OLE color: 11500461.
HSL color Cylindrical-coordinate representation of color #AD7BAF: hue angle of 297.69º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7BAF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 123 | 175 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.31 |
| HSL | 297.69º | 0.25% | 0.58% | - |
| HSV(B) | 297.69º | 0.3% | 0.69% | - |
| XYZ | 32.05 | 26.15 | 43.91 | - |
| YUV | 143.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 175 | 0.01 | 0.30 | 0 | 0.31 | 297.69 | 0.25 | 0.58 |
| Hex | AD | 7B | AF | 1 | 1E | 0 | 1F | 12A | 19 | 3A |
| Octal | 255 | 173 | 257 | 1 | 36 | 0 | 37 | 452 | 31 | 72 |
| Binary | 10101101 | 1111011 | 10101111 | 1 | 11110 | 0 | 11111 | 100101010 | 11001 | 111010 |
Color Harmonies of #AD7BAF
Complementary color
Monochromatic Colors of #AD7BAF
Black with #AD7BAF
Text Example
Text Example
White with #AD7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BAF; }
p { color: rgb(173,123,175); }
H1.HeaderClassName
{
color: #AD7BAF;
}
.AnyTagClassName
{
color: #AD7BAF;
}
</style>
background-color css
<style>
a { background-color: #AD7BAF; }
a { background-color: rgb(173,123,175); }
div.DivClassName
{
background-color: #AD7BAF;
}
.BgClassName
{
background-color: #AD7BAF;
}
</style>
border-color css
<style>
span { border-color: #AD7BAF; }
span { border-color: rgb(173,123,175); }
td.TdClassName
{
border-color: #AD7BAF;
}
.TagClassName
{
border-color: #AD7BAF;
}
</style>