Shades of London Hue #AA94AA
Tints of London Hue #AA94AA
RGB
CMYK
RGB Variations
Color information
#AA94AA (or 0xAA94AA) is known color: London Hue. HEX triplet: AA, 94 and AA. RGB value is (170,148,170). Sum of RGB (Red+Green+Blue) = 170+148+170=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94AA is #556B55. Grayscale: #9D9D9D. Windows color (decimal): -5598038 or 11179178. OLE color: 11179178.
HSL color Cylindrical-coordinate representation of color #AA94AA: hue angle of 300º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA94AA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 170 | - |
| CMYK | 0 | 0.13 | 0 | 0.33 |
| HSL | 300º | 0.11% | 0.62% | - |
| HSV(B) | 300º | 0.13% | 0.67% | - |
| XYZ | 34.42 | 32.63 | 42.51 | - |
| YUV | 157.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 170 | 0 | 0.13 | 0 | 0.33 | 300 | 0.11 | 0.62 |
| Hex | AA | 94 | AA | 0 | D | 0 | 21 | 12C | B | 3E |
| Octal | 252 | 224 | 252 | 0 | 15 | 0 | 41 | 454 | 13 | 76 |
| Binary | 10101010 | 10010100 | 10101010 | 0 | 1101 | 0 | 100001 | 100101100 | 1011 | 111110 |
Color Harmonies of #AA94AA
Complementary color
Monochromatic Colors of #AA94AA
Black with #AA94AA
Text Example
Text Example
White with #AA94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94AA; }
p { color: rgb(170,148,170); }
H1.HeaderClassName
{
color: #AA94AA;
}
.AnyTagClassName
{
color: #AA94AA;
}
</style>
background-color css
<style>
a { background-color: #AA94AA; }
a { background-color: rgb(170,148,170); }
div.DivClassName
{
background-color: #AA94AA;
}
.BgClassName
{
background-color: #AA94AA;
}
</style>
border-color css
<style>
span { border-color: #AA94AA; }
span { border-color: rgb(170,148,170); }
td.TdClassName
{
border-color: #AA94AA;
}
.TagClassName
{
border-color: #AA94AA;
}
</style>