#A13161

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

Shades of Lipstick #A13161

Tints of Lipstick #A13161

Color information

#A13161 (or 0xA13161) is unknown color: approx Lipstick. HEX triplet: A1, 31 and 61. RGB value is (161,49,97). Sum of RGB (Red+Green+Blue) = 161+49+97=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A13161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13161 is #5ECE9E. Grayscale: #575757. Windows color (decimal): -6213279 or 6369697. OLE color: 6369697.

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

Color convert

RGB1614997-
CMYK00.700.400.37
HSL334.29º53.33%41.18%-
HSV(B)334.29º69.57%63.14%-
XYZ17.9510.6412.42-
YUV87.96133.11180.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=52.44%
G=15.96%
B=31.60%

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
Decimal161499700.700.400.37334.2953.3341.18
HexA13161046282514e3529
Octal24161141010650455166551
Binary10100001110001110000101000110101000100101101001110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13161; }

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

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

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

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

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

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

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

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