Shades of London Hue #AC85AD
Tints of London Hue #AC85AD
RGB
CMYK
RGB Variations
Color information
#AC85AD (or 0xAC85AD) is known color: London Hue. HEX triplet: AC, 85 and AD. RGB value is (172,133,173). Sum of RGB (Red+Green+Blue) = 172+133+173=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC85AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85AD is #537A52. Grayscale: #959595. Windows color (decimal): -5470803 or 11371948. OLE color: 11371948.
HSL color Cylindrical-coordinate representation of color #AC85AD: hue angle of 298.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC85AD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 133 | 173 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.32 |
| HSL | 298.5º | 0.2% | 0.6% | - |
| HSV(B) | 298.5º | 0.23% | 0.68% | - |
| XYZ | 32.94 | 28.56 | 43.31 | - |
| YUV | 149.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 173 | 0.01 | 0.23 | 0 | 0.32 | 298.5 | 0.2 | 0.6 |
| Hex | AC | 85 | AD | 1 | 17 | 0 | 20 | 12A | 14 | 3C |
| Octal | 254 | 205 | 255 | 1 | 27 | 0 | 40 | 452 | 24 | 74 |
| Binary | 10101100 | 10000101 | 10101101 | 1 | 10111 | 0 | 100000 | 100101010 | 10100 | 111100 |
Color Harmonies of #AC85AD
Complementary color
Monochromatic Colors of #AC85AD
Black with #AC85AD
Text Example
Text Example
White with #AC85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85AD; }
p { color: rgb(172,133,173); }
H1.HeaderClassName
{
color: #AC85AD;
}
.AnyTagClassName
{
color: #AC85AD;
}
</style>
background-color css
<style>
a { background-color: #AC85AD; }
a { background-color: rgb(172,133,173); }
div.DivClassName
{
background-color: #AC85AD;
}
.BgClassName
{
background-color: #AC85AD;
}
</style>
border-color css
<style>
span { border-color: #AC85AD; }
span { border-color: rgb(172,133,173); }
td.TdClassName
{
border-color: #AC85AD;
}
.TagClassName
{
border-color: #AC85AD;
}
</style>