#A42C63

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

Shades of Lipstick #A42C63

Tints of Lipstick #A42C63

Color information

#A42C63 (or 0xA42C63) is unknown color: approx Lipstick. HEX triplet: A4, 2C and 63. RGB value is (164,44,99). Sum of RGB (Red+Green+Blue) = 164+44+99=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42C63 is #5BD39C. Grayscale: #565656. Windows color (decimal): -6017949 or 6499492. OLE color: 6499492.

HSL color Cylindrical-coordinate representation of color #A42C63: hue angle of 332.5º degrees, saturation: 0.58, 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 #A42C63 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1644499-
CMYK00.730.400.36
HSL332.5º57.69%40.78%-
HSV(B)332.5º73.17%64.31%-
XYZ18.4610.5912.88-
YUV86.15135.26183.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=53.42%
G=14.33%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164449900.730.400.36332.557.6940.78
HexA42C63049282414c3a29
Octal24454143011150445147251
Binary10100100101100110001101001001101000100100101001100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42C63; }

 p { color: rgb(164,44,99); }

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

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

 a { background-color: rgb(164,44,99); }

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

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

 span { border-color: rgb(164,44,99); }

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