#A42E56

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

Shades of Lipstick #A42E56

Tints of Lipstick #A42E56

Color information

#A42E56 (or 0xA42E56) is unknown color: approx Lipstick. HEX triplet: A4, 2E and 56. RGB value is (164,46,86). Sum of RGB (Red+Green+Blue) = 164+46+86=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E56 is #5BD1A9. Grayscale: #555555. Windows color (decimal): -6017450 or 5648036. OLE color: 5648036.

HSL color Cylindrical-coordinate representation of color #A42E56: hue angle of 339.66º 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 #A42E56 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1644686-
CMYK00.720.480.36
HSL339.66º56.19%41.18%-
HSV(B)339.66º71.95%64.31%-
XYZ17.9710.529.89-
YUV85.84128.09183.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.41%
GREEN value IS 46 (18.36% from 255) = 15.54%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=55.41%
G=15.54%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164468600.720.480.36339.6656.1941.18
HexA42E5604830241543829
Octal24456126011060445247051
Binary10100100101110101011001001000110000100100101010100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42E56; }

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

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

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

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

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

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

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

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