Shades of London Hue #AA8CAB
Tints of London Hue #AA8CAB
RGB
CMYK
RGB Variations
Color information
#AA8CAB (or 0xAA8CAB) is known color: London Hue. HEX triplet: AA, 8C and AB. RGB value is (170,140,171). Sum of RGB (Red+Green+Blue) = 170+140+171=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CAB is #557354. Grayscale: #989898. Windows color (decimal): -5600085 or 11242666. OLE color: 11242666.
HSL color Cylindrical-coordinate representation of color #AA8CAB: hue angle of 298.06º 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 #AA8CAB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 171 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.33 |
| HSL | 298.06º | 0.16% | 0.61% | - |
| HSV(B) | 298.06º | 0.18% | 0.67% | - |
| XYZ | 33.31 | 30.24 | 42.61 | - |
| YUV | 152.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 171 | 0.01 | 0.18 | 0 | 0.33 | 298.06 | 0.16 | 0.61 |
| Hex | AA | 8C | AB | 1 | 12 | 0 | 21 | 12A | 10 | 3D |
| Octal | 252 | 214 | 253 | 1 | 22 | 0 | 41 | 452 | 20 | 75 |
| Binary | 10101010 | 10001100 | 10101011 | 1 | 10010 | 0 | 100001 | 100101010 | 10000 | 111101 |
Color Harmonies of #AA8CAB
Complementary color
Monochromatic Colors of #AA8CAB
Black with #AA8CAB
Text Example
Text Example
White with #AA8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CAB; }
p { color: rgb(170,140,171); }
H1.HeaderClassName
{
color: #AA8CAB;
}
.AnyTagClassName
{
color: #AA8CAB;
}
</style>
background-color css
<style>
a { background-color: #AA8CAB; }
a { background-color: rgb(170,140,171); }
div.DivClassName
{
background-color: #AA8CAB;
}
.BgClassName
{
background-color: #AA8CAB;
}
</style>
border-color css
<style>
span { border-color: #AA8CAB; }
span { border-color: rgb(170,140,171); }
td.TdClassName
{
border-color: #AA8CAB;
}
.TagClassName
{
border-color: #AA8CAB;
}
</style>