Shades of London Hue #AD93AF
Tints of London Hue #AD93AF
RGB
CMYK
RGB Variations
Color information
#AD93AF (or 0xAD93AF) is known color: London Hue. HEX triplet: AD, 93 and AF. RGB value is (173,147,175). Sum of RGB (Red+Green+Blue) = 173+147+175=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AF is #526C50. Grayscale: #9D9D9D. Windows color (decimal): -5401681 or 11506605. OLE color: 11506605.
HSL color Cylindrical-coordinate representation of color #AD93AF: hue angle of 295.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD93AF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 147 | 175 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.31 |
| HSL | 295.71º | 0.15% | 0.63% | - |
| HSV(B) | 295.71º | 0.16% | 0.69% | - |
| XYZ | 35.41 | 32.85 | 45.03 | - |
| YUV | 157.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 175 | 0.01 | 0.16 | 0 | 0.31 | 295.71 | 0.15 | 0.63 |
| Hex | AD | 93 | AF | 1 | 10 | 0 | 1F | 128 | F | 3F |
| Octal | 255 | 223 | 257 | 1 | 20 | 0 | 37 | 450 | 17 | 77 |
| Binary | 10101101 | 10010011 | 10101111 | 1 | 10000 | 0 | 11111 | 100101000 | 1111 | 111111 |
Color Harmonies of #AD93AF
Complementary color
Monochromatic Colors of #AD93AF
Black with #AD93AF
Text Example
Text Example
White with #AD93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93AF; }
p { color: rgb(173,147,175); }
H1.HeaderClassName
{
color: #AD93AF;
}
.AnyTagClassName
{
color: #AD93AF;
}
</style>
background-color css
<style>
a { background-color: #AD93AF; }
a { background-color: rgb(173,147,175); }
div.DivClassName
{
background-color: #AD93AF;
}
.BgClassName
{
background-color: #AD93AF;
}
</style>
border-color css
<style>
span { border-color: #AD93AF; }
span { border-color: rgb(173,147,175); }
td.TdClassName
{
border-color: #AD93AF;
}
.TagClassName
{
border-color: #AD93AF;
}
</style>