#A1295B

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

Shades of Lipstick #A1295B

Tints of Lipstick #A1295B

Color information

#A1295B (or 0xA1295B) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 5B. RGB value is (161,41,91). Sum of RGB (Red+Green+Blue) = 161+41+91=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1295B is #5ED6A4. Grayscale: #525252. Windows color (decimal): -6215333 or 5974433. OLE color: 5974433.

HSL color Cylindrical-coordinate representation of color #A1295B: hue angle of 335º 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 #A1295B is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1614191-
CMYK00.750.430.37
HSL335º59.41%39.61%-
HSV(B)335º74.53%63.14%-
XYZ17.389.9210.9-
YUV82.58132.76183.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=54.95%
G=13.99%
B=31.06%

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
Decimal161419100.750.430.3733559.4139.61
HexA1295B04B2B2514f3b28
Octal24151133011353455177350
Binary10100001101001101101101001011101011100101101001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1295B; }

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

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

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

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

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

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

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

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