Shades of Lipstick #A21E40
Tints of Lipstick #A21E40
RGB
CMYK
RGB Variations
Color information
#A21E40 (or 0xA21E40) is known color: Lipstick. HEX triplet: A2, 1E and 40. RGB value is (162,30,64). Sum of RGB (Red+Green+Blue) = 162+30+64=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E40 is #5DE1BF. Grayscale: #494949. Windows color (decimal): -6152640 or 4202146. OLE color: 4202146.
HSL color Cylindrical-coordinate representation of color #A21E40: hue angle of 344.55º 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 #A21E40 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 64 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.36 |
| HSL | 344.55º | 0.69% | 0.38% | - |
| HSV(B) | 344.55º | 0.81% | 0.64% | - |
| XYZ | 16.29 | 8.98 | 5.73 | - |
| YUV | 73.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 64 | 0 | 0.81 | 0.60 | 0.36 | 344.55 | 0.69 | 0.38 |
| Hex | A2 | 1E | 40 | 0 | 51 | 3C | 24 | 159 | 45 | 26 |
| Octal | 242 | 36 | 100 | 0 | 121 | 74 | 44 | 531 | 105 | 46 |
| Binary | 10100010 | 11110 | 1000000 | 0 | 1010001 | 111100 | 100100 | 101011001 | 1000101 | 100110 |
Color Harmonies of #A21E40
Complementary color
Monochromatic Colors of #A21E40
Black with #A21E40
Text Example
Text Example
White with #A21E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E40; }
p { color: rgb(162,30,64); }
H1.HeaderClassName
{
color: #A21E40;
}
.AnyTagClassName
{
color: #A21E40;
}
</style>
background-color css
<style>
a { background-color: #A21E40; }
a { background-color: rgb(162,30,64); }
div.DivClassName
{
background-color: #A21E40;
}
.BgClassName
{
background-color: #A21E40;
}
</style>
border-color css
<style>
span { border-color: #A21E40; }
span { border-color: rgb(162,30,64); }
td.TdClassName
{
border-color: #A21E40;
}
.TagClassName
{
border-color: #A21E40;
}
</style>