#a13057

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

Shades of Lipstick #A13057

Tints of Lipstick #A13057

Color information

#A13057 (or 0xA13057) is unknown color: approx Lipstick. HEX triplet: A1, 30 and 57. RGB value is (161,48,87). Sum of RGB (Red+Green+Blue) = 161+48+87=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A13057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13057 is #5ECFA8. Grayscale: #565656. Windows color (decimal): -6213545 or 5714081. OLE color: 5714081.

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

Color convert

RGB1614887-
CMYK00.700.460.37
HSL339.29º54.07%40.98%-
HSV(B)339.29º70.19%63.14%-
XYZ17.4810.3810.1-
YUV86.23128.44181.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=54.39%
G=16.22%
B=29.39%

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
Decimal161488700.700.460.37339.2954.0740.98
HexA130570462E251533629
Octal24160127010656455236651
Binary10100001110000101011101000110101110100101101010011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13057; }

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

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

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

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

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

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

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

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