Shades of Lipstick #A42157
Tints of Lipstick #A42157
RGB
CMYK
RGB Variations
Color information
#A42157 (or 0xA42157) is known color: Lipstick. HEX triplet: A4, 21 and 57. RGB value is (164,33,87). Sum of RGB (Red+Green+Blue) = 164+33+87=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A42157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42157 is #5BDEA8. Grayscale: #4E4E4E. Windows color (decimal): -6020777 or 5710244. OLE color: 5710244.
HSL color Cylindrical-coordinate representation of color #A42157: hue angle of 335.27º 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 #A42157 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 87 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.36 |
| HSL | 335.27º | 0.66% | 0.39% | - |
| HSV(B) | 335.27º | 0.8% | 0.64% | - |
| XYZ | 17.57 | 9.67 | 9.96 | - |
| YUV | 78.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 87 | 0 | 0.80 | 0.47 | 0.36 | 335.27 | 0.66 | 0.39 |
| Hex | A4 | 21 | 57 | 0 | 50 | 2F | 24 | 14F | 42 | 27 |
| Octal | 244 | 41 | 127 | 0 | 120 | 57 | 44 | 517 | 102 | 47 |
| Binary | 10100100 | 100001 | 1010111 | 0 | 1010000 | 101111 | 100100 | 101001111 | 1000010 | 100111 |
Color Harmonies of #A42157
Complementary color
Monochromatic Colors of #A42157
Black with #A42157
Text Example
Text Example
White with #A42157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42157; }
p { color: rgb(164,33,87); }
H1.HeaderClassName
{
color: #A42157;
}
.AnyTagClassName
{
color: #A42157;
}
</style>
background-color css
<style>
a { background-color: #A42157; }
a { background-color: rgb(164,33,87); }
div.DivClassName
{
background-color: #A42157;
}
.BgClassName
{
background-color: #A42157;
}
</style>
border-color css
<style>
span { border-color: #A42157; }
span { border-color: rgb(164,33,87); }
td.TdClassName
{
border-color: #A42157;
}
.TagClassName
{
border-color: #A42157;
}
</style>