Shades of London Hue #AD85AF
Tints of London Hue #AD85AF
RGB
CMYK
RGB Variations
Color information
#AD85AF (or 0xAD85AF) is known color: London Hue. HEX triplet: AD, 85 and AF. RGB value is (173,133,175). Sum of RGB (Red+Green+Blue) = 173+133+175=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85AF is #527A50. Grayscale: #959595. Windows color (decimal): -5405265 or 11503021. OLE color: 11503021.
HSL color Cylindrical-coordinate representation of color #AD85AF: hue angle of 297.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD85AF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 133 | 175 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.31 |
| HSL | 297.14º | 0.21% | 0.6% | - |
| HSV(B) | 297.14º | 0.24% | 0.69% | - |
| XYZ | 33.36 | 28.75 | 44.35 | - |
| YUV | 149.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 175 | 0.01 | 0.24 | 0 | 0.31 | 297.14 | 0.21 | 0.6 |
| Hex | AD | 85 | AF | 1 | 18 | 0 | 1F | 129 | 15 | 3C |
| Octal | 255 | 205 | 257 | 1 | 30 | 0 | 37 | 451 | 25 | 74 |
| Binary | 10101101 | 10000101 | 10101111 | 1 | 11000 | 0 | 11111 | 100101001 | 10101 | 111100 |
Color Harmonies of #AD85AF
Complementary color
Monochromatic Colors of #AD85AF
Black with #AD85AF
Text Example
Text Example
White with #AD85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85AF; }
p { color: rgb(173,133,175); }
H1.HeaderClassName
{
color: #AD85AF;
}
.AnyTagClassName
{
color: #AD85AF;
}
</style>
background-color css
<style>
a { background-color: #AD85AF; }
a { background-color: rgb(173,133,175); }
div.DivClassName
{
background-color: #AD85AF;
}
.BgClassName
{
background-color: #AD85AF;
}
</style>
border-color css
<style>
span { border-color: #AD85AF; }
span { border-color: rgb(173,133,175); }
td.TdClassName
{
border-color: #AD85AF;
}
.TagClassName
{
border-color: #AD85AF;
}
</style>