#A42A53

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

Shades of Lipstick #A42A53

Tints of Lipstick #A42A53

Color information

#A42A53 (or 0xA42A53) is unknown color: approx Lipstick. HEX triplet: A4, 2A and 53. RGB value is (164,42,83). Sum of RGB (Red+Green+Blue) = 164+42+83=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A53 is #5BD5AC. Grayscale: #535353. Windows color (decimal): -6018477 or 5450404. OLE color: 5450404.

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

Color convert

RGB1644283-
CMYK00.740.490.36
HSL339.84º59.22%40.39%-
HSV(B)339.84º74.39%64.31%-
XYZ17.710.179.21-
YUV83.15127.92185.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.75%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=56.75%
G=14.53%
B=28.72%

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
Decimal164428300.740.490.36339.8459.2240.39
HexA42A5304A31241543b28
Octal24452123011261445247350
Binary10100100101010101001101001010110001100100101010100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A53; }

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

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

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

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

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

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

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

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