Shades of London Hue #AA8AAC
Tints of London Hue #AA8AAC
RGB
CMYK
RGB Variations
Color information
#AA8AAC (or 0xAA8AAC) is known color: London Hue. HEX triplet: AA, 8A and AC. RGB value is (170,138,172). Sum of RGB (Red+Green+Blue) = 170+138+172=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AAC is #557553. Grayscale: #979797. Windows color (decimal): -5600596 or 11307690. OLE color: 11307690.
HSL color Cylindrical-coordinate representation of color #AA8AAC: hue angle of 296.47º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA8AAC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 172 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.33 |
| HSL | 296.47º | 0.17% | 0.61% | - |
| HSV(B) | 296.47º | 0.2% | 0.67% | - |
| XYZ | 33.11 | 29.7 | 43.02 | - |
| YUV | 151.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 172 | 0.01 | 0.20 | 0 | 0.33 | 296.47 | 0.17 | 0.61 |
| Hex | AA | 8A | AC | 1 | 14 | 0 | 21 | 128 | 11 | 3D |
| Octal | 252 | 212 | 254 | 1 | 24 | 0 | 41 | 450 | 21 | 75 |
| Binary | 10101010 | 10001010 | 10101100 | 1 | 10100 | 0 | 100001 | 100101000 | 10001 | 111101 |
Color Harmonies of #AA8AAC
Complementary color
Monochromatic Colors of #AA8AAC
Black with #AA8AAC
Text Example
Text Example
White with #AA8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AAC; }
p { color: rgb(170,138,172); }
H1.HeaderClassName
{
color: #AA8AAC;
}
.AnyTagClassName
{
color: #AA8AAC;
}
</style>
background-color css
<style>
a { background-color: #AA8AAC; }
a { background-color: rgb(170,138,172); }
div.DivClassName
{
background-color: #AA8AAC;
}
.BgClassName
{
background-color: #AA8AAC;
}
</style>
border-color css
<style>
span { border-color: #AA8AAC; }
span { border-color: rgb(170,138,172); }
td.TdClassName
{
border-color: #AA8AAC;
}
.TagClassName
{
border-color: #AA8AAC;
}
</style>