Shades of London Hue #AC84AB
Tints of London Hue #AC84AB
RGB
CMYK
RGB Variations
Color information
#AC84AB (or 0xAC84AB) is known color: London Hue. HEX triplet: AC, 84 and AB. RGB value is (172,132,171). Sum of RGB (Red+Green+Blue) = 172+132+171=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84AB is #537B54. Grayscale: #949494. Windows color (decimal): -5471061 or 11240620. OLE color: 11240620.
HSL color Cylindrical-coordinate representation of color #AC84AB: hue angle of 301.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC84AB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 171 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.33 |
| HSL | 301.5º | 0.19% | 0.6% | - |
| HSV(B) | 301.5º | 0.23% | 0.67% | - |
| XYZ | 32.62 | 28.21 | 42.25 | - |
| YUV | 148.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 171 | 0 | 0.23 | 0.01 | 0.33 | 301.5 | 0.19 | 0.6 |
| Hex | AC | 84 | AB | 0 | 17 | 1 | 21 | 12E | 13 | 3C |
| Octal | 254 | 204 | 253 | 0 | 27 | 1 | 41 | 456 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10101011 | 0 | 10111 | 1 | 100001 | 100101110 | 10011 | 111100 |
Color Harmonies of #AC84AB
Complementary color
Monochromatic Colors of #AC84AB
Black with #AC84AB
Text Example
Text Example
White with #AC84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84AB; }
p { color: rgb(172,132,171); }
H1.HeaderClassName
{
color: #AC84AB;
}
.AnyTagClassName
{
color: #AC84AB;
}
</style>
background-color css
<style>
a { background-color: #AC84AB; }
a { background-color: rgb(172,132,171); }
div.DivClassName
{
background-color: #AC84AB;
}
.BgClassName
{
background-color: #AC84AB;
}
</style>
border-color css
<style>
span { border-color: #AC84AB; }
span { border-color: rgb(172,132,171); }
td.TdClassName
{
border-color: #AC84AB;
}
.TagClassName
{
border-color: #AC84AB;
}
</style>