Shades of Lipstick #A21A50
Tints of Lipstick #A21A50
RGB
CMYK
RGB Variations
Color information
#A21A50 (or 0xA21A50) is known color: Lipstick. HEX triplet: A2, 1A and 50. RGB value is (162,26,80). Sum of RGB (Red+Green+Blue) = 162+26+80=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A50 is #5DE5AF. Grayscale: #484848. Windows color (decimal): -6153648 or 5249698. OLE color: 5249698.
HSL color Cylindrical-coordinate representation of color #A21A50: hue angle of 336.18º 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 #A21A50 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 80 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.36 |
| HSL | 336.18º | 0.72% | 0.37% | - |
| HSV(B) | 336.18º | 0.84% | 0.64% | - |
| XYZ | 16.72 | 9 | 8.45 | - |
| YUV | 72.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 80 | 0 | 0.84 | 0.51 | 0.36 | 336.18 | 0.72 | 0.37 |
| Hex | A2 | 1A | 50 | 0 | 54 | 33 | 24 | 150 | 48 | 25 |
| Octal | 242 | 32 | 120 | 0 | 124 | 63 | 44 | 520 | 110 | 45 |
| Binary | 10100010 | 11010 | 1010000 | 0 | 1010100 | 110011 | 100100 | 101010000 | 1001000 | 100101 |
Color Harmonies of #A21A50
Complementary color
Monochromatic Colors of #A21A50
Black with #A21A50
Text Example
Text Example
White with #A21A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A50; }
p { color: rgb(162,26,80); }
H1.HeaderClassName
{
color: #A21A50;
}
.AnyTagClassName
{
color: #A21A50;
}
</style>
background-color css
<style>
a { background-color: #A21A50; }
a { background-color: rgb(162,26,80); }
div.DivClassName
{
background-color: #A21A50;
}
.BgClassName
{
background-color: #A21A50;
}
</style>
border-color css
<style>
span { border-color: #A21A50; }
span { border-color: rgb(162,26,80); }
td.TdClassName
{
border-color: #A21A50;
}
.TagClassName
{
border-color: #A21A50;
}
</style>