Shades of Lipstick #A21A52
Tints of Lipstick #A21A52
RGB
CMYK
RGB Variations
Color information
#A21A52 (or 0xA21A52) is known color: Lipstick. HEX triplet: A2, 1A and 52. RGB value is (162,26,82). Sum of RGB (Red+Green+Blue) = 162+26+82=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A52 is #5DE5AD. Grayscale: #484848. Windows color (decimal): -6153646 or 5380770. OLE color: 5380770.
HSL color Cylindrical-coordinate representation of color #A21A52: hue angle of 335.29º 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 #A21A52 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 82 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.36 |
| HSL | 335.29º | 0.72% | 0.37% | - |
| HSV(B) | 335.29º | 0.84% | 0.64% | - |
| XYZ | 16.79 | 9.03 | 8.84 | - |
| YUV | 73.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 82 | 0 | 0.84 | 0.49 | 0.36 | 335.29 | 0.72 | 0.37 |
| Hex | A2 | 1A | 52 | 0 | 54 | 31 | 24 | 14F | 48 | 25 |
| Octal | 242 | 32 | 122 | 0 | 124 | 61 | 44 | 517 | 110 | 45 |
| Binary | 10100010 | 11010 | 1010010 | 0 | 1010100 | 110001 | 100100 | 101001111 | 1001000 | 100101 |
Color Harmonies of #A21A52
Complementary color
Monochromatic Colors of #A21A52
Black with #A21A52
Text Example
Text Example
White with #A21A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A52; }
p { color: rgb(162,26,82); }
H1.HeaderClassName
{
color: #A21A52;
}
.AnyTagClassName
{
color: #A21A52;
}
</style>
background-color css
<style>
a { background-color: #A21A52; }
a { background-color: rgb(162,26,82); }
div.DivClassName
{
background-color: #A21A52;
}
.BgClassName
{
background-color: #A21A52;
}
</style>
border-color css
<style>
span { border-color: #A21A52; }
span { border-color: rgb(162,26,82); }
td.TdClassName
{
border-color: #A21A52;
}
.TagClassName
{
border-color: #A21A52;
}
</style>