Shades of London Hue #AA80AD
Tints of London Hue #AA80AD
RGB
CMYK
RGB Variations
Color information
#AA80AD (or 0xAA80AD) is known color: London Hue. HEX triplet: AA, 80 and AD. RGB value is (170,128,173). Sum of RGB (Red+Green+Blue) = 170+128+173=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA80AD is #557F52. Grayscale: #919191. Windows color (decimal): -5603155 or 11370666. OLE color: 11370666.
HSL color Cylindrical-coordinate representation of color #AA80AD: hue angle of 296º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA80AD is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 128 | 173 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.32 |
| HSL | 296º | 0.22% | 0.59% | - |
| HSV(B) | 296º | 0.26% | 0.68% | - |
| XYZ | 31.84 | 27 | 43.07 | - |
| YUV | 145.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 173 | 0.02 | 0.26 | 0 | 0.32 | 296 | 0.22 | 0.59 |
| Hex | AA | 80 | AD | 2 | 1A | 0 | 20 | 128 | 16 | 3B |
| Octal | 252 | 200 | 255 | 2 | 32 | 0 | 40 | 450 | 26 | 73 |
| Binary | 10101010 | 10000000 | 10101101 | 10 | 11010 | 0 | 100000 | 100101000 | 10110 | 111011 |
Color Harmonies of #AA80AD
Complementary color
Monochromatic Colors of #AA80AD
Black with #AA80AD
Text Example
Text Example
White with #AA80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80AD; }
p { color: rgb(170,128,173); }
H1.HeaderClassName
{
color: #AA80AD;
}
.AnyTagClassName
{
color: #AA80AD;
}
</style>
background-color css
<style>
a { background-color: #AA80AD; }
a { background-color: rgb(170,128,173); }
div.DivClassName
{
background-color: #AA80AD;
}
.BgClassName
{
background-color: #AA80AD;
}
</style>
border-color css
<style>
span { border-color: #AA80AD; }
span { border-color: rgb(170,128,173); }
td.TdClassName
{
border-color: #AA80AD;
}
.TagClassName
{
border-color: #AA80AD;
}
</style>