#A42968

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

Shades of Lipstick #A42968

Tints of Lipstick #A42968

Color information

#A42968 (or 0xA42968) is unknown color: approx Lipstick. HEX triplet: A4, 29 and 68. RGB value is (164,41,104). Sum of RGB (Red+Green+Blue) = 164+41+104=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A42968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42968 is #5BD697. Grayscale: #545454. Windows color (decimal): -6018712 or 6826404. OLE color: 6826404.

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

Color convert

RGB16441104-
CMYK00.750.370.36
HSL329.27º60%40.2%-
HSV(B)329.27º75%64.31%-
XYZ18.610.4814.14-
YUV84.96138.75184.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=53.07%
G=13.27%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644110400.750.370.36329.276040.2
HexA4296804B25241493c28
Octal24451150011345445117450
Binary10100100101001110100001001011100101100100101001001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42968; }

 p { color: rgb(164,41,104); }

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

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

 a { background-color: rgb(164,41,104); }

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

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

 span { border-color: rgb(164,41,104); }

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