Shades of London Hue #AA8AA5
Tints of London Hue #AA8AA5
RGB
CMYK
RGB Variations
Color information
#AA8AA5 (or 0xAA8AA5) is known color: London Hue. HEX triplet: AA, 8A and A5. RGB value is (170,138,165). Sum of RGB (Red+Green+Blue) = 170+138+165=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AA5 is #55755A. Grayscale: #969696. Windows color (decimal): -5600603 or 10848938. OLE color: 10848938.
HSL color Cylindrical-coordinate representation of color #AA8AA5: hue angle of 309.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8AA5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 165 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.33 |
| HSL | 309.38º | 0.16% | 0.6% | - |
| HSV(B) | 309.38º | 0.19% | 0.67% | - |
| XYZ | 32.46 | 29.44 | 39.57 | - |
| YUV | 150.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 165 | 0 | 0.19 | 0.03 | 0.33 | 309.38 | 0.16 | 0.6 |
| Hex | AA | 8A | A5 | 0 | 13 | 3 | 21 | 135 | 10 | 3C |
| Octal | 252 | 212 | 245 | 0 | 23 | 3 | 41 | 465 | 20 | 74 |
| Binary | 10101010 | 10001010 | 10100101 | 0 | 10011 | 11 | 100001 | 100110101 | 10000 | 111100 |
Color Harmonies of #AA8AA5
Complementary color
Monochromatic Colors of #AA8AA5
Black with #AA8AA5
Text Example
Text Example
White with #AA8AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AA5; }
p { color: rgb(170,138,165); }
H1.HeaderClassName
{
color: #AA8AA5;
}
.AnyTagClassName
{
color: #AA8AA5;
}
</style>
background-color css
<style>
a { background-color: #AA8AA5; }
a { background-color: rgb(170,138,165); }
div.DivClassName
{
background-color: #AA8AA5;
}
.BgClassName
{
background-color: #AA8AA5;
}
</style>
border-color css
<style>
span { border-color: #AA8AA5; }
span { border-color: rgb(170,138,165); }
td.TdClassName
{
border-color: #AA8AA5;
}
.TagClassName
{
border-color: #AA8AA5;
}
</style>