#A02957

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

Shades of Lipstick #A02957

Tints of Lipstick #A02957

Color information

#A02957 (or 0xA02957) is unknown color: approx Lipstick. HEX triplet: A0, 29 and 57. RGB value is (160,41,87). Sum of RGB (Red+Green+Blue) = 160+41+87=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A02957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02957 is #5FD6A8. Grayscale: #515151. Windows color (decimal): -6280873 or 5712288. OLE color: 5712288.

HSL color Cylindrical-coordinate representation of color #A02957: hue angle of 336.81º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02957 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1604187-
CMYK00.740.460.37
HSL336.81º59.2%39.41%-
HSV(B)336.81º74.37%62.75%-
XYZ17.019.7510-
YUV81.82130.92183.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=55.56%
G=14.24%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160418700.740.460.37336.8159.239.41
HexA0295704A2E251513b27
Octal24051127011256455217347
Binary10100000101001101011101001010101110100101101010001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02957; }

 p { color: rgb(160,41,87); }

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

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

 a { background-color: rgb(160,41,87); }

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

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

 span { border-color: rgb(160,41,87); }

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