#A1294A

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

Shades of Lipstick #A1294A

Tints of Lipstick #A1294A

Color information

#A1294A (or 0xA1294A) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 4A. RGB value is (161,41,74). Sum of RGB (Red+Green+Blue) = 161+41+74=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1294A is #5ED6B5. Grayscale: #505050. Windows color (decimal): -6215350 or 4860321. OLE color: 4860321.

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

Color convert

RGB1614174-
CMYK00.750.540.37
HSL343.5º59.41%39.61%-
HSV(B)343.5º74.53%63.14%-
XYZ16.739.667.46-
YUV80.64124.26185.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=58.33%
G=14.86%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161417400.750.540.37343.559.4139.61
HexA1294A04B36251583b28
Octal24151112011366455307350
Binary10100001101001100101001001011110110100101101011000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1294A; }

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

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

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

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

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

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

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

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