Shades of London Hue #AA8DAC
Tints of London Hue #AA8DAC
RGB
CMYK
RGB Variations
Color information
#AA8DAC (or 0xAA8DAC) is known color: London Hue. HEX triplet: AA, 8D and AC. RGB value is (170,141,172). Sum of RGB (Red+Green+Blue) = 170+141+172=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DAC is #557253. Grayscale: #999999. Windows color (decimal): -5599828 or 11308458. OLE color: 11308458.
HSL color Cylindrical-coordinate representation of color #AA8DAC: hue angle of 296.13º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8DAC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 172 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.33 |
| HSL | 296.13º | 0.16% | 0.61% | - |
| HSV(B) | 296.13º | 0.18% | 0.67% | - |
| XYZ | 33.55 | 30.57 | 43.16 | - |
| YUV | 153.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 172 | 0.01 | 0.18 | 0 | 0.33 | 296.13 | 0.16 | 0.61 |
| Hex | AA | 8D | AC | 1 | 12 | 0 | 21 | 128 | 10 | 3D |
| Octal | 252 | 215 | 254 | 1 | 22 | 0 | 41 | 450 | 20 | 75 |
| Binary | 10101010 | 10001101 | 10101100 | 1 | 10010 | 0 | 100001 | 100101000 | 10000 | 111101 |
Color Harmonies of #AA8DAC
Complementary color
Monochromatic Colors of #AA8DAC
Black with #AA8DAC
Text Example
Text Example
White with #AA8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DAC; }
p { color: rgb(170,141,172); }
H1.HeaderClassName
{
color: #AA8DAC;
}
.AnyTagClassName
{
color: #AA8DAC;
}
</style>
background-color css
<style>
a { background-color: #AA8DAC; }
a { background-color: rgb(170,141,172); }
div.DivClassName
{
background-color: #AA8DAC;
}
.BgClassName
{
background-color: #AA8DAC;
}
</style>
border-color css
<style>
span { border-color: #AA8DAC; }
span { border-color: rgb(170,141,172); }
td.TdClassName
{
border-color: #AA8DAC;
}
.TagClassName
{
border-color: #AA8DAC;
}
</style>