Shades of London Hue #AC84AD
Tints of London Hue #AC84AD
RGB
CMYK
RGB Variations
Color information
#AC84AD (or 0xAC84AD) is known color: London Hue. HEX triplet: AC, 84 and AD. RGB value is (172,132,173). Sum of RGB (Red+Green+Blue) = 172+132+173=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC84AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84AD is #537B52. Grayscale: #949494. Windows color (decimal): -5471059 or 11371692. OLE color: 11371692.
HSL color Cylindrical-coordinate representation of color #AC84AD: hue angle of 298.54º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC84AD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 132 | 173 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.32 |
| HSL | 298.54º | 0.2% | 0.6% | - |
| HSV(B) | 298.54º | 0.24% | 0.68% | - |
| XYZ | 32.81 | 28.29 | 43.27 | - |
| YUV | 148.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 173 | 0.01 | 0.24 | 0 | 0.32 | 298.54 | 0.2 | 0.6 |
| Hex | AC | 84 | AD | 1 | 18 | 0 | 20 | 12B | 14 | 3C |
| Octal | 254 | 204 | 255 | 1 | 30 | 0 | 40 | 453 | 24 | 74 |
| Binary | 10101100 | 10000100 | 10101101 | 1 | 11000 | 0 | 100000 | 100101011 | 10100 | 111100 |
Color Harmonies of #AC84AD
Complementary color
Monochromatic Colors of #AC84AD
Black with #AC84AD
Text Example
Text Example
White with #AC84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84AD; }
p { color: rgb(172,132,173); }
H1.HeaderClassName
{
color: #AC84AD;
}
.AnyTagClassName
{
color: #AC84AD;
}
</style>
background-color css
<style>
a { background-color: #AC84AD; }
a { background-color: rgb(172,132,173); }
div.DivClassName
{
background-color: #AC84AD;
}
.BgClassName
{
background-color: #AC84AD;
}
</style>
border-color css
<style>
span { border-color: #AC84AD; }
span { border-color: rgb(172,132,173); }
td.TdClassName
{
border-color: #AC84AD;
}
.TagClassName
{
border-color: #AC84AD;
}
</style>