Shades of London Hue #AD82AF
Tints of London Hue #AD82AF
RGB
CMYK
RGB Variations
Color information
#AD82AF (or 0xAD82AF) is known color: London Hue. HEX triplet: AD, 82 and AF. RGB value is (173,130,175). Sum of RGB (Red+Green+Blue) = 173+130+175=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD82AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82AF is #527D50. Grayscale: #939393. Windows color (decimal): -5406033 or 11502253. OLE color: 11502253.
HSL color Cylindrical-coordinate representation of color #AD82AF: hue angle of 297.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD82AF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 130 | 175 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.31 |
| HSL | 297.33º | 0.22% | 0.6% | - |
| HSV(B) | 297.33º | 0.26% | 0.69% | - |
| XYZ | 32.95 | 27.94 | 44.21 | - |
| YUV | 147.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 175 | 0.01 | 0.26 | 0 | 0.31 | 297.33 | 0.22 | 0.6 |
| Hex | AD | 82 | AF | 1 | 1A | 0 | 1F | 129 | 16 | 3C |
| Octal | 255 | 202 | 257 | 1 | 32 | 0 | 37 | 451 | 26 | 74 |
| Binary | 10101101 | 10000010 | 10101111 | 1 | 11010 | 0 | 11111 | 100101001 | 10110 | 111100 |
Color Harmonies of #AD82AF
Complementary color
Monochromatic Colors of #AD82AF
Black with #AD82AF
Text Example
Text Example
White with #AD82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82AF; }
p { color: rgb(173,130,175); }
H1.HeaderClassName
{
color: #AD82AF;
}
.AnyTagClassName
{
color: #AD82AF;
}
</style>
background-color css
<style>
a { background-color: #AD82AF; }
a { background-color: rgb(173,130,175); }
div.DivClassName
{
background-color: #AD82AF;
}
.BgClassName
{
background-color: #AD82AF;
}
</style>
border-color css
<style>
span { border-color: #AD82AF; }
span { border-color: rgb(173,130,175); }
td.TdClassName
{
border-color: #AD82AF;
}
.TagClassName
{
border-color: #AD82AF;
}
</style>