Shades of Lipstick #AC214E
Tints of Lipstick #AC214E
RGB
CMYK
RGB Variations
Color information
#AC214E (or 0xAC214E) is known color: Lipstick. HEX triplet: AC, 21 and 4E. RGB value is (172,33,78). Sum of RGB (Red+Green+Blue) = 172+33+78=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC214E is #53DEB1. Grayscale: #4F4F4F. Windows color (decimal): -5496498 or 5120428. OLE color: 5120428.
HSL color Cylindrical-coordinate representation of color #AC214E: hue angle of 340.58º degrees, saturation: 0.68, 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 #AC214E is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 78 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.33 |
| HSL | 340.58º | 0.68% | 0.4% | - |
| HSV(B) | 340.58º | 0.81% | 0.67% | - |
| XYZ | 18.93 | 10.41 | 8.22 | - |
| YUV | 79.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 78 | 0 | 0.81 | 0.55 | 0.33 | 340.58 | 0.68 | 0.4 |
| Hex | AC | 21 | 4E | 0 | 51 | 37 | 21 | 155 | 44 | 28 |
| Octal | 254 | 41 | 116 | 0 | 121 | 67 | 41 | 525 | 104 | 50 |
| Binary | 10101100 | 100001 | 1001110 | 0 | 1010001 | 110111 | 100001 | 101010101 | 1000100 | 101000 |
Color Harmonies of #AC214E
Complementary color
Monochromatic Colors of #AC214E
Black with #AC214E
Text Example
Text Example
White with #AC214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC214E; }
p { color: rgb(172,33,78); }
H1.HeaderClassName
{
color: #AC214E;
}
.AnyTagClassName
{
color: #AC214E;
}
</style>
background-color css
<style>
a { background-color: #AC214E; }
a { background-color: rgb(172,33,78); }
div.DivClassName
{
background-color: #AC214E;
}
.BgClassName
{
background-color: #AC214E;
}
</style>
border-color css
<style>
span { border-color: #AC214E; }
span { border-color: rgb(172,33,78); }
td.TdClassName
{
border-color: #AC214E;
}
.TagClassName
{
border-color: #AC214E;
}
</style>