Shades of London Hue #AC81AB
Tints of London Hue #AC81AB
RGB
CMYK
RGB Variations
Color information
#AC81AB (or 0xAC81AB) is known color: London Hue. HEX triplet: AC, 81 and AB. RGB value is (172,129,171). Sum of RGB (Red+Green+Blue) = 172+129+171=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AB is #537E54. Grayscale: #929292. Windows color (decimal): -5471829 or 11239852. OLE color: 11239852.
HSL color Cylindrical-coordinate representation of color #AC81AB: hue angle of 301.4º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC81AB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 171 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.33 |
| HSL | 301.4º | 0.21% | 0.59% | - |
| HSV(B) | 301.4º | 0.25% | 0.67% | - |
| XYZ | 32.21 | 27.41 | 42.12 | - |
| YUV | 146.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 171 | 0 | 0.25 | 0.01 | 0.33 | 301.4 | 0.21 | 0.59 |
| Hex | AC | 81 | AB | 0 | 19 | 1 | 21 | 12D | 15 | 3B |
| Octal | 254 | 201 | 253 | 0 | 31 | 1 | 41 | 455 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10101011 | 0 | 11001 | 1 | 100001 | 100101101 | 10101 | 111011 |
Color Harmonies of #AC81AB
Complementary color
Monochromatic Colors of #AC81AB
Black with #AC81AB
Text Example
Text Example
White with #AC81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81AB; }
p { color: rgb(172,129,171); }
H1.HeaderClassName
{
color: #AC81AB;
}
.AnyTagClassName
{
color: #AC81AB;
}
</style>
background-color css
<style>
a { background-color: #AC81AB; }
a { background-color: rgb(172,129,171); }
div.DivClassName
{
background-color: #AC81AB;
}
.BgClassName
{
background-color: #AC81AB;
}
</style>
border-color css
<style>
span { border-color: #AC81AB; }
span { border-color: rgb(172,129,171); }
td.TdClassName
{
border-color: #AC81AB;
}
.TagClassName
{
border-color: #AC81AB;
}
</style>