Shades of London Hue #AD90B0
Tints of London Hue #AD90B0
RGB
CMYK
RGB Variations
Color information
#AD90B0 (or 0xAD90B0) is known color: London Hue. HEX triplet: AD, 90 and B0. RGB value is (173,144,176). Sum of RGB (Red+Green+Blue) = 173+144+176=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90B0 is #526F4F. Grayscale: #9C9C9C. Windows color (decimal): -5402448 or 11571373. OLE color: 11571373.
HSL color Cylindrical-coordinate representation of color #AD90B0: hue angle of 294.38º degrees, saturation: 0.17, 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 #AD90B0 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 144 | 176 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.31 |
| HSL | 294.38º | 0.17% | 0.63% | - |
| HSV(B) | 294.38º | 0.18% | 0.69% | - |
| XYZ | 35.04 | 31.97 | 45.4 | - |
| YUV | 156.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 176 | 0.02 | 0.18 | 0 | 0.31 | 294.38 | 0.17 | 0.63 |
| Hex | AD | 90 | B0 | 2 | 12 | 0 | 1F | 126 | 11 | 3F |
| Octal | 255 | 220 | 260 | 2 | 22 | 0 | 37 | 446 | 21 | 77 |
| Binary | 10101101 | 10010000 | 10110000 | 10 | 10010 | 0 | 11111 | 100100110 | 10001 | 111111 |
Color Harmonies of #AD90B0
Complementary color
Monochromatic Colors of #AD90B0
Black with #AD90B0
Text Example
Text Example
White with #AD90B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90B0; }
p { color: rgb(173,144,176); }
H1.HeaderClassName
{
color: #AD90B0;
}
.AnyTagClassName
{
color: #AD90B0;
}
</style>
background-color css
<style>
a { background-color: #AD90B0; }
a { background-color: rgb(173,144,176); }
div.DivClassName
{
background-color: #AD90B0;
}
.BgClassName
{
background-color: #AD90B0;
}
</style>
border-color css
<style>
span { border-color: #AD90B0; }
span { border-color: rgb(173,144,176); }
td.TdClassName
{
border-color: #AD90B0;
}
.TagClassName
{
border-color: #AD90B0;
}
</style>