Shades of London Hue #AA89AC
Tints of London Hue #AA89AC
RGB
CMYK
RGB Variations
Color information
#AA89AC (or 0xAA89AC) is known color: London Hue. HEX triplet: AA, 89 and AC. RGB value is (170,137,172). Sum of RGB (Red+Green+Blue) = 170+137+172=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA89AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89AC is #557653. Grayscale: #969696. Windows color (decimal): -5600852 or 11307434. OLE color: 11307434.
HSL color Cylindrical-coordinate representation of color #AA89AC: hue angle of 296.57º 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 #AA89AC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 172 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.33 |
| HSL | 296.57º | 0.17% | 0.61% | - |
| HSV(B) | 296.57º | 0.2% | 0.67% | - |
| XYZ | 32.97 | 29.42 | 42.97 | - |
| YUV | 150.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 172 | 0.01 | 0.20 | 0 | 0.33 | 296.57 | 0.17 | 0.61 |
| Hex | AA | 89 | AC | 1 | 14 | 0 | 21 | 129 | 11 | 3D |
| Octal | 252 | 211 | 254 | 1 | 24 | 0 | 41 | 451 | 21 | 75 |
| Binary | 10101010 | 10001001 | 10101100 | 1 | 10100 | 0 | 100001 | 100101001 | 10001 | 111101 |
Color Harmonies of #AA89AC
Complementary color
Monochromatic Colors of #AA89AC
Black with #AA89AC
Text Example
Text Example
White with #AA89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89AC; }
p { color: rgb(170,137,172); }
H1.HeaderClassName
{
color: #AA89AC;
}
.AnyTagClassName
{
color: #AA89AC;
}
</style>
background-color css
<style>
a { background-color: #AA89AC; }
a { background-color: rgb(170,137,172); }
div.DivClassName
{
background-color: #AA89AC;
}
.BgClassName
{
background-color: #AA89AC;
}
</style>
border-color css
<style>
span { border-color: #AA89AC; }
span { border-color: rgb(170,137,172); }
td.TdClassName
{
border-color: #AA89AC;
}
.TagClassName
{
border-color: #AA89AC;
}
</style>