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