Shades of London Hue #AC87AC
Tints of London Hue #AC87AC
RGB
CMYK
RGB Variations
Color information
#AC87AC (or 0xAC87AC) is known color: London Hue. HEX triplet: AC, 87 and AC. RGB value is (172,135,172). Sum of RGB (Red+Green+Blue) = 172+135+172=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC87AC is #537853. Grayscale: #969696. Windows color (decimal): -5470292 or 11306924. OLE color: 11306924.
HSL color Cylindrical-coordinate representation of color #AC87AC: hue angle of 300º degrees, saturation: 0.18, 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 #AC87AC is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 135 | 172 | - |
CMYK | 0 | 0.22 | 0 | 0.33 |
HSL | 300º | 0.18% | 0.6% | - |
HSV(B) | 300º | 0.22% | 0.67% | - |
XYZ | 33.12 | 29.08 | 42.9 | - |
YUV | 150.28 | 140.26 | 143.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 135 | 172 | 0 | 0.22 | 0 | 0.33 | 300 | 0.18 | 0.6 |
Hex | AC | 87 | AC | 0 | 16 | 0 | 21 | 12C | 12 | 3C |
Octal | 254 | 207 | 254 | 0 | 26 | 0 | 41 | 454 | 22 | 74 |
Binary | 10101100 | 10000111 | 10101100 | 0 | 10110 | 0 | 100001 | 100101100 | 10010 | 111100 |
Color Harmonies of #AC87AC
Complementary color
Monochromatic Colors of #AC87AC
Black with #AC87AC
Text Example
Text Example
White with #AC87AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC87AC; }
p { color: rgb(172,135,172); }
H1.HeaderClassName
{
color: #AC87AC;
}
.AnyTagClassName
{
color: #AC87AC;
}
</style>
background-color css
<style>
a { background-color: #AC87AC; }
a { background-color: rgb(172,135,172); }
div.DivClassName
{
background-color: #AC87AC;
}
.BgClassName
{
background-color: #AC87AC;
}
</style>
border-color css
<style>
span { border-color: #AC87AC; }
span { border-color: rgb(172,135,172); }
td.TdClassName
{
border-color: #AC87AC;
}
.TagClassName
{
border-color: #AC87AC;
}
</style>