Shades of London Hue #AA91AD
Tints of London Hue #AA91AD
RGB
CMYK
RGB Variations
Color information
#AA91AD (or 0xAA91AD) is known color: London Hue. HEX triplet: AA, 91 and AD. RGB value is (170,145,173). Sum of RGB (Red+Green+Blue) = 170+145+173=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91AD is #556E52. Grayscale: #9B9B9B. Windows color (decimal): -5598803 or 11375018. OLE color: 11375018.
HSL color Cylindrical-coordinate representation of color #AA91AD: hue angle of 293.57º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA91AD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 145 | 173 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.32 |
| HSL | 293.57º | 0.15% | 0.62% | - |
| HSV(B) | 293.57º | 0.16% | 0.68% | - |
| XYZ | 34.25 | 31.81 | 43.87 | - |
| YUV | 155.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 173 | 0.02 | 0.16 | 0 | 0.32 | 293.57 | 0.15 | 0.62 |
| Hex | AA | 91 | AD | 2 | 10 | 0 | 20 | 126 | F | 3E |
| Octal | 252 | 221 | 255 | 2 | 20 | 0 | 40 | 446 | 17 | 76 |
| Binary | 10101010 | 10010001 | 10101101 | 10 | 10000 | 0 | 100000 | 100100110 | 1111 | 111110 |
Color Harmonies of #AA91AD
Complementary color
Monochromatic Colors of #AA91AD
Black with #AA91AD
Text Example
Text Example
White with #AA91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91AD; }
p { color: rgb(170,145,173); }
H1.HeaderClassName
{
color: #AA91AD;
}
.AnyTagClassName
{
color: #AA91AD;
}
</style>
background-color css
<style>
a { background-color: #AA91AD; }
a { background-color: rgb(170,145,173); }
div.DivClassName
{
background-color: #AA91AD;
}
.BgClassName
{
background-color: #AA91AD;
}
</style>
border-color css
<style>
span { border-color: #AA91AD; }
span { border-color: rgb(170,145,173); }
td.TdClassName
{
border-color: #AA91AD;
}
.TagClassName
{
border-color: #AA91AD;
}
</style>