Shades of London Hue #AC7AAC
Tints of London Hue #AC7AAC
RGB
CMYK
RGB Variations
Color information
#AC7AAC (or 0xAC7AAC) is known color: London Hue. HEX triplet: AC, 7A and AC. RGB value is (172,122,172). Sum of RGB (Red+Green+Blue) = 172+122+172=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AAC is #538553. Grayscale: #8E8E8E. Windows color (decimal): -5473620 or 11303596. OLE color: 11303596.
HSL color Cylindrical-coordinate representation of color #AC7AAC: hue angle of 300º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7AAC is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 172 | - |
| CMYK | 0 | 0.29 | 0 | 0.33 |
| HSL | 300º | 0.23% | 0.58% | - |
| HSV(B) | 300º | 0.29% | 0.67% | - |
| XYZ | 31.42 | 25.67 | 42.33 | - |
| YUV | 142.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 172 | 0 | 0.29 | 0 | 0.33 | 300 | 0.23 | 0.58 |
| Hex | AC | 7A | AC | 0 | 1D | 0 | 21 | 12C | 17 | 3A |
| Octal | 254 | 172 | 254 | 0 | 35 | 0 | 41 | 454 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10101100 | 0 | 11101 | 0 | 100001 | 100101100 | 10111 | 111010 |
Color Harmonies of #AC7AAC
Complementary color
Monochromatic Colors of #AC7AAC
Black with #AC7AAC
Text Example
Text Example
White with #AC7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AAC; }
p { color: rgb(172,122,172); }
H1.HeaderClassName
{
color: #AC7AAC;
}
.AnyTagClassName
{
color: #AC7AAC;
}
</style>
background-color css
<style>
a { background-color: #AC7AAC; }
a { background-color: rgb(172,122,172); }
div.DivClassName
{
background-color: #AC7AAC;
}
.BgClassName
{
background-color: #AC7AAC;
}
</style>
border-color css
<style>
span { border-color: #AC7AAC; }
span { border-color: rgb(172,122,172); }
td.TdClassName
{
border-color: #AC7AAC;
}
.TagClassName
{
border-color: #AC7AAC;
}
</style>