Shades of London Hue #AC7CAA
Tints of London Hue #AC7CAA
RGB
CMYK
RGB Variations
Color information
#AC7CAA (or 0xAC7CAA) is known color: London Hue. HEX triplet: AC, 7C and AA. RGB value is (172,124,170). Sum of RGB (Red+Green+Blue) = 172+124+170=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CAA is #538355. Grayscale: #8F8F8F. Windows color (decimal): -5473110 or 11173036. OLE color: 11173036.
HSL color Cylindrical-coordinate representation of color #AC7CAA: hue angle of 302.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7CAA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 170 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.33 |
| HSL | 302.5º | 0.22% | 0.58% | - |
| HSV(B) | 302.5º | 0.28% | 0.67% | - |
| XYZ | 31.48 | 26.09 | 41.41 | - |
| YUV | 143.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 170 | 0 | 0.28 | 0.01 | 0.33 | 302.5 | 0.22 | 0.58 |
| Hex | AC | 7C | AA | 0 | 1C | 1 | 21 | 12E | 16 | 3A |
| Octal | 254 | 174 | 252 | 0 | 34 | 1 | 41 | 456 | 26 | 72 |
| Binary | 10101100 | 1111100 | 10101010 | 0 | 11100 | 1 | 100001 | 100101110 | 10110 | 111010 |
Color Harmonies of #AC7CAA
Complementary color
Monochromatic Colors of #AC7CAA
Black with #AC7CAA
Text Example
Text Example
White with #AC7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CAA; }
p { color: rgb(172,124,170); }
H1.HeaderClassName
{
color: #AC7CAA;
}
.AnyTagClassName
{
color: #AC7CAA;
}
</style>
background-color css
<style>
a { background-color: #AC7CAA; }
a { background-color: rgb(172,124,170); }
div.DivClassName
{
background-color: #AC7CAA;
}
.BgClassName
{
background-color: #AC7CAA;
}
</style>
border-color css
<style>
span { border-color: #AC7CAA; }
span { border-color: rgb(172,124,170); }
td.TdClassName
{
border-color: #AC7CAA;
}
.TagClassName
{
border-color: #AC7CAA;
}
</style>