Shades of Lipstick #AC255E
Tints of Lipstick #AC255E
RGB
CMYK
RGB Variations
Color information
#AC255E (or 0xAC255E) is known color: Lipstick. HEX triplet: AC, 25 and 5E. RGB value is (172,37,94). Sum of RGB (Red+Green+Blue) = 172+37+94=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC255E is #53DAA1. Grayscale: #535353. Windows color (decimal): -5495458 or 6170028. OLE color: 6170028.
HSL color Cylindrical-coordinate representation of color #AC255E: hue angle of 334.67º 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 #AC255E is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 94 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.33 |
| HSL | 334.67º | 0.65% | 0.41% | - |
| HSV(B) | 334.67º | 0.78% | 0.67% | - |
| XYZ | 19.7 | 10.9 | 11.66 | - |
| YUV | 83.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 94 | 0 | 0.78 | 0.45 | 0.33 | 334.67 | 0.65 | 0.41 |
| Hex | AC | 25 | 5E | 0 | 4E | 2D | 21 | 14F | 41 | 29 |
| Octal | 254 | 45 | 136 | 0 | 116 | 55 | 41 | 517 | 101 | 51 |
| Binary | 10101100 | 100101 | 1011110 | 0 | 1001110 | 101101 | 100001 | 101001111 | 1000001 | 101001 |
Color Harmonies of #AC255E
Complementary color
Monochromatic Colors of #AC255E
Black with #AC255E
Text Example
Text Example
White with #AC255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC255E; }
p { color: rgb(172,37,94); }
H1.HeaderClassName
{
color: #AC255E;
}
.AnyTagClassName
{
color: #AC255E;
}
</style>
background-color css
<style>
a { background-color: #AC255E; }
a { background-color: rgb(172,37,94); }
div.DivClassName
{
background-color: #AC255E;
}
.BgClassName
{
background-color: #AC255E;
}
</style>
border-color css
<style>
span { border-color: #AC255E; }
span { border-color: rgb(172,37,94); }
td.TdClassName
{
border-color: #AC255E;
}
.TagClassName
{
border-color: #AC255E;
}
</style>