Shades of London Hue #AA8BAD
Tints of London Hue #AA8BAD
RGB
CMYK
RGB Variations
Color information
#AA8BAD (or 0xAA8BAD) is known color: London Hue. HEX triplet: AA, 8B and AD. RGB value is (170,139,173). Sum of RGB (Red+Green+Blue) = 170+139+173=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA8BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAD is #557452. Grayscale: #989898. Windows color (decimal): -5600339 or 11373482. OLE color: 11373482.
HSL color Cylindrical-coordinate representation of color #AA8BAD: hue angle of 294.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA8BAD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 139 | 173 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.32 |
| HSL | 294.71º | 0.17% | 0.61% | - |
| HSV(B) | 294.71º | 0.2% | 0.68% | - |
| XYZ | 33.35 | 30.03 | 43.57 | - |
| YUV | 152.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 173 | 0.02 | 0.20 | 0 | 0.32 | 294.71 | 0.17 | 0.61 |
| Hex | AA | 8B | AD | 2 | 14 | 0 | 20 | 127 | 11 | 3D |
| Octal | 252 | 213 | 255 | 2 | 24 | 0 | 40 | 447 | 21 | 75 |
| Binary | 10101010 | 10001011 | 10101101 | 10 | 10100 | 0 | 100000 | 100100111 | 10001 | 111101 |
Color Harmonies of #AA8BAD
Complementary color
Monochromatic Colors of #AA8BAD
Black with #AA8BAD
Text Example
Text Example
White with #AA8BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BAD; }
p { color: rgb(170,139,173); }
H1.HeaderClassName
{
color: #AA8BAD;
}
.AnyTagClassName
{
color: #AA8BAD;
}
</style>
background-color css
<style>
a { background-color: #AA8BAD; }
a { background-color: rgb(170,139,173); }
div.DivClassName
{
background-color: #AA8BAD;
}
.BgClassName
{
background-color: #AA8BAD;
}
</style>
border-color css
<style>
span { border-color: #AA8BAD; }
span { border-color: rgb(170,139,173); }
td.TdClassName
{
border-color: #AA8BAD;
}
.TagClassName
{
border-color: #AA8BAD;
}
</style>