Shades of London Hue #AD8CAF
Tints of London Hue #AD8CAF
RGB
CMYK
RGB Variations
Color information
#AD8CAF (or 0xAD8CAF) is known color: London Hue. HEX triplet: AD, 8C and AF. RGB value is (173,140,175). Sum of RGB (Red+Green+Blue) = 173+140+175=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD8CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CAF is #527350. Grayscale: #999999. Windows color (decimal): -5403473 or 11504813. OLE color: 11504813.
HSL color Cylindrical-coordinate representation of color #AD8CAF: hue angle of 296.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8CAF is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 140 | 175 | - |
| CMYK | 0.01 | 0.2 | 0 | 0.31 |
| HSL | 296.57º | 0.18% | 0.62% | - |
| HSV(B) | 296.57º | 0.2% | 0.69% | - |
| XYZ | 34.35 | 30.74 | 44.68 | - |
| YUV | 153.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 175 | 0.01 | 0.2 | 0 | 0.31 | 296.57 | 0.18 | 0.62 |
| Hex | AD | 8C | AF | 1 | 14 | 0 | 1F | 129 | 12 | 3E |
| Octal | 255 | 214 | 257 | 1 | 24 | 0 | 37 | 451 | 22 | 76 |
| Binary | 10101101 | 10001100 | 10101111 | 1 | 10100 | 0 | 11111 | 100101001 | 10010 | 111110 |
Color Harmonies of #AD8CAF
Complementary color
Monochromatic Colors of #AD8CAF
Black with #AD8CAF
Text Example
Text Example
White with #AD8CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CAF; }
p { color: rgb(173,140,175); }
H1.HeaderClassName
{
color: #AD8CAF;
}
.AnyTagClassName
{
color: #AD8CAF;
}
</style>
background-color css
<style>
a { background-color: #AD8CAF; }
a { background-color: rgb(173,140,175); }
div.DivClassName
{
background-color: #AD8CAF;
}
.BgClassName
{
background-color: #AD8CAF;
}
</style>
border-color css
<style>
span { border-color: #AD8CAF; }
span { border-color: rgb(173,140,175); }
td.TdClassName
{
border-color: #AD8CAF;
}
.TagClassName
{
border-color: #AD8CAF;
}
</style>