Shades of Lipstick #A21A46
Tints of Lipstick #A21A46
RGB
CMYK
RGB Variations
Color information
#A21A46 (or 0xA21A46) is known color: Lipstick. HEX triplet: A2, 1A and 46. RGB value is (162,26,70). Sum of RGB (Red+Green+Blue) = 162+26+70=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A46 is #5DE5B9. Grayscale: #474747. Windows color (decimal): -6153658 or 4594338. OLE color: 4594338.
HSL color Cylindrical-coordinate representation of color #A21A46: hue angle of 340.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A46 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 70 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.36 |
| HSL | 340.59º | 0.72% | 0.37% | - |
| HSV(B) | 340.59º | 0.84% | 0.64% | - |
| XYZ | 16.38 | 8.86 | 6.64 | - |
| YUV | 71.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 70 | 0 | 0.84 | 0.57 | 0.36 | 340.59 | 0.72 | 0.37 |
| Hex | A2 | 1A | 46 | 0 | 54 | 39 | 24 | 155 | 48 | 25 |
| Octal | 242 | 32 | 106 | 0 | 124 | 71 | 44 | 525 | 110 | 45 |
| Binary | 10100010 | 11010 | 1000110 | 0 | 1010100 | 111001 | 100100 | 101010101 | 1001000 | 100101 |
Color Harmonies of #A21A46
Complementary color
Monochromatic Colors of #A21A46
Black with #A21A46
Text Example
Text Example
White with #A21A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A46; }
p { color: rgb(162,26,70); }
H1.HeaderClassName
{
color: #A21A46;
}
.AnyTagClassName
{
color: #A21A46;
}
</style>
background-color css
<style>
a { background-color: #A21A46; }
a { background-color: rgb(162,26,70); }
div.DivClassName
{
background-color: #A21A46;
}
.BgClassName
{
background-color: #A21A46;
}
</style>
border-color css
<style>
span { border-color: #A21A46; }
span { border-color: rgb(162,26,70); }
td.TdClassName
{
border-color: #A21A46;
}
.TagClassName
{
border-color: #A21A46;
}
</style>