Shades of Lipstick #AC2550
Tints of Lipstick #AC2550
RGB
CMYK
RGB Variations
Color information
#AC2550 (or 0xAC2550) is known color: Lipstick. HEX triplet: AC, 25 and 50. RGB value is (172,37,80). Sum of RGB (Red+Green+Blue) = 172+37+80=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2550 is #53DAAF. Grayscale: #525252. Windows color (decimal): -5495472 or 5252524. OLE color: 5252524.
HSL color Cylindrical-coordinate representation of color #AC2550: hue angle of 340.89º 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 #AC2550 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 80 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.33 |
| HSL | 340.89º | 0.65% | 0.41% | - |
| HSV(B) | 340.89º | 0.78% | 0.67% | - |
| XYZ | 19.12 | 10.67 | 8.64 | - |
| YUV | 82.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 80 | 0 | 0.78 | 0.53 | 0.33 | 340.89 | 0.65 | 0.41 |
| Hex | AC | 25 | 50 | 0 | 4E | 35 | 21 | 155 | 41 | 29 |
| Octal | 254 | 45 | 120 | 0 | 116 | 65 | 41 | 525 | 101 | 51 |
| Binary | 10101100 | 100101 | 1010000 | 0 | 1001110 | 110101 | 100001 | 101010101 | 1000001 | 101001 |
Color Harmonies of #AC2550
Complementary color
Monochromatic Colors of #AC2550
Black with #AC2550
Text Example
Text Example
White with #AC2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2550; }
p { color: rgb(172,37,80); }
H1.HeaderClassName
{
color: #AC2550;
}
.AnyTagClassName
{
color: #AC2550;
}
</style>
background-color css
<style>
a { background-color: #AC2550; }
a { background-color: rgb(172,37,80); }
div.DivClassName
{
background-color: #AC2550;
}
.BgClassName
{
background-color: #AC2550;
}
</style>
border-color css
<style>
span { border-color: #AC2550; }
span { border-color: rgb(172,37,80); }
td.TdClassName
{
border-color: #AC2550;
}
.TagClassName
{
border-color: #AC2550;
}
</style>