#A42A5E

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

Shades of Lipstick #A42A5E

Tints of Lipstick #A42A5E

Color information

#A42A5E (or 0xA42A5E) is unknown color: approx Lipstick. HEX triplet: A4, 2A and 5E. RGB value is (164,42,94). Sum of RGB (Red+Green+Blue) = 164+42+94=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A5E is #5BD5A1. Grayscale: #545454. Windows color (decimal): -6018466 or 6171300. OLE color: 6171300.

HSL color Cylindrical-coordinate representation of color #A42A5E: hue angle of 334.43º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42A5E is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1644294-
CMYK00.740.430.36
HSL334.43º59.22%40.39%-
HSV(B)334.43º74.39%64.31%-
XYZ18.1610.3611.63-
YUV84.41133.42184.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.67%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=54.67%
G=14%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164429400.740.430.36334.4359.2240.39
HexA42A5E04A2B2414e3b28
Octal24452136011253445167350
Binary10100100101010101111001001010101011100100101001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A5E; }

 p { color: rgb(164,42,94); }

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

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

 a { background-color: rgb(164,42,94); }

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

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

 span { border-color: rgb(164,42,94); }

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