Shades of Lipstick #AC275D
Tints of Lipstick #AC275D
RGB
CMYK
RGB Variations
Color information
#AC275D (or 0xAC275D) is known color: Lipstick. HEX triplet: AC, 27 and 5D. RGB value is (172,39,93). Sum of RGB (Red+Green+Blue) = 172+39+93=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC275D is #53D8A2. Grayscale: #545454. Windows color (decimal): -5494947 or 6105004. OLE color: 6105004.
HSL color Cylindrical-coordinate representation of color #AC275D: hue angle of 335.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC275D is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 93 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.33 |
| HSL | 335.64º | 0.63% | 0.41% | - |
| HSV(B) | 335.64º | 0.77% | 0.67% | - |
| XYZ | 19.71 | 11.01 | 11.44 | - |
| YUV | 84.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 93 | 0 | 0.77 | 0.46 | 0.33 | 335.64 | 0.63 | 0.41 |
| Hex | AC | 27 | 5D | 0 | 4D | 2E | 21 | 150 | 3F | 29 |
| Octal | 254 | 47 | 135 | 0 | 115 | 56 | 41 | 520 | 77 | 51 |
| Binary | 10101100 | 100111 | 1011101 | 0 | 1001101 | 101110 | 100001 | 101010000 | 111111 | 101001 |
Color Harmonies of #AC275D
Complementary color
Monochromatic Colors of #AC275D
Black with #AC275D
Text Example
Text Example
White with #AC275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC275D; }
p { color: rgb(172,39,93); }
H1.HeaderClassName
{
color: #AC275D;
}
.AnyTagClassName
{
color: #AC275D;
}
</style>
background-color css
<style>
a { background-color: #AC275D; }
a { background-color: rgb(172,39,93); }
div.DivClassName
{
background-color: #AC275D;
}
.BgClassName
{
background-color: #AC275D;
}
</style>
border-color css
<style>
span { border-color: #AC275D; }
span { border-color: rgb(172,39,93); }
td.TdClassName
{
border-color: #AC275D;
}
.TagClassName
{
border-color: #AC275D;
}
</style>