Shades of Lipstick #A42D5A
Tints of Lipstick #A42D5A
RGB
CMYK
RGB Variations
Color information
#A42D5A (or 0xA42D5A) is known color: Lipstick. HEX triplet: A4, 2D and 5A. RGB value is (164,45,90). Sum of RGB (Red+Green+Blue) = 164+45+90=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D5A is #5BD2A5. Grayscale: #555555. Windows color (decimal): -6017702 or 5909924. OLE color: 5909924.
HSL color Cylindrical-coordinate representation of color #A42D5A: hue angle of 337.31º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D5A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 90 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.36 |
| HSL | 337.31º | 0.57% | 0.41% | - |
| HSV(B) | 337.31º | 0.73% | 0.64% | - |
| XYZ | 18.09 | 10.51 | 10.75 | - |
| YUV | 85.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 90 | 0 | 0.73 | 0.45 | 0.36 | 337.31 | 0.57 | 0.41 |
| Hex | A4 | 2D | 5A | 0 | 49 | 2D | 24 | 151 | 39 | 29 |
| Octal | 244 | 55 | 132 | 0 | 111 | 55 | 44 | 521 | 71 | 51 |
| Binary | 10100100 | 101101 | 1011010 | 0 | 1001001 | 101101 | 100100 | 101010001 | 111001 | 101001 |
Color Harmonies of #A42D5A
Complementary color
Monochromatic Colors of #A42D5A
Black with #A42D5A
Text Example
Text Example
White with #A42D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D5A; }
p { color: rgb(164,45,90); }
H1.HeaderClassName
{
color: #A42D5A;
}
.AnyTagClassName
{
color: #A42D5A;
}
</style>
background-color css
<style>
a { background-color: #A42D5A; }
a { background-color: rgb(164,45,90); }
div.DivClassName
{
background-color: #A42D5A;
}
.BgClassName
{
background-color: #A42D5A;
}
</style>
border-color css
<style>
span { border-color: #A42D5A; }
span { border-color: rgb(164,45,90); }
td.TdClassName
{
border-color: #A42D5A;
}
.TagClassName
{
border-color: #A42D5A;
}
</style>