Shades of London Hue #AA89AD
Tints of London Hue #AA89AD
RGB
CMYK
RGB Variations
Color information
#AA89AD (or 0xAA89AD) is known color: London Hue. HEX triplet: AA, 89 and AD. RGB value is (170,137,173). Sum of RGB (Red+Green+Blue) = 170+137+173=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA89AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89AD is #557652. Grayscale: #969696. Windows color (decimal): -5600851 or 11372970. OLE color: 11372970.
HSL color Cylindrical-coordinate representation of color #AA89AD: hue angle of 295º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA89AD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 137 | 173 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.32 |
| HSL | 295º | 0.18% | 0.61% | - |
| HSV(B) | 295º | 0.21% | 0.68% | - |
| XYZ | 33.07 | 29.45 | 43.48 | - |
| YUV | 150.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 173 | 0.02 | 0.21 | 0 | 0.32 | 295 | 0.18 | 0.61 |
| Hex | AA | 89 | AD | 2 | 15 | 0 | 20 | 127 | 12 | 3D |
| Octal | 252 | 211 | 255 | 2 | 25 | 0 | 40 | 447 | 22 | 75 |
| Binary | 10101010 | 10001001 | 10101101 | 10 | 10101 | 0 | 100000 | 100100111 | 10010 | 111101 |
Color Harmonies of #AA89AD
Complementary color
Monochromatic Colors of #AA89AD
Black with #AA89AD
Text Example
Text Example
White with #AA89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89AD; }
p { color: rgb(170,137,173); }
H1.HeaderClassName
{
color: #AA89AD;
}
.AnyTagClassName
{
color: #AA89AD;
}
</style>
background-color css
<style>
a { background-color: #AA89AD; }
a { background-color: rgb(170,137,173); }
div.DivClassName
{
background-color: #AA89AD;
}
.BgClassName
{
background-color: #AA89AD;
}
</style>
border-color css
<style>
span { border-color: #AA89AD; }
span { border-color: rgb(170,137,173); }
td.TdClassName
{
border-color: #AA89AD;
}
.TagClassName
{
border-color: #AA89AD;
}
</style>