Shades of London Hue #AC7AAB
Tints of London Hue #AC7AAB
RGB
CMYK
RGB Variations
Color information
#AC7AAB (or 0xAC7AAB) is known color: London Hue. HEX triplet: AC, 7A and AB. RGB value is (172,122,171). Sum of RGB (Red+Green+Blue) = 172+122+171=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AAB is #538554. Grayscale: #8E8E8E. Windows color (decimal): -5473621 or 11238060. OLE color: 11238060.
HSL color Cylindrical-coordinate representation of color #AC7AAB: hue angle of 301.2º 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 #AC7AAB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 171 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.33 |
| HSL | 301.2º | 0.23% | 0.58% | - |
| HSV(B) | 301.2º | 0.29% | 0.67% | - |
| XYZ | 31.32 | 25.63 | 41.82 | - |
| YUV | 142.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 171 | 0 | 0.29 | 0.01 | 0.33 | 301.2 | 0.23 | 0.58 |
| Hex | AC | 7A | AB | 0 | 1D | 1 | 21 | 12D | 17 | 3A |
| Octal | 254 | 172 | 253 | 0 | 35 | 1 | 41 | 455 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10101011 | 0 | 11101 | 1 | 100001 | 100101101 | 10111 | 111010 |
Color Harmonies of #AC7AAB
Complementary color
Monochromatic Colors of #AC7AAB
Black with #AC7AAB
Text Example
Text Example
White with #AC7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AAB; }
p { color: rgb(172,122,171); }
H1.HeaderClassName
{
color: #AC7AAB;
}
.AnyTagClassName
{
color: #AC7AAB;
}
</style>
background-color css
<style>
a { background-color: #AC7AAB; }
a { background-color: rgb(172,122,171); }
div.DivClassName
{
background-color: #AC7AAB;
}
.BgClassName
{
background-color: #AC7AAB;
}
</style>
border-color css
<style>
span { border-color: #AC7AAB; }
span { border-color: rgb(172,122,171); }
td.TdClassName
{
border-color: #AC7AAB;
}
.TagClassName
{
border-color: #AC7AAB;
}
</style>