#A1194E

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

Shades of Lipstick #A1194E

Tints of Lipstick #A1194E

Color information

#A1194E (or 0xA1194E) is unknown color: approx Lipstick. HEX triplet: A1, 19 and 4E. RGB value is (161,25,78). Sum of RGB (Red+Green+Blue) = 161+25+78=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A1194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1194E is #5EE6B1. Grayscale: #474747. Windows color (decimal): -6219442 or 5118369. OLE color: 5118369.

HSL color Cylindrical-coordinate representation of color #A1194E: hue angle of 336.62º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1194E is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1612578-
CMYK00.840.520.37
HSL336.62º73.12%36.47%-
HSV(B)336.62º84.47%63.14%-
XYZ16.428.828.05-
YUV71.71131.56191.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=60.98%
G=9.47%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161257800.840.520.37336.6273.1236.47
HexA1194E05434251514924
Octal241311160124644552111144
Binary10100001110011001110010101001101001001011010100011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1194E; }

 p { color: rgb(161,25,78); }

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

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

 a { background-color: rgb(161,25,78); }

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

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

 span { border-color: rgb(161,25,78); }

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