Shades of Lipstick #A42565
Tints of Lipstick #A42565
RGB
CMYK
RGB Variations
Color information
#A42565 (or 0xA42565) is known color: Lipstick. HEX triplet: A4, 25 and 65. RGB value is (164,37,101). Sum of RGB (Red+Green+Blue) = 164+37+101=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A42565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42565 is #5BDA9A. Grayscale: #525252. Windows color (decimal): -6019739 or 6628772. OLE color: 6628772.
HSL color Cylindrical-coordinate representation of color #A42565: hue angle of 329.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42565 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 101 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.36 |
| HSL | 329.76º | 0.63% | 0.39% | - |
| HSV(B) | 329.76º | 0.77% | 0.64% | - |
| XYZ | 18.32 | 10.16 | 13.31 | - |
| YUV | 82.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 101 | 0 | 0.77 | 0.38 | 0.36 | 329.76 | 0.63 | 0.39 |
| Hex | A4 | 25 | 65 | 0 | 4D | 26 | 24 | 14A | 3F | 27 |
| Octal | 244 | 45 | 145 | 0 | 115 | 46 | 44 | 512 | 77 | 47 |
| Binary | 10100100 | 100101 | 1100101 | 0 | 1001101 | 100110 | 100100 | 101001010 | 111111 | 100111 |
Color Harmonies of #A42565
Complementary color
Monochromatic Colors of #A42565
Black with #A42565
Text Example
Text Example
White with #A42565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42565; }
p { color: rgb(164,37,101); }
H1.HeaderClassName
{
color: #A42565;
}
.AnyTagClassName
{
color: #A42565;
}
</style>
background-color css
<style>
a { background-color: #A42565; }
a { background-color: rgb(164,37,101); }
div.DivClassName
{
background-color: #A42565;
}
.BgClassName
{
background-color: #A42565;
}
</style>
border-color css
<style>
span { border-color: #A42565; }
span { border-color: rgb(164,37,101); }
td.TdClassName
{
border-color: #A42565;
}
.TagClassName
{
border-color: #A42565;
}
</style>