Shades of London Hue #AD91B0
Tints of London Hue #AD91B0
RGB
CMYK
RGB Variations
Color information
#AD91B0 (or 0xAD91B0) is known color: London Hue. HEX triplet: AD, 91 and B0. RGB value is (173,145,176). Sum of RGB (Red+Green+Blue) = 173+145+176=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD91B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD91B0 is #526E4F. Grayscale: #9C9C9C. Windows color (decimal): -5402192 or 11571629. OLE color: 11571629.
HSL color Cylindrical-coordinate representation of color #AD91B0: hue angle of 294.19º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD91B0 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 145 | 176 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.31 |
| HSL | 294.19º | 0.16% | 0.63% | - |
| HSV(B) | 294.19º | 0.18% | 0.69% | - |
| XYZ | 35.2 | 32.27 | 45.45 | - |
| YUV | 156.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 176 | 0.02 | 0.18 | 0 | 0.31 | 294.19 | 0.16 | 0.63 |
| Hex | AD | 91 | B0 | 2 | 12 | 0 | 1F | 126 | 10 | 3F |
| Octal | 255 | 221 | 260 | 2 | 22 | 0 | 37 | 446 | 20 | 77 |
| Binary | 10101101 | 10010001 | 10110000 | 10 | 10010 | 0 | 11111 | 100100110 | 10000 | 111111 |
Color Harmonies of #AD91B0
Complementary color
Monochromatic Colors of #AD91B0
Black with #AD91B0
Text Example
Text Example
White with #AD91B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91B0; }
p { color: rgb(173,145,176); }
H1.HeaderClassName
{
color: #AD91B0;
}
.AnyTagClassName
{
color: #AD91B0;
}
</style>
background-color css
<style>
a { background-color: #AD91B0; }
a { background-color: rgb(173,145,176); }
div.DivClassName
{
background-color: #AD91B0;
}
.BgClassName
{
background-color: #AD91B0;
}
</style>
border-color css
<style>
span { border-color: #AD91B0; }
span { border-color: rgb(173,145,176); }
td.TdClassName
{
border-color: #AD91B0;
}
.TagClassName
{
border-color: #AD91B0;
}
</style>