Shades of London Hue #AC84AC
Tints of London Hue #AC84AC
RGB
CMYK
RGB Variations
Color information
#AC84AC (or 0xAC84AC) is known color: London Hue. HEX triplet: AC, 84 and AC. RGB value is (172,132,172). Sum of RGB (Red+Green+Blue) = 172+132+172=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC84AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84AC is #537B53. Grayscale: #949494. Windows color (decimal): -5471060 or 11306156. OLE color: 11306156.
HSL color Cylindrical-coordinate representation of color #AC84AC: 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.23%. Process color model (Four color, CMYK) of #AC84AC is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 132 | 172 | - |
CMYK | 0 | 0.23 | 0 | 0.33 |
HSL | 300º | 0.19% | 0.6% | - |
HSV(B) | 300º | 0.23% | 0.67% | - |
XYZ | 32.71 | 28.25 | 42.76 | - |
YUV | 148.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 132 | 172 | 0 | 0.23 | 0 | 0.33 | 300 | 0.19 | 0.6 |
Hex | AC | 84 | AC | 0 | 17 | 0 | 21 | 12C | 13 | 3C |
Octal | 254 | 204 | 254 | 0 | 27 | 0 | 41 | 454 | 23 | 74 |
Binary | 10101100 | 10000100 | 10101100 | 0 | 10111 | 0 | 100001 | 100101100 | 10011 | 111100 |
Color Harmonies of #AC84AC
Complementary color
Monochromatic Colors of #AC84AC
Black with #AC84AC
Text Example
Text Example
White with #AC84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84AC; }
p { color: rgb(172,132,172); }
H1.HeaderClassName
{
color: #AC84AC;
}
.AnyTagClassName
{
color: #AC84AC;
}
</style>
background-color css
<style>
a { background-color: #AC84AC; }
a { background-color: rgb(172,132,172); }
div.DivClassName
{
background-color: #AC84AC;
}
.BgClassName
{
background-color: #AC84AC;
}
</style>
border-color css
<style>
span { border-color: #AC84AC; }
span { border-color: rgb(172,132,172); }
td.TdClassName
{
border-color: #AC84AC;
}
.TagClassName
{
border-color: #AC84AC;
}
</style>