Shades of London Hue #AA7DA8
Tints of London Hue #AA7DA8
RGB
CMYK
RGB Variations
Color information
#AA7DA8 (or 0xAA7DA8) is known color: London Hue. HEX triplet: AA, 7D and A8. RGB value is (170,125,168). Sum of RGB (Red+Green+Blue) = 170+125+168=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DA8 is #558257. Grayscale: #8F8F8F. Windows color (decimal): -5603928 or 11042218. OLE color: 11042218.
HSL color Cylindrical-coordinate representation of color #AA7DA8: hue angle of 302.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7DA8 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 168 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.33 |
| HSL | 302.67º | 0.21% | 0.58% | - |
| HSV(B) | 302.67º | 0.26% | 0.67% | - |
| XYZ | 30.98 | 26.04 | 40.44 | - |
| YUV | 143.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 168 | 0 | 0.26 | 0.01 | 0.33 | 302.67 | 0.21 | 0.58 |
| Hex | AA | 7D | A8 | 0 | 1A | 1 | 21 | 12F | 15 | 3A |
| Octal | 252 | 175 | 250 | 0 | 32 | 1 | 41 | 457 | 25 | 72 |
| Binary | 10101010 | 1111101 | 10101000 | 0 | 11010 | 1 | 100001 | 100101111 | 10101 | 111010 |
Color Harmonies of #AA7DA8
Complementary color
Monochromatic Colors of #AA7DA8
Black with #AA7DA8
Text Example
Text Example
White with #AA7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DA8; }
p { color: rgb(170,125,168); }
H1.HeaderClassName
{
color: #AA7DA8;
}
.AnyTagClassName
{
color: #AA7DA8;
}
</style>
background-color css
<style>
a { background-color: #AA7DA8; }
a { background-color: rgb(170,125,168); }
div.DivClassName
{
background-color: #AA7DA8;
}
.BgClassName
{
background-color: #AA7DA8;
}
</style>
border-color css
<style>
span { border-color: #AA7DA8; }
span { border-color: rgb(170,125,168); }
td.TdClassName
{
border-color: #AA7DA8;
}
.TagClassName
{
border-color: #AA7DA8;
}
</style>