#A0295C

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

Shades of Lipstick #A0295C

Tints of Lipstick #A0295C

Color information

#A0295C (or 0xA0295C) is unknown color: approx Lipstick. HEX triplet: A0, 29 and 5C. RGB value is (160,41,92). Sum of RGB (Red+Green+Blue) = 160+41+92=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0295C is #5FD6A3. Grayscale: #525252. Windows color (decimal): -6280868 or 6039968. OLE color: 6039968.

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

Color convert

RGB1604192-
CMYK00.740.430.37
HSL334.29º59.2%39.41%-
HSV(B)334.29º74.37%62.75%-
XYZ17.229.8311.12-
YUV82.4133.42183.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.61%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=54.61%
G=13.99%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160419200.740.430.37334.2959.239.41
HexA0295C04A2B2514e3b27
Octal24051134011253455167347
Binary10100000101001101110001001010101011100101101001110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0295C; }

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

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

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

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

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

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

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

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