Shades of Lipstick #AC2A53
Tints of Lipstick #AC2A53
RGB
CMYK
RGB Variations
Color information
#AC2A53 (or 0xAC2A53) is known color: Lipstick. HEX triplet: AC, 2A and 53. RGB value is (172,42,83). Sum of RGB (Red+Green+Blue) = 172+42+83=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A53 is #53D5AC. Grayscale: #555555. Windows color (decimal): -5494189 or 5450412. OLE color: 5450412.
HSL color Cylindrical-coordinate representation of color #AC2A53: hue angle of 341.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2A53 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 83 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.33 |
| HSL | 341.08º | 0.61% | 0.42% | - |
| HSV(B) | 341.08º | 0.76% | 0.67% | - |
| XYZ | 19.4 | 11.05 | 9.29 | - |
| YUV | 85.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 83 | 0 | 0.76 | 0.52 | 0.33 | 341.08 | 0.61 | 0.42 |
| Hex | AC | 2A | 53 | 0 | 4C | 34 | 21 | 155 | 3D | 2A |
| Octal | 254 | 52 | 123 | 0 | 114 | 64 | 41 | 525 | 75 | 52 |
| Binary | 10101100 | 101010 | 1010011 | 0 | 1001100 | 110100 | 100001 | 101010101 | 111101 | 101010 |
Color Harmonies of #AC2A53
Complementary color
Monochromatic Colors of #AC2A53
Black with #AC2A53
Text Example
Text Example
White with #AC2A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A53; }
p { color: rgb(172,42,83); }
H1.HeaderClassName
{
color: #AC2A53;
}
.AnyTagClassName
{
color: #AC2A53;
}
</style>
background-color css
<style>
a { background-color: #AC2A53; }
a { background-color: rgb(172,42,83); }
div.DivClassName
{
background-color: #AC2A53;
}
.BgClassName
{
background-color: #AC2A53;
}
</style>
border-color css
<style>
span { border-color: #AC2A53; }
span { border-color: rgb(172,42,83); }
td.TdClassName
{
border-color: #AC2A53;
}
.TagClassName
{
border-color: #AC2A53;
}
</style>