#A42E57

Color #A42E57 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A42E57

Tints of Lipstick #A42E57

Color information

#A42E57 (or 0xA42E57) is unknown color: approx Lipstick. HEX triplet: A4, 2E and 57. RGB value is (164,46,87). Sum of RGB (Red+Green+Blue) = 164+46+87=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E57 is #5BD1A8. Grayscale: #555555. Windows color (decimal): -6017449 or 5713572. OLE color: 5713572.

HSL color Cylindrical-coordinate representation of color #A42E57: hue angle of 339.15º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42E57 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1644687-
CMYK00.720.470.36
HSL339.15º56.19%41.18%-
HSV(B)339.15º71.95%64.31%-
XYZ18.0110.5310.1-
YUV85.96128.59183.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 55.22%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=55.22%
G=15.49%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164468700.720.470.36339.1556.1941.18
HexA42E570482F241533829
Octal24456127011057445237051
Binary10100100101110101011101001000101111100100101010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42E57; }

 p { color: rgb(164,46,87); }

 H1.HeaderClassName
 {
   color: #A42E57;
 }
 .AnyTagClassName
 {
   color: #A42E57;
 }
</style>
background-color css

<style>
 a { background-color: #A42E57; }

 a { background-color: rgb(164,46,87); }

 div.DivClassName
 {
   background-color: #A42E57;
 }
 .BgClassName
 {
   background-color: #A42E57;
 }
</style>
border-color css

<style>
 span { border-color: #A42E57; }

 span { border-color: rgb(164,46,87); }

 td.TdClassName
 {
   border-color: #A42E57;
 }
 .TagClassName
 {
   border-color: #A42E57;
 }
</style>