#A42A4E

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

Shades of Lipstick #A42A4E

Tints of Lipstick #A42A4E

Color information

#A42A4E (or 0xA42A4E) is unknown color: approx Lipstick. HEX triplet: A4, 2A and 4E. RGB value is (164,42,78). Sum of RGB (Red+Green+Blue) = 164+42+78=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A4E is #5BD5B1. Grayscale: #525252. Windows color (decimal): -6018482 or 5122724. OLE color: 5122724.

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

Color convert

RGB1644278-
CMYK00.740.520.36
HSL342.3º59.22%40.39%-
HSV(B)342.3º74.39%64.31%-
XYZ17.5110.18.23-
YUV82.58125.42186.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.75%
GREEN value IS 42 (16.80% from 255) = 14.79%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=57.75%
G=14.79%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164427800.740.520.36342.359.2240.39
HexA42A4E04A34241563b28
Octal24452116011264445267350
Binary10100100101010100111001001010110100100100101010110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A4E; }

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

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

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

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

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

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

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

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