Shades of Lipstick #A42455
Tints of Lipstick #A42455
RGB
CMYK
RGB Variations
Color information
#A42455 (or 0xA42455) is known color: Lipstick. HEX triplet: A4, 24 and 55. RGB value is (164,36,85). Sum of RGB (Red+Green+Blue) = 164+36+85=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A42455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42455 is #5BDBAA. Grayscale: #4F4F4F. Windows color (decimal): -6020011 or 5579940. OLE color: 5579940.
HSL color Cylindrical-coordinate representation of color #A42455: hue angle of 337.03º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42455 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 85 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.36 |
| HSL | 337.03º | 0.64% | 0.39% | - |
| HSV(B) | 337.03º | 0.78% | 0.64% | - |
| XYZ | 17.58 | 9.81 | 9.56 | - |
| YUV | 79.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 85 | 0 | 0.78 | 0.48 | 0.36 | 337.03 | 0.64 | 0.39 |
| Hex | A4 | 24 | 55 | 0 | 4E | 30 | 24 | 151 | 40 | 27 |
| Octal | 244 | 44 | 125 | 0 | 116 | 60 | 44 | 521 | 100 | 47 |
| Binary | 10100100 | 100100 | 1010101 | 0 | 1001110 | 110000 | 100100 | 101010001 | 1000000 | 100111 |
Color Harmonies of #A42455
Complementary color
Monochromatic Colors of #A42455
Black with #A42455
Text Example
Text Example
White with #A42455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42455; }
p { color: rgb(164,36,85); }
H1.HeaderClassName
{
color: #A42455;
}
.AnyTagClassName
{
color: #A42455;
}
</style>
background-color css
<style>
a { background-color: #A42455; }
a { background-color: rgb(164,36,85); }
div.DivClassName
{
background-color: #A42455;
}
.BgClassName
{
background-color: #A42455;
}
</style>
border-color css
<style>
span { border-color: #A42455; }
span { border-color: rgb(164,36,85); }
td.TdClassName
{
border-color: #A42455;
}
.TagClassName
{
border-color: #A42455;
}
</style>