Shades of London Hue #AC7AAA
Tints of London Hue #AC7AAA
RGB
CMYK
RGB Variations
Color information
#AC7AAA (or 0xAC7AAA) is known color: London Hue. HEX triplet: AC, 7A and AA. RGB value is (172,122,170). Sum of RGB (Red+Green+Blue) = 172+122+170=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AAA is #538555. Grayscale: #8E8E8E. Windows color (decimal): -5473622 or 11172524. OLE color: 11172524.
HSL color Cylindrical-coordinate representation of color #AC7AAA: hue angle of 302.4º 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 #AC7AAA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 170 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.33 |
| HSL | 302.4º | 0.23% | 0.58% | - |
| HSV(B) | 302.4º | 0.29% | 0.67% | - |
| XYZ | 31.23 | 25.59 | 41.32 | - |
| YUV | 142.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 170 | 0 | 0.29 | 0.01 | 0.33 | 302.4 | 0.23 | 0.58 |
| Hex | AC | 7A | AA | 0 | 1D | 1 | 21 | 12E | 17 | 3A |
| Octal | 254 | 172 | 252 | 0 | 35 | 1 | 41 | 456 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10101010 | 0 | 11101 | 1 | 100001 | 100101110 | 10111 | 111010 |
Color Harmonies of #AC7AAA
Complementary color
Monochromatic Colors of #AC7AAA
Black with #AC7AAA
Text Example
Text Example
White with #AC7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AAA; }
p { color: rgb(172,122,170); }
H1.HeaderClassName
{
color: #AC7AAA;
}
.AnyTagClassName
{
color: #AC7AAA;
}
</style>
background-color css
<style>
a { background-color: #AC7AAA; }
a { background-color: rgb(172,122,170); }
div.DivClassName
{
background-color: #AC7AAA;
}
.BgClassName
{
background-color: #AC7AAA;
}
</style>
border-color css
<style>
span { border-color: #AC7AAA; }
span { border-color: rgb(172,122,170); }
td.TdClassName
{
border-color: #AC7AAA;
}
.TagClassName
{
border-color: #AC7AAA;
}
</style>