Shades of Lipstick #A21F50
Tints of Lipstick #A21F50
RGB
CMYK
RGB Variations
Color information
#A21F50 (or 0xA21F50) is known color: Lipstick. HEX triplet: A2, 1F and 50. RGB value is (162,31,80). Sum of RGB (Red+Green+Blue) = 162+31+80=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F50 is #5DE0AF. Grayscale: #4B4B4B. Windows color (decimal): -6152368 or 5250978. OLE color: 5250978.
HSL color Cylindrical-coordinate representation of color #A21F50: hue angle of 337.56º degrees, saturation: 0.68, 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 #A21F50 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 80 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.36 |
| HSL | 337.56º | 0.68% | 0.38% | - |
| HSV(B) | 337.56º | 0.81% | 0.64% | - |
| XYZ | 16.84 | 9.24 | 8.49 | - |
| YUV | 75.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 80 | 0 | 0.81 | 0.51 | 0.36 | 337.56 | 0.68 | 0.38 |
| Hex | A2 | 1F | 50 | 0 | 51 | 33 | 24 | 152 | 44 | 26 |
| Octal | 242 | 37 | 120 | 0 | 121 | 63 | 44 | 522 | 104 | 46 |
| Binary | 10100010 | 11111 | 1010000 | 0 | 1010001 | 110011 | 100100 | 101010010 | 1000100 | 100110 |
Color Harmonies of #A21F50
Complementary color
Monochromatic Colors of #A21F50
Black with #A21F50
Text Example
Text Example
White with #A21F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F50; }
p { color: rgb(162,31,80); }
H1.HeaderClassName
{
color: #A21F50;
}
.AnyTagClassName
{
color: #A21F50;
}
</style>
background-color css
<style>
a { background-color: #A21F50; }
a { background-color: rgb(162,31,80); }
div.DivClassName
{
background-color: #A21F50;
}
.BgClassName
{
background-color: #A21F50;
}
</style>
border-color css
<style>
span { border-color: #A21F50; }
span { border-color: rgb(162,31,80); }
td.TdClassName
{
border-color: #A21F50;
}
.TagClassName
{
border-color: #A21F50;
}
</style>