#A1294F

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

Shades of Lipstick #A1294F

Tints of Lipstick #A1294F

Color information

#A1294F (or 0xA1294F) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 4F. RGB value is (161,41,79). Sum of RGB (Red+Green+Blue) = 161+41+79=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A1294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1294F is #5ED6B0. Grayscale: #515151. Windows color (decimal): -6215345 or 5188001. OLE color: 5188001.

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

Color convert

RGB1614179-
CMYK00.750.510.37
HSL341º59.41%39.61%-
HSV(B)341º74.53%63.14%-
XYZ16.99.738.38-
YUV81.21126.76184.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=57.30%
G=14.59%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161417900.750.510.3734159.4139.61
HexA1294F04B33251553b28
Octal24151117011363455257350
Binary10100001101001100111101001011110011100101101010101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1294F; }

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

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

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

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

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

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

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

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