Shades of London Hue #AC7BAB
Tints of London Hue #AC7BAB
RGB
CMYK
RGB Variations
Color information
#AC7BAB (or 0xAC7BAB) is known color: London Hue. HEX triplet: AC, 7B and AB. RGB value is (172,123,171). Sum of RGB (Red+Green+Blue) = 172+123+171=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BAB is #538454. Grayscale: #8E8E8E. Windows color (decimal): -5473365 or 11238316. OLE color: 11238316.
HSL color Cylindrical-coordinate representation of color #AC7BAB: hue angle of 301.22º degrees, saturation: 0.23, 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 #AC7BAB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 171 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.33 |
| HSL | 301.22º | 0.23% | 0.58% | - |
| HSV(B) | 301.22º | 0.28% | 0.67% | - |
| XYZ | 31.45 | 25.88 | 41.87 | - |
| YUV | 143.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 171 | 0 | 0.28 | 0.01 | 0.33 | 301.22 | 0.23 | 0.58 |
| Hex | AC | 7B | AB | 0 | 1C | 1 | 21 | 12D | 17 | 3A |
| Octal | 254 | 173 | 253 | 0 | 34 | 1 | 41 | 455 | 27 | 72 |
| Binary | 10101100 | 1111011 | 10101011 | 0 | 11100 | 1 | 100001 | 100101101 | 10111 | 111010 |
Color Harmonies of #AC7BAB
Complementary color
Monochromatic Colors of #AC7BAB
Black with #AC7BAB
Text Example
Text Example
White with #AC7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BAB; }
p { color: rgb(172,123,171); }
H1.HeaderClassName
{
color: #AC7BAB;
}
.AnyTagClassName
{
color: #AC7BAB;
}
</style>
background-color css
<style>
a { background-color: #AC7BAB; }
a { background-color: rgb(172,123,171); }
div.DivClassName
{
background-color: #AC7BAB;
}
.BgClassName
{
background-color: #AC7BAB;
}
</style>
border-color css
<style>
span { border-color: #AC7BAB; }
span { border-color: rgb(172,123,171); }
td.TdClassName
{
border-color: #AC7BAB;
}
.TagClassName
{
border-color: #AC7BAB;
}
</style>