Shades of London Hue #AC86AC
Tints of London Hue #AC86AC
RGB
CMYK
RGB Variations
Color information
#AC86AC (or 0xAC86AC) is known color: London Hue. HEX triplet: AC, 86 and AC. RGB value is (172,134,172). Sum of RGB (Red+Green+Blue) = 172+134+172=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC86AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86AC is #537953. Grayscale: #959595. Windows color (decimal): -5470548 or 11306668. OLE color: 11306668.
HSL color Cylindrical-coordinate representation of color #AC86AC: hue angle of 300º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC86AC is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 134 | 172 | - |
CMYK | 0 | 0.22 | 0 | 0.33 |
HSL | 300º | 0.19% | 0.6% | - |
HSV(B) | 300º | 0.22% | 0.67% | - |
XYZ | 32.98 | 28.8 | 42.85 | - |
YUV | 149.69 | 140.59 | 143.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 134 | 172 | 0 | 0.22 | 0 | 0.33 | 300 | 0.19 | 0.6 |
Hex | AC | 86 | AC | 0 | 16 | 0 | 21 | 12C | 13 | 3C |
Octal | 254 | 206 | 254 | 0 | 26 | 0 | 41 | 454 | 23 | 74 |
Binary | 10101100 | 10000110 | 10101100 | 0 | 10110 | 0 | 100001 | 100101100 | 10011 | 111100 |
Color Harmonies of #AC86AC
Complementary color
Monochromatic Colors of #AC86AC
Black with #AC86AC
Text Example
Text Example
White with #AC86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86AC; }
p { color: rgb(172,134,172); }
H1.HeaderClassName
{
color: #AC86AC;
}
.AnyTagClassName
{
color: #AC86AC;
}
</style>
background-color css
<style>
a { background-color: #AC86AC; }
a { background-color: rgb(172,134,172); }
div.DivClassName
{
background-color: #AC86AC;
}
.BgClassName
{
background-color: #AC86AC;
}
</style>
border-color css
<style>
span { border-color: #AC86AC; }
span { border-color: rgb(172,134,172); }
td.TdClassName
{
border-color: #AC86AC;
}
.TagClassName
{
border-color: #AC86AC;
}
</style>