Shades of London Hue #AD8BB1
Tints of London Hue #AD8BB1
RGB
CMYK
RGB Variations
Color information
#AD8BB1 (or 0xAD8BB1) is known color: London Hue. HEX triplet: AD, 8B and B1. RGB value is (173,139,177). Sum of RGB (Red+Green+Blue) = 173+139+177=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD8BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BB1 is #52744E. Grayscale: #999999. Windows color (decimal): -5403727 or 11635629. OLE color: 11635629.
HSL color Cylindrical-coordinate representation of color #AD8BB1: hue angle of 293.68º degrees, saturation: 0.2, 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 #AD8BB1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 139 | 177 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.31 |
| HSL | 293.68º | 0.2% | 0.62% | - |
| HSV(B) | 293.68º | 0.21% | 0.69% | - |
| XYZ | 34.4 | 30.52 | 45.67 | - |
| YUV | 153.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 177 | 0.02 | 0.21 | 0 | 0.31 | 293.68 | 0.2 | 0.62 |
| Hex | AD | 8B | B1 | 2 | 15 | 0 | 1F | 126 | 14 | 3E |
| Octal | 255 | 213 | 261 | 2 | 25 | 0 | 37 | 446 | 24 | 76 |
| Binary | 10101101 | 10001011 | 10110001 | 10 | 10101 | 0 | 11111 | 100100110 | 10100 | 111110 |
Color Harmonies of #AD8BB1
Complementary color
Monochromatic Colors of #AD8BB1
Black with #AD8BB1
Text Example
Text Example
White with #AD8BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BB1; }
p { color: rgb(173,139,177); }
H1.HeaderClassName
{
color: #AD8BB1;
}
.AnyTagClassName
{
color: #AD8BB1;
}
</style>
background-color css
<style>
a { background-color: #AD8BB1; }
a { background-color: rgb(173,139,177); }
div.DivClassName
{
background-color: #AD8BB1;
}
.BgClassName
{
background-color: #AD8BB1;
}
</style>
border-color css
<style>
span { border-color: #AD8BB1; }
span { border-color: rgb(173,139,177); }
td.TdClassName
{
border-color: #AD8BB1;
}
.TagClassName
{
border-color: #AD8BB1;
}
</style>