#A0295D

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

Shades of Lipstick #A0295D

Tints of Lipstick #A0295D

Color information

#A0295D (or 0xA0295D) is unknown color: approx Lipstick. HEX triplet: A0, 29 and 5D. RGB value is (160,41,93). Sum of RGB (Red+Green+Blue) = 160+41+93=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0295D is #5FD6A2. Grayscale: #525252. Windows color (decimal): -6280867 or 6105504. OLE color: 6105504.

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

Color convert

RGB1604193-
CMYK00.740.420.37
HSL333.78º59.2%39.41%-
HSV(B)333.78º74.37%62.75%-
XYZ17.279.8511.35-
YUV82.51133.92183.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.42%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=54.42%
G=13.95%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160419300.740.420.37333.7859.239.41
HexA0295D04A2A2514e3b27
Octal24051135011252455167347
Binary10100000101001101110101001010101010100101101001110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0295D; }

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

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

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

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

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

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

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

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