#A13157

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

Shades of Lipstick #A13157

Tints of Lipstick #A13157

Color information

#A13157 (or 0xA13157) is unknown color: approx Lipstick. HEX triplet: A1, 31 and 57. RGB value is (161,49,87). Sum of RGB (Red+Green+Blue) = 161+49+87=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A13157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13157 is #5ECEA8. Grayscale: #565656. Windows color (decimal): -6213289 or 5714337. OLE color: 5714337.

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

Color convert

RGB1614987-
CMYK00.700.460.37
HSL339.64º53.33%41.18%-
HSV(B)339.64º69.57%63.14%-
XYZ17.5210.4610.11-
YUV86.82128.11180.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=54.21%
G=16.50%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161498700.700.460.37339.6453.3341.18
HexA131570462E251543529
Octal24161127010656455246551
Binary10100001110001101011101000110101110100101101010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13157; }

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

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

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

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

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

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

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

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