Shades of London Hue #AC85AC
Tints of London Hue #AC85AC
RGB
CMYK
RGB Variations
Color information
#AC85AC (or 0xAC85AC) is known color: London Hue. HEX triplet: AC, 85 and AC. RGB value is (172,133,172). Sum of RGB (Red+Green+Blue) = 172+133+172=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC85AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85AC is #537A53. Grayscale: #949494. Windows color (decimal): -5470804 or 11306412. OLE color: 11306412.
HSL color Cylindrical-coordinate representation of color #AC85AC: 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 #AC85AC is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 172 | - |
| CMYK | 0 | 0.23 | 0 | 0.33 |
| HSL | 300º | 0.19% | 0.6% | - |
| HSV(B) | 300º | 0.23% | 0.67% | - |
| XYZ | 32.85 | 28.52 | 42.8 | - |
| YUV | 149.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 172 | 0 | 0.23 | 0 | 0.33 | 300 | 0.19 | 0.6 |
| Hex | AC | 85 | AC | 0 | 17 | 0 | 21 | 12C | 13 | 3C |
| Octal | 254 | 205 | 254 | 0 | 27 | 0 | 41 | 454 | 23 | 74 |
| Binary | 10101100 | 10000101 | 10101100 | 0 | 10111 | 0 | 100001 | 100101100 | 10011 | 111100 |
Color Harmonies of #AC85AC
Complementary color
Monochromatic Colors of #AC85AC
Black with #AC85AC
Text Example
Text Example
White with #AC85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85AC; }
p { color: rgb(172,133,172); }
H1.HeaderClassName
{
color: #AC85AC;
}
.AnyTagClassName
{
color: #AC85AC;
}
</style>
background-color css
<style>
a { background-color: #AC85AC; }
a { background-color: rgb(172,133,172); }
div.DivClassName
{
background-color: #AC85AC;
}
.BgClassName
{
background-color: #AC85AC;
}
</style>
border-color css
<style>
span { border-color: #AC85AC; }
span { border-color: rgb(172,133,172); }
td.TdClassName
{
border-color: #AC85AC;
}
.TagClassName
{
border-color: #AC85AC;
}
</style>