Shades of London Hue #AA9EAA
Tints of London Hue #AA9EAA
RGB
CMYK
RGB Variations
Color information
#AA9EAA (or 0xAA9EAA) is known color: London Hue. HEX triplet: AA, 9E and AA. RGB value is (170,158,170). Sum of RGB (Red+Green+Blue) = 170+158+170=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EAA is #556155. Grayscale: #A2A2A2. Windows color (decimal): -5595478 or 11181738. OLE color: 11181738.
HSL color Cylindrical-coordinate representation of color #AA9EAA: hue angle of 300º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AA9EAA is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 158 | 170 | - |
CMYK | 0 | 0.07 | 0 | 0.33 |
HSL | 300º | 0.07% | 0.64% | - |
HSV(B) | 300º | 0.07% | 0.67% | - |
XYZ | 36.06 | 35.9 | 43.06 | - |
YUV | 162.96 | 131.98 | 133.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 158 | 170 | 0 | 0.07 | 0 | 0.33 | 300 | 0.07 | 0.64 |
Hex | AA | 9E | AA | 0 | 7 | 0 | 21 | 12C | 7 | 40 |
Octal | 252 | 236 | 252 | 0 | 7 | 0 | 41 | 454 | 7 | 100 |
Binary | 10101010 | 10011110 | 10101010 | 0 | 111 | 0 | 100001 | 100101100 | 111 | 1000000 |
Color Harmonies of #AA9EAA
Complementary color
Monochromatic Colors of #AA9EAA
Black with #AA9EAA
Text Example
Text Example
White with #AA9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9EAA; }
p { color: rgb(170,158,170); }
H1.HeaderClassName
{
color: #AA9EAA;
}
.AnyTagClassName
{
color: #AA9EAA;
}
</style>
background-color css
<style>
a { background-color: #AA9EAA; }
a { background-color: rgb(170,158,170); }
div.DivClassName
{
background-color: #AA9EAA;
}
.BgClassName
{
background-color: #AA9EAA;
}
</style>
border-color css
<style>
span { border-color: #AA9EAA; }
span { border-color: rgb(170,158,170); }
td.TdClassName
{
border-color: #AA9EAA;
}
.TagClassName
{
border-color: #AA9EAA;
}
</style>