#A13160

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

Shades of Lipstick #A13160

Tints of Lipstick #A13160

Color information

#A13160 (or 0xA13160) is unknown color: approx Lipstick. HEX triplet: A1, 31 and 60. RGB value is (161,49,96). Sum of RGB (Red+Green+Blue) = 161+49+96=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A13160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13160 is #5ECE9F. Grayscale: #575757. Windows color (decimal): -6213280 or 6304161. OLE color: 6304161.

HSL color Cylindrical-coordinate representation of color #A13160: hue angle of 334.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13160 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1614996-
CMYK00.700.400.37
HSL334.82º53.33%41.18%-
HSV(B)334.82º69.57%63.14%-
XYZ17.9110.6212.17-
YUV87.85132.61180.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=52.61%
G=16.01%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161499600.700.400.37334.8253.3341.18
HexA13160046282514f3529
Octal24161140010650455176551
Binary10100001110001110000001000110101000100101101001111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13160; }

 p { color: rgb(161,49,96); }

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

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

 a { background-color: rgb(161,49,96); }

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

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

 span { border-color: rgb(161,49,96); }

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