Shades of London Hue #AA8FAD
Tints of London Hue #AA8FAD
RGB
CMYK
RGB Variations
Color information
#AA8FAD (or 0xAA8FAD) is known color: London Hue. HEX triplet: AA, 8F and AD. RGB value is (170,143,173). Sum of RGB (Red+Green+Blue) = 170+143+173=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAD is #557052. Grayscale: #9A9A9A. Windows color (decimal): -5599315 or 11374506. OLE color: 11374506.
HSL color Cylindrical-coordinate representation of color #AA8FAD: hue angle of 294º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8FAD is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 143 | 173 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.32 |
| HSL | 294º | 0.15% | 0.62% | - |
| HSV(B) | 294º | 0.17% | 0.68% | - |
| XYZ | 33.94 | 31.21 | 43.77 | - |
| YUV | 154.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 173 | 0.02 | 0.17 | 0 | 0.32 | 294 | 0.15 | 0.62 |
| Hex | AA | 8F | AD | 2 | 11 | 0 | 20 | 126 | F | 3E |
| Octal | 252 | 217 | 255 | 2 | 21 | 0 | 40 | 446 | 17 | 76 |
| Binary | 10101010 | 10001111 | 10101101 | 10 | 10001 | 0 | 100000 | 100100110 | 1111 | 111110 |
Color Harmonies of #AA8FAD
Complementary color
Monochromatic Colors of #AA8FAD
Black with #AA8FAD
Text Example
Text Example
White with #AA8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FAD; }
p { color: rgb(170,143,173); }
H1.HeaderClassName
{
color: #AA8FAD;
}
.AnyTagClassName
{
color: #AA8FAD;
}
</style>
background-color css
<style>
a { background-color: #AA8FAD; }
a { background-color: rgb(170,143,173); }
div.DivClassName
{
background-color: #AA8FAD;
}
.BgClassName
{
background-color: #AA8FAD;
}
</style>
border-color css
<style>
span { border-color: #AA8FAD; }
span { border-color: rgb(170,143,173); }
td.TdClassName
{
border-color: #AA8FAD;
}
.TagClassName
{
border-color: #AA8FAD;
}
</style>