Shades of London Hue #AD90B1
Tints of London Hue #AD90B1
RGB
CMYK
RGB Variations
Color information
#AD90B1 (or 0xAD90B1) is known color: London Hue. HEX triplet: AD, 90 and B1. RGB value is (173,144,177). Sum of RGB (Red+Green+Blue) = 173+144+177=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD90B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90B1 is #526F4E. Grayscale: #9C9C9C. Windows color (decimal): -5402447 or 11636909. OLE color: 11636909.
HSL color Cylindrical-coordinate representation of color #AD90B1: hue angle of 292.73º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD90B1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 144 | 177 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.31 |
| HSL | 292.73º | 0.17% | 0.63% | - |
| HSV(B) | 292.73º | 0.19% | 0.69% | - |
| XYZ | 35.14 | 32.01 | 45.92 | - |
| YUV | 156.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 177 | 0.02 | 0.19 | 0 | 0.31 | 292.73 | 0.17 | 0.63 |
| Hex | AD | 90 | B1 | 2 | 13 | 0 | 1F | 125 | 11 | 3F |
| Octal | 255 | 220 | 261 | 2 | 23 | 0 | 37 | 445 | 21 | 77 |
| Binary | 10101101 | 10010000 | 10110001 | 10 | 10011 | 0 | 11111 | 100100101 | 10001 | 111111 |
Color Harmonies of #AD90B1
Complementary color
Monochromatic Colors of #AD90B1
Black with #AD90B1
Text Example
Text Example
White with #AD90B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90B1; }
p { color: rgb(173,144,177); }
H1.HeaderClassName
{
color: #AD90B1;
}
.AnyTagClassName
{
color: #AD90B1;
}
</style>
background-color css
<style>
a { background-color: #AD90B1; }
a { background-color: rgb(173,144,177); }
div.DivClassName
{
background-color: #AD90B1;
}
.BgClassName
{
background-color: #AD90B1;
}
</style>
border-color css
<style>
span { border-color: #AD90B1; }
span { border-color: rgb(173,144,177); }
td.TdClassName
{
border-color: #AD90B1;
}
.TagClassName
{
border-color: #AD90B1;
}
</style>