#A42D60

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

Shades of Lipstick #A42D60

Tints of Lipstick #A42D60

Color information

#A42D60 (or 0xA42D60) is unknown color: approx Lipstick. HEX triplet: A4, 2D and 60. RGB value is (164,45,96). Sum of RGB (Red+Green+Blue) = 164+45+96=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D60 is #5BD29F. Grayscale: #565656. Windows color (decimal): -6017696 or 6303140. OLE color: 6303140.

HSL color Cylindrical-coordinate representation of color #A42D60: hue angle of 334.29º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D60 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1644596-
CMYK00.730.410.36
HSL334.29º56.94%40.98%-
HSV(B)334.29º72.56%64.31%-
XYZ18.3610.6112.15-
YUV86.4133.42183.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.77%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=53.77%
G=14.75%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164459600.730.410.36334.2956.9440.98
HexA42D60049292414e3929
Octal24455140011151445167151
Binary10100100101101110000001001001101001100100101001110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42D60; }

 p { color: rgb(164,45,96); }

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

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

 a { background-color: rgb(164,45,96); }

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

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

 span { border-color: rgb(164,45,96); }

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