Shades of London Hue #AD8BAF
Tints of London Hue #AD8BAF
RGB
CMYK
RGB Variations
Color information
#AD8BAF (or 0xAD8BAF) is known color: London Hue. HEX triplet: AD, 8B and AF. RGB value is (173,139,175). Sum of RGB (Red+Green+Blue) = 173+139+175=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD8BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAF is #527450. Grayscale: #999999. Windows color (decimal): -5403729 or 11504557. OLE color: 11504557.
HSL color Cylindrical-coordinate representation of color #AD8BAF: hue angle of 296.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8BAF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 139 | 175 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.31 |
| HSL | 296.67º | 0.18% | 0.62% | - |
| HSV(B) | 296.67º | 0.21% | 0.69% | - |
| XYZ | 34.2 | 30.44 | 44.63 | - |
| YUV | 153.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 175 | 0.01 | 0.21 | 0 | 0.31 | 296.67 | 0.18 | 0.62 |
| Hex | AD | 8B | AF | 1 | 15 | 0 | 1F | 129 | 12 | 3E |
| Octal | 255 | 213 | 257 | 1 | 25 | 0 | 37 | 451 | 22 | 76 |
| Binary | 10101101 | 10001011 | 10101111 | 1 | 10101 | 0 | 11111 | 100101001 | 10010 | 111110 |
Color Harmonies of #AD8BAF
Complementary color
Monochromatic Colors of #AD8BAF
Black with #AD8BAF
Text Example
Text Example
White with #AD8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BAF; }
p { color: rgb(173,139,175); }
H1.HeaderClassName
{
color: #AD8BAF;
}
.AnyTagClassName
{
color: #AD8BAF;
}
</style>
background-color css
<style>
a { background-color: #AD8BAF; }
a { background-color: rgb(173,139,175); }
div.DivClassName
{
background-color: #AD8BAF;
}
.BgClassName
{
background-color: #AD8BAF;
}
</style>
border-color css
<style>
span { border-color: #AD8BAF; }
span { border-color: rgb(173,139,175); }
td.TdClassName
{
border-color: #AD8BAF;
}
.TagClassName
{
border-color: #AD8BAF;
}
</style>