Shades of London Hue #AC7AAE
Tints of London Hue #AC7AAE
RGB
CMYK
RGB Variations
Color information
#AC7AAE (or 0xAC7AAE) is known color: London Hue. HEX triplet: AC, 7A and AE. RGB value is (172,122,174). Sum of RGB (Red+Green+Blue) = 172+122+174=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AAE is #538551. Grayscale: #8E8E8E. Windows color (decimal): -5473618 or 11434668. OLE color: 11434668.
HSL color Cylindrical-coordinate representation of color #AC7AAE: hue angle of 297.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7AAE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 122 | 174 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.32 |
| HSL | 297.69º | 0.24% | 0.58% | - |
| HSV(B) | 297.69º | 0.3% | 0.68% | - |
| XYZ | 31.61 | 25.75 | 43.35 | - |
| YUV | 142.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 174 | 0.01 | 0.30 | 0 | 0.32 | 297.69 | 0.24 | 0.58 |
| Hex | AC | 7A | AE | 1 | 1E | 0 | 20 | 12A | 18 | 3A |
| Octal | 254 | 172 | 256 | 1 | 36 | 0 | 40 | 452 | 30 | 72 |
| Binary | 10101100 | 1111010 | 10101110 | 1 | 11110 | 0 | 100000 | 100101010 | 11000 | 111010 |
Color Harmonies of #AC7AAE
Complementary color
Monochromatic Colors of #AC7AAE
Black with #AC7AAE
Text Example
Text Example
White with #AC7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AAE; }
p { color: rgb(172,122,174); }
H1.HeaderClassName
{
color: #AC7AAE;
}
.AnyTagClassName
{
color: #AC7AAE;
}
</style>
background-color css
<style>
a { background-color: #AC7AAE; }
a { background-color: rgb(172,122,174); }
div.DivClassName
{
background-color: #AC7AAE;
}
.BgClassName
{
background-color: #AC7AAE;
}
</style>
border-color css
<style>
span { border-color: #AC7AAE; }
span { border-color: rgb(172,122,174); }
td.TdClassName
{
border-color: #AC7AAE;
}
.TagClassName
{
border-color: #AC7AAE;
}
</style>