Shades of Lipstick #A21E51
Tints of Lipstick #A21E51
RGB
CMYK
RGB Variations
Color information
#A21E51 (or 0xA21E51) is known color: Lipstick. HEX triplet: A2, 1E and 51. RGB value is (162,30,81). Sum of RGB (Red+Green+Blue) = 162+30+81=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E51 is #5DE1AE. Grayscale: #4B4B4B. Windows color (decimal): -6152623 or 5316258. OLE color: 5316258.
HSL color Cylindrical-coordinate representation of color #A21E51: hue angle of 336.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E51 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 81 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.36 |
| HSL | 336.82º | 0.69% | 0.38% | - |
| HSV(B) | 336.82º | 0.81% | 0.64% | - |
| XYZ | 16.85 | 9.2 | 8.67 | - |
| YUV | 75.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 81 | 0 | 0.81 | 0.50 | 0.36 | 336.82 | 0.69 | 0.38 |
| Hex | A2 | 1E | 51 | 0 | 51 | 32 | 24 | 151 | 45 | 26 |
| Octal | 242 | 36 | 121 | 0 | 121 | 62 | 44 | 521 | 105 | 46 |
| Binary | 10100010 | 11110 | 1010001 | 0 | 1010001 | 110010 | 100100 | 101010001 | 1000101 | 100110 |
Color Harmonies of #A21E51
Complementary color
Monochromatic Colors of #A21E51
Black with #A21E51
Text Example
Text Example
White with #A21E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E51; }
p { color: rgb(162,30,81); }
H1.HeaderClassName
{
color: #A21E51;
}
.AnyTagClassName
{
color: #A21E51;
}
</style>
background-color css
<style>
a { background-color: #A21E51; }
a { background-color: rgb(162,30,81); }
div.DivClassName
{
background-color: #A21E51;
}
.BgClassName
{
background-color: #A21E51;
}
</style>
border-color css
<style>
span { border-color: #A21E51; }
span { border-color: rgb(162,30,81); }
td.TdClassName
{
border-color: #A21E51;
}
.TagClassName
{
border-color: #A21E51;
}
</style>