Shades of Lipstick #AC2558
Tints of Lipstick #AC2558
RGB
CMYK
RGB Variations
Color information
#AC2558 (or 0xAC2558) is known color: Lipstick. HEX triplet: AC, 25 and 58. RGB value is (172,37,88). Sum of RGB (Red+Green+Blue) = 172+37+88=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2558 is #53DAA7. Grayscale: #535353. Windows color (decimal): -5495464 or 5776812. OLE color: 5776812.
HSL color Cylindrical-coordinate representation of color #AC2558: hue angle of 337.33º 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 #AC2558 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 88 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.33 |
| HSL | 337.33º | 0.65% | 0.41% | - |
| HSV(B) | 337.33º | 0.78% | 0.67% | - |
| XYZ | 19.44 | 10.8 | 10.29 | - |
| YUV | 83.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 88 | 0 | 0.78 | 0.49 | 0.33 | 337.33 | 0.65 | 0.41 |
| Hex | AC | 25 | 58 | 0 | 4E | 31 | 21 | 151 | 41 | 29 |
| Octal | 254 | 45 | 130 | 0 | 116 | 61 | 41 | 521 | 101 | 51 |
| Binary | 10101100 | 100101 | 1011000 | 0 | 1001110 | 110001 | 100001 | 101010001 | 1000001 | 101001 |
Color Harmonies of #AC2558
Complementary color
Monochromatic Colors of #AC2558
Black with #AC2558
Text Example
Text Example
White with #AC2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2558; }
p { color: rgb(172,37,88); }
H1.HeaderClassName
{
color: #AC2558;
}
.AnyTagClassName
{
color: #AC2558;
}
</style>
background-color css
<style>
a { background-color: #AC2558; }
a { background-color: rgb(172,37,88); }
div.DivClassName
{
background-color: #AC2558;
}
.BgClassName
{
background-color: #AC2558;
}
</style>
border-color css
<style>
span { border-color: #AC2558; }
span { border-color: rgb(172,37,88); }
td.TdClassName
{
border-color: #AC2558;
}
.TagClassName
{
border-color: #AC2558;
}
</style>