#A1295C

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

Shades of Lipstick #A1295C

Tints of Lipstick #A1295C

Color information

#A1295C (or 0xA1295C) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 5C. RGB value is (161,41,92). Sum of RGB (Red+Green+Blue) = 161+41+92=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1295C is #5ED6A3. Grayscale: #525252. Windows color (decimal): -6215332 or 6039969. OLE color: 6039969.

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

Color convert

RGB1614192-
CMYK00.750.430.37
HSL334.5º59.41%39.61%-
HSV(B)334.5º74.53%63.14%-
XYZ17.429.9411.12-
YUV82.69133.26183.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=54.76%
G=13.95%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161419200.750.430.37334.559.4139.61
HexA1295C04B2B2514e3b28
Octal24151134011353455167350
Binary10100001101001101110001001011101011100101101001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1295C; }

 p { color: rgb(161,41,92); }

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

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

 a { background-color: rgb(161,41,92); }

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

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

 span { border-color: rgb(161,41,92); }

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