Shades of London Hue #AC80AC
Tints of London Hue #AC80AC
RGB
CMYK
RGB Variations
Color information
#AC80AC (or 0xAC80AC) is known color: London Hue. HEX triplet: AC, 80 and AC. RGB value is (172,128,172). Sum of RGB (Red+Green+Blue) = 172+128+172=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80AC is #537F53. Grayscale: #929292. Windows color (decimal): -5472084 or 11305132. OLE color: 11305132.
HSL color Cylindrical-coordinate representation of color #AC80AC: hue angle of 300º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC80AC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 172 | - |
| CMYK | 0 | 0.26 | 0 | 0.33 |
| HSL | 300º | 0.21% | 0.59% | - |
| HSV(B) | 300º | 0.26% | 0.67% | - |
| XYZ | 32.18 | 27.19 | 42.58 | - |
| YUV | 146.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 172 | 0 | 0.26 | 0 | 0.33 | 300 | 0.21 | 0.59 |
| Hex | AC | 80 | AC | 0 | 1A | 0 | 21 | 12C | 15 | 3B |
| Octal | 254 | 200 | 254 | 0 | 32 | 0 | 41 | 454 | 25 | 73 |
| Binary | 10101100 | 10000000 | 10101100 | 0 | 11010 | 0 | 100001 | 100101100 | 10101 | 111011 |
Color Harmonies of #AC80AC
Complementary color
Monochromatic Colors of #AC80AC
Black with #AC80AC
Text Example
Text Example
White with #AC80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80AC; }
p { color: rgb(172,128,172); }
H1.HeaderClassName
{
color: #AC80AC;
}
.AnyTagClassName
{
color: #AC80AC;
}
</style>
background-color css
<style>
a { background-color: #AC80AC; }
a { background-color: rgb(172,128,172); }
div.DivClassName
{
background-color: #AC80AC;
}
.BgClassName
{
background-color: #AC80AC;
}
</style>
border-color css
<style>
span { border-color: #AC80AC; }
span { border-color: rgb(172,128,172); }
td.TdClassName
{
border-color: #AC80AC;
}
.TagClassName
{
border-color: #AC80AC;
}
</style>