Shades of Lipstick #AC2458
Tints of Lipstick #AC2458
RGB
CMYK
RGB Variations
Color information
#AC2458 (or 0xAC2458) is known color: Lipstick. HEX triplet: AC, 24 and 58. RGB value is (172,36,88). Sum of RGB (Red+Green+Blue) = 172+36+88=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2458 is #53DBA7. Grayscale: #525252. Windows color (decimal): -5495720 or 5776556. OLE color: 5776556.
HSL color Cylindrical-coordinate representation of color #AC2458: hue angle of 337.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2458 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 88 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.33 |
| HSL | 337.06º | 0.65% | 0.41% | - |
| HSV(B) | 337.06º | 0.79% | 0.67% | - |
| XYZ | 19.41 | 10.74 | 10.28 | - |
| YUV | 82.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 88 | 0 | 0.79 | 0.49 | 0.33 | 337.06 | 0.65 | 0.41 |
| Hex | AC | 24 | 58 | 0 | 4F | 31 | 21 | 151 | 41 | 29 |
| Octal | 254 | 44 | 130 | 0 | 117 | 61 | 41 | 521 | 101 | 51 |
| Binary | 10101100 | 100100 | 1011000 | 0 | 1001111 | 110001 | 100001 | 101010001 | 1000001 | 101001 |
Color Harmonies of #AC2458
Complementary color
Monochromatic Colors of #AC2458
Black with #AC2458
Text Example
Text Example
White with #AC2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2458; }
p { color: rgb(172,36,88); }
H1.HeaderClassName
{
color: #AC2458;
}
.AnyTagClassName
{
color: #AC2458;
}
</style>
background-color css
<style>
a { background-color: #AC2458; }
a { background-color: rgb(172,36,88); }
div.DivClassName
{
background-color: #AC2458;
}
.BgClassName
{
background-color: #AC2458;
}
</style>
border-color css
<style>
span { border-color: #AC2458; }
span { border-color: rgb(172,36,88); }
td.TdClassName
{
border-color: #AC2458;
}
.TagClassName
{
border-color: #AC2458;
}
</style>