Shades of London Hue #AC87A5
Tints of London Hue #AC87A5
RGB
CMYK
RGB Variations
Color information
#AC87A5 (or 0xAC87A5) is known color: London Hue. HEX triplet: AC, 87 and A5. RGB value is (172,135,165). Sum of RGB (Red+Green+Blue) = 172+135+165=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC87A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC87A5 is #53785A. Grayscale: #959595. Windows color (decimal): -5470299 or 10848172. OLE color: 10848172.
HSL color Cylindrical-coordinate representation of color #AC87A5: hue angle of 311.35º 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 #AC87A5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 165 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.33 |
| HSL | 311.35º | 0.18% | 0.6% | - |
| HSV(B) | 311.35º | 0.22% | 0.67% | - |
| XYZ | 32.47 | 28.82 | 39.45 | - |
| YUV | 149.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 165 | 0 | 0.22 | 0.04 | 0.33 | 311.35 | 0.18 | 0.6 |
| Hex | AC | 87 | A5 | 0 | 16 | 4 | 21 | 137 | 12 | 3C |
| Octal | 254 | 207 | 245 | 0 | 26 | 4 | 41 | 467 | 22 | 74 |
| Binary | 10101100 | 10000111 | 10100101 | 0 | 10110 | 100 | 100001 | 100110111 | 10010 | 111100 |
Color Harmonies of #AC87A5
Complementary color
Monochromatic Colors of #AC87A5
Black with #AC87A5
Text Example
Text Example
White with #AC87A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC87A5; }
p { color: rgb(172,135,165); }
H1.HeaderClassName
{
color: #AC87A5;
}
.AnyTagClassName
{
color: #AC87A5;
}
</style>
background-color css
<style>
a { background-color: #AC87A5; }
a { background-color: rgb(172,135,165); }
div.DivClassName
{
background-color: #AC87A5;
}
.BgClassName
{
background-color: #AC87A5;
}
</style>
border-color css
<style>
span { border-color: #AC87A5; }
span { border-color: rgb(172,135,165); }
td.TdClassName
{
border-color: #AC87A5;
}
.TagClassName
{
border-color: #AC87A5;
}
</style>