Shades of Lipstick #AC204E
Tints of Lipstick #AC204E
RGB
CMYK
RGB Variations
Color information
#AC204E (or 0xAC204E) is known color: Lipstick. HEX triplet: AC, 20 and 4E. RGB value is (172,32,78). Sum of RGB (Red+Green+Blue) = 172+32+78=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC204E is #53DFB1. Grayscale: #4F4F4F. Windows color (decimal): -5496754 or 5120172. OLE color: 5120172.
HSL color Cylindrical-coordinate representation of color #AC204E: hue angle of 340.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC204E is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 78 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.33 |
| HSL | 340.29º | 0.69% | 0.4% | - |
| HSV(B) | 340.29º | 0.81% | 0.67% | - |
| XYZ | 18.9 | 10.35 | 8.21 | - |
| YUV | 79.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 78 | 0 | 0.81 | 0.55 | 0.33 | 340.29 | 0.69 | 0.4 |
| Hex | AC | 20 | 4E | 0 | 51 | 37 | 21 | 154 | 45 | 28 |
| Octal | 254 | 40 | 116 | 0 | 121 | 67 | 41 | 524 | 105 | 50 |
| Binary | 10101100 | 100000 | 1001110 | 0 | 1010001 | 110111 | 100001 | 101010100 | 1000101 | 101000 |
Color Harmonies of #AC204E
Complementary color
Monochromatic Colors of #AC204E
Black with #AC204E
Text Example
Text Example
White with #AC204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC204E; }
p { color: rgb(172,32,78); }
H1.HeaderClassName
{
color: #AC204E;
}
.AnyTagClassName
{
color: #AC204E;
}
</style>
background-color css
<style>
a { background-color: #AC204E; }
a { background-color: rgb(172,32,78); }
div.DivClassName
{
background-color: #AC204E;
}
.BgClassName
{
background-color: #AC204E;
}
</style>
border-color css
<style>
span { border-color: #AC204E; }
span { border-color: rgb(172,32,78); }
td.TdClassName
{
border-color: #AC204E;
}
.TagClassName
{
border-color: #AC204E;
}
</style>