Shades of London Hue #AD8FA4
Tints of London Hue #AD8FA4
RGB
CMYK
RGB Variations
Color information
#AD8FA4 (or 0xAD8FA4) is known color: London Hue. HEX triplet: AD, 8F and A4. RGB value is (173,143,164). Sum of RGB (Red+Green+Blue) = 173+143+164=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FA4 is #52705B. Grayscale: #9A9A9A. Windows color (decimal): -5402716 or 10784685. OLE color: 10784685.
HSL color Cylindrical-coordinate representation of color #AD8FA4: hue angle of 318º 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 #AD8FA4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 164 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.32 |
| HSL | 318º | 0.15% | 0.62% | - |
| HSV(B) | 318º | 0.17% | 0.68% | - |
| XYZ | 33.76 | 31.21 | 39.37 | - |
| YUV | 154.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 164 | 0 | 0.17 | 0.05 | 0.32 | 318 | 0.15 | 0.62 |
| Hex | AD | 8F | A4 | 0 | 11 | 5 | 20 | 13E | F | 3E |
| Octal | 255 | 217 | 244 | 0 | 21 | 5 | 40 | 476 | 17 | 76 |
| Binary | 10101101 | 10001111 | 10100100 | 0 | 10001 | 101 | 100000 | 100111110 | 1111 | 111110 |
Color Harmonies of #AD8FA4
Complementary color
Monochromatic Colors of #AD8FA4
Black with #AD8FA4
Text Example
Text Example
White with #AD8FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FA4; }
p { color: rgb(173,143,164); }
H1.HeaderClassName
{
color: #AD8FA4;
}
.AnyTagClassName
{
color: #AD8FA4;
}
</style>
background-color css
<style>
a { background-color: #AD8FA4; }
a { background-color: rgb(173,143,164); }
div.DivClassName
{
background-color: #AD8FA4;
}
.BgClassName
{
background-color: #AD8FA4;
}
</style>
border-color css
<style>
span { border-color: #AD8FA4; }
span { border-color: rgb(173,143,164); }
td.TdClassName
{
border-color: #AD8FA4;
}
.TagClassName
{
border-color: #AD8FA4;
}
</style>