Shades of Lipstick #AC2560
Tints of Lipstick #AC2560
RGB
CMYK
RGB Variations
Color information
#AC2560 (or 0xAC2560) is known color: Lipstick. HEX triplet: AC, 25 and 60. RGB value is (172,37,96). Sum of RGB (Red+Green+Blue) = 172+37+96=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2560 is #53DA9F. Grayscale: #535353. Windows color (decimal): -5495456 or 6301100. OLE color: 6301100.
HSL color Cylindrical-coordinate representation of color #AC2560: hue angle of 333.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2560 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 96 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.33 |
| HSL | 333.78º | 0.65% | 0.41% | - |
| HSV(B) | 333.78º | 0.78% | 0.67% | - |
| XYZ | 19.79 | 10.94 | 12.13 | - |
| YUV | 84.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 96 | 0 | 0.78 | 0.44 | 0.33 | 333.78 | 0.65 | 0.41 |
| Hex | AC | 25 | 60 | 0 | 4E | 2C | 21 | 14E | 41 | 29 |
| Octal | 254 | 45 | 140 | 0 | 116 | 54 | 41 | 516 | 101 | 51 |
| Binary | 10101100 | 100101 | 1100000 | 0 | 1001110 | 101100 | 100001 | 101001110 | 1000001 | 101001 |
Color Harmonies of #AC2560
Complementary color
Monochromatic Colors of #AC2560
Black with #AC2560
Text Example
Text Example
White with #AC2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2560; }
p { color: rgb(172,37,96); }
H1.HeaderClassName
{
color: #AC2560;
}
.AnyTagClassName
{
color: #AC2560;
}
</style>
background-color css
<style>
a { background-color: #AC2560; }
a { background-color: rgb(172,37,96); }
div.DivClassName
{
background-color: #AC2560;
}
.BgClassName
{
background-color: #AC2560;
}
</style>
border-color css
<style>
span { border-color: #AC2560; }
span { border-color: rgb(172,37,96); }
td.TdClassName
{
border-color: #AC2560;
}
.TagClassName
{
border-color: #AC2560;
}
</style>