Shades of London Hue #AC81AC
Tints of London Hue #AC81AC
RGB
CMYK
RGB Variations
Color information
#AC81AC (or 0xAC81AC) is known color: London Hue. HEX triplet: AC, 81 and AC. RGB value is (172,129,172). Sum of RGB (Red+Green+Blue) = 172+129+172=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AC is #537E53. Grayscale: #929292. Windows color (decimal): -5471828 or 11305388. OLE color: 11305388.
HSL color Cylindrical-coordinate representation of color #AC81AC: 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.25%. Process color model (Four color, CMYK) of #AC81AC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 129 | 172 | - |
CMYK | 0 | 0.25 | 0 | 0.33 |
HSL | 300º | 0.21% | 0.59% | - |
HSV(B) | 300º | 0.25% | 0.67% | - |
XYZ | 32.31 | 27.45 | 42.63 | - |
YUV | 146.76 | 142.25 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 129 | 172 | 0 | 0.25 | 0 | 0.33 | 300 | 0.21 | 0.59 |
Hex | AC | 81 | AC | 0 | 19 | 0 | 21 | 12C | 15 | 3B |
Octal | 254 | 201 | 254 | 0 | 31 | 0 | 41 | 454 | 25 | 73 |
Binary | 10101100 | 10000001 | 10101100 | 0 | 11001 | 0 | 100001 | 100101100 | 10101 | 111011 |
Color Harmonies of #AC81AC
Complementary color
Monochromatic Colors of #AC81AC
Black with #AC81AC
Text Example
Text Example
White with #AC81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81AC; }
p { color: rgb(172,129,172); }
H1.HeaderClassName
{
color: #AC81AC;
}
.AnyTagClassName
{
color: #AC81AC;
}
</style>
background-color css
<style>
a { background-color: #AC81AC; }
a { background-color: rgb(172,129,172); }
div.DivClassName
{
background-color: #AC81AC;
}
.BgClassName
{
background-color: #AC81AC;
}
</style>
border-color css
<style>
span { border-color: #AC81AC; }
span { border-color: rgb(172,129,172); }
td.TdClassName
{
border-color: #AC81AC;
}
.TagClassName
{
border-color: #AC81AC;
}
</style>