Shades of Lipstick #A42153
Tints of Lipstick #A42153
RGB
CMYK
RGB Variations
Color information
#A42153 (or 0xA42153) is known color: Lipstick. HEX triplet: A4, 21 and 53. RGB value is (164,33,83). Sum of RGB (Red+Green+Blue) = 164+33+83=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A42153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42153 is #5BDEAC. Grayscale: #4D4D4D. Windows color (decimal): -6020781 or 5448100. OLE color: 5448100.
HSL color Cylindrical-coordinate representation of color #A42153: hue angle of 337.1º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42153 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 83 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.36 |
| HSL | 337.1º | 0.66% | 0.39% | - |
| HSV(B) | 337.1º | 0.8% | 0.64% | - |
| XYZ | 17.42 | 9.6 | 9.12 | - |
| YUV | 77.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 83 | 0 | 0.80 | 0.49 | 0.36 | 337.1 | 0.66 | 0.39 |
| Hex | A4 | 21 | 53 | 0 | 50 | 31 | 24 | 151 | 42 | 27 |
| Octal | 244 | 41 | 123 | 0 | 120 | 61 | 44 | 521 | 102 | 47 |
| Binary | 10100100 | 100001 | 1010011 | 0 | 1010000 | 110001 | 100100 | 101010001 | 1000010 | 100111 |
Color Harmonies of #A42153
Complementary color
Monochromatic Colors of #A42153
Black with #A42153
Text Example
Text Example
White with #A42153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42153; }
p { color: rgb(164,33,83); }
H1.HeaderClassName
{
color: #A42153;
}
.AnyTagClassName
{
color: #A42153;
}
</style>
background-color css
<style>
a { background-color: #A42153; }
a { background-color: rgb(164,33,83); }
div.DivClassName
{
background-color: #A42153;
}
.BgClassName
{
background-color: #A42153;
}
</style>
border-color css
<style>
span { border-color: #A42153; }
span { border-color: rgb(164,33,83); }
td.TdClassName
{
border-color: #A42153;
}
.TagClassName
{
border-color: #A42153;
}
</style>