Shades of Lipstick #AC295E
Tints of Lipstick #AC295E
RGB
CMYK
RGB Variations
Color information
#AC295E (or 0xAC295E) is known color: Lipstick. HEX triplet: AC, 29 and 5E. RGB value is (172,41,94). Sum of RGB (Red+Green+Blue) = 172+41+94=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC295E is #53D6A1. Grayscale: #565656. Windows color (decimal): -5494434 or 6171052. OLE color: 6171052.
HSL color Cylindrical-coordinate representation of color #AC295E: hue angle of 335.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC295E is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 94 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.33 |
| HSL | 335.73º | 0.62% | 0.42% | - |
| HSV(B) | 335.73º | 0.76% | 0.67% | - |
| XYZ | 19.83 | 11.16 | 11.7 | - |
| YUV | 86.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 94 | 0 | 0.76 | 0.45 | 0.33 | 335.73 | 0.62 | 0.42 |
| Hex | AC | 29 | 5E | 0 | 4C | 2D | 21 | 150 | 3E | 2A |
| Octal | 254 | 51 | 136 | 0 | 114 | 55 | 41 | 520 | 76 | 52 |
| Binary | 10101100 | 101001 | 1011110 | 0 | 1001100 | 101101 | 100001 | 101010000 | 111110 | 101010 |
Color Harmonies of #AC295E
Complementary color
Monochromatic Colors of #AC295E
Black with #AC295E
Text Example
Text Example
White with #AC295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC295E; }
p { color: rgb(172,41,94); }
H1.HeaderClassName
{
color: #AC295E;
}
.AnyTagClassName
{
color: #AC295E;
}
</style>
background-color css
<style>
a { background-color: #AC295E; }
a { background-color: rgb(172,41,94); }
div.DivClassName
{
background-color: #AC295E;
}
.BgClassName
{
background-color: #AC295E;
}
</style>
border-color css
<style>
span { border-color: #AC295E; }
span { border-color: rgb(172,41,94); }
td.TdClassName
{
border-color: #AC295E;
}
.TagClassName
{
border-color: #AC295E;
}
</style>