Shades of London Hue #AA7BAC
Tints of London Hue #AA7BAC
RGB
CMYK
RGB Variations
Color information
#AA7BAC (or 0xAA7BAC) is known color: London Hue. HEX triplet: AA, 7B and AC. RGB value is (170,123,172). Sum of RGB (Red+Green+Blue) = 170+123+172=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BAC is #558453. Grayscale: #8E8E8E. Windows color (decimal): -5604436 or 11303850. OLE color: 11303850.
HSL color Cylindrical-coordinate representation of color #AA7BAC: hue angle of 297.55º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7BAC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 172 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.33 |
| HSL | 297.55º | 0.23% | 0.58% | - |
| HSV(B) | 297.55º | 0.28% | 0.67% | - |
| XYZ | 31.11 | 25.69 | 42.35 | - |
| YUV | 142.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 172 | 0.01 | 0.28 | 0 | 0.33 | 297.55 | 0.23 | 0.58 |
| Hex | AA | 7B | AC | 1 | 1C | 0 | 21 | 12A | 17 | 3A |
| Octal | 252 | 173 | 254 | 1 | 34 | 0 | 41 | 452 | 27 | 72 |
| Binary | 10101010 | 1111011 | 10101100 | 1 | 11100 | 0 | 100001 | 100101010 | 10111 | 111010 |
Color Harmonies of #AA7BAC
Complementary color
Monochromatic Colors of #AA7BAC
Black with #AA7BAC
Text Example
Text Example
White with #AA7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BAC; }
p { color: rgb(170,123,172); }
H1.HeaderClassName
{
color: #AA7BAC;
}
.AnyTagClassName
{
color: #AA7BAC;
}
</style>
background-color css
<style>
a { background-color: #AA7BAC; }
a { background-color: rgb(170,123,172); }
div.DivClassName
{
background-color: #AA7BAC;
}
.BgClassName
{
background-color: #AA7BAC;
}
</style>
border-color css
<style>
span { border-color: #AA7BAC; }
span { border-color: rgb(170,123,172); }
td.TdClassName
{
border-color: #AA7BAC;
}
.TagClassName
{
border-color: #AA7BAC;
}
</style>