#A42A54

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

Shades of Lipstick #A42A54

Tints of Lipstick #A42A54

Color information

#A42A54 (or 0xA42A54) is unknown color: approx Lipstick. HEX triplet: A4, 2A and 54. RGB value is (164,42,84). Sum of RGB (Red+Green+Blue) = 164+42+84=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A54 is #5BD5AB. Grayscale: #535353. Windows color (decimal): -6018476 or 5515940. OLE color: 5515940.

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

Color convert

RGB1644284-
CMYK00.740.490.36
HSL339.34º59.22%40.39%-
HSV(B)339.34º74.39%64.31%-
XYZ17.7410.199.42-
YUV83.27128.42185.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 84 (33.20% from 255) = 28.97%
R=56.55%
G=14.48%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164428400.740.490.36339.3459.2240.39
HexA42A5404A31241533b28
Octal24452124011261445237350
Binary10100100101010101010001001010110001100100101010011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A54; }

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

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

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

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

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

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

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

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