Shades of London Hue #AA80AF
Tints of London Hue #AA80AF
RGB
CMYK
RGB Variations
Color information
#AA80AF (or 0xAA80AF) is known color: London Hue. HEX triplet: AA, 80 and AF. RGB value is (170,128,175). Sum of RGB (Red+Green+Blue) = 170+128+175=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA80AF is #557F50. Grayscale: #919191. Windows color (decimal): -5603153 or 11501738. OLE color: 11501738.
HSL color Cylindrical-coordinate representation of color #AA80AF: hue angle of 293.62º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA80AF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 128 | 175 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.31 |
| HSL | 293.62º | 0.23% | 0.59% | - |
| HSV(B) | 293.62º | 0.27% | 0.69% | - |
| XYZ | 32.03 | 27.08 | 44.1 | - |
| YUV | 145.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 175 | 0.03 | 0.27 | 0 | 0.31 | 293.62 | 0.23 | 0.59 |
| Hex | AA | 80 | AF | 3 | 1B | 0 | 1F | 126 | 17 | 3B |
| Octal | 252 | 200 | 257 | 3 | 33 | 0 | 37 | 446 | 27 | 73 |
| Binary | 10101010 | 10000000 | 10101111 | 11 | 11011 | 0 | 11111 | 100100110 | 10111 | 111011 |
Color Harmonies of #AA80AF
Complementary color
Monochromatic Colors of #AA80AF
Black with #AA80AF
Text Example
Text Example
White with #AA80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80AF; }
p { color: rgb(170,128,175); }
H1.HeaderClassName
{
color: #AA80AF;
}
.AnyTagClassName
{
color: #AA80AF;
}
</style>
background-color css
<style>
a { background-color: #AA80AF; }
a { background-color: rgb(170,128,175); }
div.DivClassName
{
background-color: #AA80AF;
}
.BgClassName
{
background-color: #AA80AF;
}
</style>
border-color css
<style>
span { border-color: #AA80AF; }
span { border-color: rgb(170,128,175); }
td.TdClassName
{
border-color: #AA80AF;
}
.TagClassName
{
border-color: #AA80AF;
}
</style>