#A42864

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

Shades of Lipstick #A42864

Tints of Lipstick #A42864

Color information

#A42864 (or 0xA42864) is unknown color: approx Lipstick. HEX triplet: A4, 28 and 64. RGB value is (164,40,100). Sum of RGB (Red+Green+Blue) = 164+40+100=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A42864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42864 is #5BD79B. Grayscale: #535353. Windows color (decimal): -6018972 or 6564004. OLE color: 6564004.

HSL color Cylindrical-coordinate representation of color #A42864: hue angle of 330.97º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42864 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16440100-
CMYK00.760.390.36
HSL330.97º60.78%40%-
HSV(B)330.97º75.61%64.31%-
XYZ18.3710.3313.08-
YUV83.92137.08185.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 40 (16.02% from 255) = 13.16%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=53.95%
G=13.16%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644010000.760.390.36330.9760.7840
HexA4286404C272414b3d28
Octal24450144011447445137550
Binary10100100101000110010001001100100111100100101001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42864; }

 p { color: rgb(164,40,100); }

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

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

 a { background-color: rgb(164,40,100); }

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

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

 span { border-color: rgb(164,40,100); }

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