Shades of London Hue #AA93A8
Tints of London Hue #AA93A8
RGB
CMYK
RGB Variations
Color information
#AA93A8 (or 0xAA93A8) is known color: London Hue. HEX triplet: AA, 93 and A8. RGB value is (170,147,168). Sum of RGB (Red+Green+Blue) = 170+147+168=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA93A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93A8 is #556C57. Grayscale: #9C9C9C. Windows color (decimal): -5598296 or 11047850. OLE color: 11047850.
HSL color Cylindrical-coordinate representation of color #AA93A8: hue angle of 305.22º 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 #AA93A8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 168 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.33 |
| HSL | 305.22º | 0.12% | 0.62% | - |
| HSV(B) | 305.22º | 0.14% | 0.67% | - |
| XYZ | 34.08 | 32.24 | 41.47 | - |
| YUV | 156.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 168 | 0 | 0.14 | 0.01 | 0.33 | 305.22 | 0.12 | 0.62 |
| Hex | AA | 93 | A8 | 0 | E | 1 | 21 | 131 | C | 3E |
| Octal | 252 | 223 | 250 | 0 | 16 | 1 | 41 | 461 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10101000 | 0 | 1110 | 1 | 100001 | 100110001 | 1100 | 111110 |
Color Harmonies of #AA93A8
Complementary color
Monochromatic Colors of #AA93A8
Black with #AA93A8
Text Example
Text Example
White with #AA93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93A8; }
p { color: rgb(170,147,168); }
H1.HeaderClassName
{
color: #AA93A8;
}
.AnyTagClassName
{
color: #AA93A8;
}
</style>
background-color css
<style>
a { background-color: #AA93A8; }
a { background-color: rgb(170,147,168); }
div.DivClassName
{
background-color: #AA93A8;
}
.BgClassName
{
background-color: #AA93A8;
}
</style>
border-color css
<style>
span { border-color: #AA93A8; }
span { border-color: rgb(170,147,168); }
td.TdClassName
{
border-color: #AA93A8;
}
.TagClassName
{
border-color: #AA93A8;
}
</style>