Shades of Lipstick #A21E5A
Tints of Lipstick #A21E5A
RGB
CMYK
RGB Variations
Color information
#A21E5A (or 0xA21E5A) is known color: Lipstick. HEX triplet: A2, 1E and 5A. RGB value is (162,30,90). Sum of RGB (Red+Green+Blue) = 162+30+90=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E5A is #5DE1A5. Grayscale: #4C4C4C. Windows color (decimal): -6152614 or 5906082. OLE color: 5906082.
HSL color Cylindrical-coordinate representation of color #A21E5A: hue angle of 332.73º 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 #A21E5A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 90 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.36 |
| HSL | 332.73º | 0.69% | 0.38% | - |
| HSV(B) | 332.73º | 0.81% | 0.64% | - |
| XYZ | 17.21 | 9.35 | 10.57 | - |
| YUV | 76.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 90 | 0 | 0.81 | 0.44 | 0.36 | 332.73 | 0.69 | 0.38 |
| Hex | A2 | 1E | 5A | 0 | 51 | 2C | 24 | 14D | 45 | 26 |
| Octal | 242 | 36 | 132 | 0 | 121 | 54 | 44 | 515 | 105 | 46 |
| Binary | 10100010 | 11110 | 1011010 | 0 | 1010001 | 101100 | 100100 | 101001101 | 1000101 | 100110 |
Color Harmonies of #A21E5A
Complementary color
Monochromatic Colors of #A21E5A
Black with #A21E5A
Text Example
Text Example
White with #A21E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E5A; }
p { color: rgb(162,30,90); }
H1.HeaderClassName
{
color: #A21E5A;
}
.AnyTagClassName
{
color: #A21E5A;
}
</style>
background-color css
<style>
a { background-color: #A21E5A; }
a { background-color: rgb(162,30,90); }
div.DivClassName
{
background-color: #A21E5A;
}
.BgClassName
{
background-color: #A21E5A;
}
</style>
border-color css
<style>
span { border-color: #A21E5A; }
span { border-color: rgb(162,30,90); }
td.TdClassName
{
border-color: #A21E5A;
}
.TagClassName
{
border-color: #A21E5A;
}
</style>