Shades of London Hue #AA78A6
Tints of London Hue #AA78A6
RGB
CMYK
RGB Variations
Color information
#AA78A6 (or 0xAA78A6) is known color: London Hue. HEX triplet: AA, 78 and A6. RGB value is (170,120,166). Sum of RGB (Red+Green+Blue) = 170+120+166=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A6 is #558759. Grayscale: #8C8C8C. Windows color (decimal): -5605210 or 10909866. OLE color: 10909866.
HSL color Cylindrical-coordinate representation of color #AA78A6: hue angle of 304.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA78A6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 166 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.33 |
| HSL | 304.8º | 0.23% | 0.57% | - |
| HSV(B) | 304.8º | 0.29% | 0.67% | - |
| XYZ | 30.18 | 24.73 | 39.26 | - |
| YUV | 140.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 166 | 0 | 0.29 | 0.02 | 0.33 | 304.8 | 0.23 | 0.57 |
| Hex | AA | 78 | A6 | 0 | 1D | 2 | 21 | 131 | 17 | 39 |
| Octal | 252 | 170 | 246 | 0 | 35 | 2 | 41 | 461 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10100110 | 0 | 11101 | 10 | 100001 | 100110001 | 10111 | 111001 |
Color Harmonies of #AA78A6
Complementary color
Monochromatic Colors of #AA78A6
Black with #AA78A6
Text Example
Text Example
White with #AA78A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78A6; }
p { color: rgb(170,120,166); }
H1.HeaderClassName
{
color: #AA78A6;
}
.AnyTagClassName
{
color: #AA78A6;
}
</style>
background-color css
<style>
a { background-color: #AA78A6; }
a { background-color: rgb(170,120,166); }
div.DivClassName
{
background-color: #AA78A6;
}
.BgClassName
{
background-color: #AA78A6;
}
</style>
border-color css
<style>
span { border-color: #AA78A6; }
span { border-color: rgb(170,120,166); }
td.TdClassName
{
border-color: #AA78A6;
}
.TagClassName
{
border-color: #AA78A6;
}
</style>