Shades of Lipstick #AC255F
Tints of Lipstick #AC255F
RGB
CMYK
RGB Variations
Color information
#AC255F (or 0xAC255F) is known color: Lipstick. HEX triplet: AC, 25 and 5F. RGB value is (172,37,95). Sum of RGB (Red+Green+Blue) = 172+37+95=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC255F is #53DAA0. Grayscale: #535353. Windows color (decimal): -5495457 or 6235564. OLE color: 6235564.
HSL color Cylindrical-coordinate representation of color #AC255F: hue angle of 334.22º 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 #AC255F is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 95 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.33 |
| HSL | 334.22º | 0.65% | 0.41% | - |
| HSV(B) | 334.22º | 0.78% | 0.67% | - |
| XYZ | 19.74 | 10.92 | 11.89 | - |
| YUV | 83.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 95 | 0 | 0.78 | 0.45 | 0.33 | 334.22 | 0.65 | 0.41 |
| Hex | AC | 25 | 5F | 0 | 4E | 2D | 21 | 14E | 41 | 29 |
| Octal | 254 | 45 | 137 | 0 | 116 | 55 | 41 | 516 | 101 | 51 |
| Binary | 10101100 | 100101 | 1011111 | 0 | 1001110 | 101101 | 100001 | 101001110 | 1000001 | 101001 |
Color Harmonies of #AC255F
Complementary color
Monochromatic Colors of #AC255F
Black with #AC255F
Text Example
Text Example
White with #AC255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC255F; }
p { color: rgb(172,37,95); }
H1.HeaderClassName
{
color: #AC255F;
}
.AnyTagClassName
{
color: #AC255F;
}
</style>
background-color css
<style>
a { background-color: #AC255F; }
a { background-color: rgb(172,37,95); }
div.DivClassName
{
background-color: #AC255F;
}
.BgClassName
{
background-color: #AC255F;
}
</style>
border-color css
<style>
span { border-color: #AC255F; }
span { border-color: rgb(172,37,95); }
td.TdClassName
{
border-color: #AC255F;
}
.TagClassName
{
border-color: #AC255F;
}
</style>