Shades of London Hue #AA8BAA
Tints of London Hue #AA8BAA
RGB
CMYK
RGB Variations
Color information
#AA8BAA (or 0xAA8BAA) is known color: London Hue. HEX triplet: AA, 8B and AA. RGB value is (170,139,170). Sum of RGB (Red+Green+Blue) = 170+139+170=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAA is #557455. Grayscale: #979797. Windows color (decimal): -5600342 or 11176874. OLE color: 11176874.
HSL color Cylindrical-coordinate representation of color #AA8BAA: hue angle of 300º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8BAA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 170 | - |
| CMYK | 0 | 0.18 | 0 | 0.33 |
| HSL | 300º | 0.15% | 0.61% | - |
| HSV(B) | 300º | 0.18% | 0.67% | - |
| XYZ | 33.07 | 29.91 | 42.06 | - |
| YUV | 151.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 170 | 0 | 0.18 | 0 | 0.33 | 300 | 0.15 | 0.61 |
| Hex | AA | 8B | AA | 0 | 12 | 0 | 21 | 12C | F | 3D |
| Octal | 252 | 213 | 252 | 0 | 22 | 0 | 41 | 454 | 17 | 75 |
| Binary | 10101010 | 10001011 | 10101010 | 0 | 10010 | 0 | 100001 | 100101100 | 1111 | 111101 |
Color Harmonies of #AA8BAA
Complementary color
Monochromatic Colors of #AA8BAA
Black with #AA8BAA
Text Example
Text Example
White with #AA8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BAA; }
p { color: rgb(170,139,170); }
H1.HeaderClassName
{
color: #AA8BAA;
}
.AnyTagClassName
{
color: #AA8BAA;
}
</style>
background-color css
<style>
a { background-color: #AA8BAA; }
a { background-color: rgb(170,139,170); }
div.DivClassName
{
background-color: #AA8BAA;
}
.BgClassName
{
background-color: #AA8BAA;
}
</style>
border-color css
<style>
span { border-color: #AA8BAA; }
span { border-color: rgb(170,139,170); }
td.TdClassName
{
border-color: #AA8BAA;
}
.TagClassName
{
border-color: #AA8BAA;
}
</style>