Shades of London Hue #AC7CAB
Tints of London Hue #AC7CAB
RGB
CMYK
RGB Variations
Color information
#AC7CAB (or 0xAC7CAB) is known color: London Hue. HEX triplet: AC, 7C and AB. RGB value is (172,124,171). Sum of RGB (Red+Green+Blue) = 172+124+171=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CAB is #538354. Grayscale: #8F8F8F. Windows color (decimal): -5473109 or 11238572. OLE color: 11238572.
HSL color Cylindrical-coordinate representation of color #AC7CAB: hue angle of 301.25º 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 #AC7CAB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 171 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.33 |
| HSL | 301.25º | 0.22% | 0.58% | - |
| HSV(B) | 301.25º | 0.28% | 0.67% | - |
| XYZ | 31.57 | 26.13 | 41.91 | - |
| YUV | 143.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 171 | 0 | 0.28 | 0.01 | 0.33 | 301.25 | 0.22 | 0.58 |
| Hex | AC | 7C | AB | 0 | 1C | 1 | 21 | 12D | 16 | 3A |
| Octal | 254 | 174 | 253 | 0 | 34 | 1 | 41 | 455 | 26 | 72 |
| Binary | 10101100 | 1111100 | 10101011 | 0 | 11100 | 1 | 100001 | 100101101 | 10110 | 111010 |
Color Harmonies of #AC7CAB
Complementary color
Monochromatic Colors of #AC7CAB
Black with #AC7CAB
Text Example
Text Example
White with #AC7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CAB; }
p { color: rgb(172,124,171); }
H1.HeaderClassName
{
color: #AC7CAB;
}
.AnyTagClassName
{
color: #AC7CAB;
}
</style>
background-color css
<style>
a { background-color: #AC7CAB; }
a { background-color: rgb(172,124,171); }
div.DivClassName
{
background-color: #AC7CAB;
}
.BgClassName
{
background-color: #AC7CAB;
}
</style>
border-color css
<style>
span { border-color: #AC7CAB; }
span { border-color: rgb(172,124,171); }
td.TdClassName
{
border-color: #AC7CAB;
}
.TagClassName
{
border-color: #AC7CAB;
}
</style>