Shades of London Hue #AD8FAC
Tints of London Hue #AD8FAC
RGB
CMYK
RGB Variations
Color information
#AD8FAC (or 0xAD8FAC) is known color: London Hue. HEX triplet: AD, 8F and AC. RGB value is (173,143,172). Sum of RGB (Red+Green+Blue) = 173+143+172=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAC is #527053. Grayscale: #9B9B9B. Windows color (decimal): -5402708 or 11308973. OLE color: 11308973.
HSL color Cylindrical-coordinate representation of color #AD8FAC: hue angle of 302º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8FAC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 143 | 172 | - |
CMYK | 0 | 0.17 | 0.01 | 0.32 |
HSL | 302º | 0.15% | 0.62% | - |
HSV(B) | 302º | 0.17% | 0.68% | - |
XYZ | 34.5 | 31.51 | 43.29 | - |
YUV | 155.28 | 137.44 | 140.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 143 | 172 | 0 | 0.17 | 0.01 | 0.32 | 302 | 0.15 | 0.62 |
Hex | AD | 8F | AC | 0 | 11 | 1 | 20 | 12E | F | 3E |
Octal | 255 | 217 | 254 | 0 | 21 | 1 | 40 | 456 | 17 | 76 |
Binary | 10101101 | 10001111 | 10101100 | 0 | 10001 | 1 | 100000 | 100101110 | 1111 | 111110 |
Color Harmonies of #AD8FAC
Complementary color
Monochromatic Colors of #AD8FAC
Black with #AD8FAC
Text Example
Text Example
White with #AD8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FAC; }
p { color: rgb(173,143,172); }
H1.HeaderClassName
{
color: #AD8FAC;
}
.AnyTagClassName
{
color: #AD8FAC;
}
</style>
background-color css
<style>
a { background-color: #AD8FAC; }
a { background-color: rgb(173,143,172); }
div.DivClassName
{
background-color: #AD8FAC;
}
.BgClassName
{
background-color: #AD8FAC;
}
</style>
border-color css
<style>
span { border-color: #AD8FAC; }
span { border-color: rgb(173,143,172); }
td.TdClassName
{
border-color: #AD8FAC;
}
.TagClassName
{
border-color: #AD8FAC;
}
</style>