Shades of Lipstick #AC295C
Tints of Lipstick #AC295C
RGB
CMYK
RGB Variations
Color information
#AC295C (or 0xAC295C) is known color: Lipstick. HEX triplet: AC, 29 and 5C. RGB value is (172,41,92). Sum of RGB (Red+Green+Blue) = 172+41+92=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC295C is #53D6A3. Grayscale: #555555. Windows color (decimal): -5494436 or 6039980. OLE color: 6039980.
HSL color Cylindrical-coordinate representation of color #AC295C: hue angle of 336.64º 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 #AC295C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 92 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.33 |
| HSL | 336.64º | 0.62% | 0.42% | - |
| HSV(B) | 336.64º | 0.76% | 0.67% | - |
| XYZ | 19.74 | 11.13 | 11.23 | - |
| YUV | 85.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 92 | 0 | 0.76 | 0.47 | 0.33 | 336.64 | 0.62 | 0.42 |
| Hex | AC | 29 | 5C | 0 | 4C | 2F | 21 | 151 | 3E | 2A |
| Octal | 254 | 51 | 134 | 0 | 114 | 57 | 41 | 521 | 76 | 52 |
| Binary | 10101100 | 101001 | 1011100 | 0 | 1001100 | 101111 | 100001 | 101010001 | 111110 | 101010 |
Color Harmonies of #AC295C
Complementary color
Monochromatic Colors of #AC295C
Black with #AC295C
Text Example
Text Example
White with #AC295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC295C; }
p { color: rgb(172,41,92); }
H1.HeaderClassName
{
color: #AC295C;
}
.AnyTagClassName
{
color: #AC295C;
}
</style>
background-color css
<style>
a { background-color: #AC295C; }
a { background-color: rgb(172,41,92); }
div.DivClassName
{
background-color: #AC295C;
}
.BgClassName
{
background-color: #AC295C;
}
</style>
border-color css
<style>
span { border-color: #AC295C; }
span { border-color: rgb(172,41,92); }
td.TdClassName
{
border-color: #AC295C;
}
.TagClassName
{
border-color: #AC295C;
}
</style>