Shades of London Hue #AD83A7
Tints of London Hue #AD83A7
RGB
CMYK
RGB Variations
Color information
#AD83A7 (or 0xAD83A7) is known color: London Hue. HEX triplet: AD, 83 and A7. RGB value is (173,131,167). Sum of RGB (Red+Green+Blue) = 173+131+167=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD83A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD83A7 is #527C58. Grayscale: #939393. Windows color (decimal): -5405785 or 10978221. OLE color: 10978221.
HSL color Cylindrical-coordinate representation of color #AD83A7: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD83A7 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 167 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.32 |
| HSL | 308.57º | 0.2% | 0.6% | - |
| HSV(B) | 308.57º | 0.24% | 0.68% | - |
| XYZ | 32.32 | 27.91 | 40.24 | - |
| YUV | 147.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 167 | 0 | 0.24 | 0.03 | 0.32 | 308.57 | 0.2 | 0.6 |
| Hex | AD | 83 | A7 | 0 | 18 | 3 | 20 | 135 | 14 | 3C |
| Octal | 255 | 203 | 247 | 0 | 30 | 3 | 40 | 465 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10100111 | 0 | 11000 | 11 | 100000 | 100110101 | 10100 | 111100 |
Color Harmonies of #AD83A7
Complementary color
Monochromatic Colors of #AD83A7
Black with #AD83A7
Text Example
Text Example
White with #AD83A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83A7; }
p { color: rgb(173,131,167); }
H1.HeaderClassName
{
color: #AD83A7;
}
.AnyTagClassName
{
color: #AD83A7;
}
</style>
background-color css
<style>
a { background-color: #AD83A7; }
a { background-color: rgb(173,131,167); }
div.DivClassName
{
background-color: #AD83A7;
}
.BgClassName
{
background-color: #AD83A7;
}
</style>
border-color css
<style>
span { border-color: #AD83A7; }
span { border-color: rgb(173,131,167); }
td.TdClassName
{
border-color: #AD83A7;
}
.TagClassName
{
border-color: #AD83A7;
}
</style>