Shades of London Hue #AA7FA6
Tints of London Hue #AA7FA6
RGB
CMYK
RGB Variations
Color information
#AA7FA6 (or 0xAA7FA6) is known color: London Hue. HEX triplet: AA, 7F and A6. RGB value is (170,127,166). Sum of RGB (Red+Green+Blue) = 170+127+166=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FA6 is #558059. Grayscale: #909090. Windows color (decimal): -5603418 or 10911658. OLE color: 10911658.
HSL color Cylindrical-coordinate representation of color #AA7FA6: hue angle of 305.58º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7FA6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 166 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.33 |
| HSL | 305.58º | 0.2% | 0.58% | - |
| HSV(B) | 305.58º | 0.25% | 0.67% | - |
| XYZ | 31.05 | 26.48 | 39.55 | - |
| YUV | 144.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 166 | 0 | 0.25 | 0.02 | 0.33 | 305.58 | 0.2 | 0.58 |
| Hex | AA | 7F | A6 | 0 | 19 | 2 | 21 | 132 | 14 | 3A |
| Octal | 252 | 177 | 246 | 0 | 31 | 2 | 41 | 462 | 24 | 72 |
| Binary | 10101010 | 1111111 | 10100110 | 0 | 11001 | 10 | 100001 | 100110010 | 10100 | 111010 |
Color Harmonies of #AA7FA6
Complementary color
Monochromatic Colors of #AA7FA6
Black with #AA7FA6
Text Example
Text Example
White with #AA7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FA6; }
p { color: rgb(170,127,166); }
H1.HeaderClassName
{
color: #AA7FA6;
}
.AnyTagClassName
{
color: #AA7FA6;
}
</style>
background-color css
<style>
a { background-color: #AA7FA6; }
a { background-color: rgb(170,127,166); }
div.DivClassName
{
background-color: #AA7FA6;
}
.BgClassName
{
background-color: #AA7FA6;
}
</style>
border-color css
<style>
span { border-color: #AA7FA6; }
span { border-color: rgb(170,127,166); }
td.TdClassName
{
border-color: #AA7FA6;
}
.TagClassName
{
border-color: #AA7FA6;
}
</style>