Shades of London Hue #AA93AB
Tints of London Hue #AA93AB
RGB
CMYK
RGB Variations
Color information
#AA93AB (or 0xAA93AB) is known color: London Hue. HEX triplet: AA, 93 and AB. RGB value is (170,147,171). Sum of RGB (Red+Green+Blue) = 170+147+171=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93AB is #556C54. Grayscale: #9C9C9C. Windows color (decimal): -5598293 or 11244458. OLE color: 11244458.
HSL color Cylindrical-coordinate representation of color #AA93AB: hue angle of 297.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA93AB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 171 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.33 |
| HSL | 297.5º | 0.13% | 0.62% | - |
| HSV(B) | 297.5º | 0.14% | 0.67% | - |
| XYZ | 34.36 | 32.35 | 42.96 | - |
| YUV | 156.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 171 | 0.01 | 0.14 | 0 | 0.33 | 297.5 | 0.13 | 0.62 |
| Hex | AA | 93 | AB | 1 | E | 0 | 21 | 12A | C | 3E |
| Octal | 252 | 223 | 253 | 1 | 16 | 0 | 41 | 452 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10101011 | 1 | 1110 | 0 | 100001 | 100101010 | 1100 | 111110 |
Color Harmonies of #AA93AB
Complementary color
Monochromatic Colors of #AA93AB
Black with #AA93AB
Text Example
Text Example
White with #AA93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93AB; }
p { color: rgb(170,147,171); }
H1.HeaderClassName
{
color: #AA93AB;
}
.AnyTagClassName
{
color: #AA93AB;
}
</style>
background-color css
<style>
a { background-color: #AA93AB; }
a { background-color: rgb(170,147,171); }
div.DivClassName
{
background-color: #AA93AB;
}
.BgClassName
{
background-color: #AA93AB;
}
</style>
border-color css
<style>
span { border-color: #AA93AB; }
span { border-color: rgb(170,147,171); }
td.TdClassName
{
border-color: #AA93AB;
}
.TagClassName
{
border-color: #AA93AB;
}
</style>