#A0296D

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

Shades of Lipstick #A0296D

Tints of Lipstick #A0296D

Color information

#A0296D (or 0xA0296D) is unknown color: approx Lipstick. HEX triplet: A0, 29 and 6D. RGB value is (160,41,109). Sum of RGB (Red+Green+Blue) = 160+41+109=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0296D is #5FD692. Grayscale: #545454. Windows color (decimal): -6280851 or 7154080. OLE color: 7154080.

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

Color convert

RGB16041109-
CMYK00.740.320.37
HSL325.71º59.2%39.41%-
HSV(B)325.71º74.37%62.75%-
XYZ18.0510.1615.48-
YUV84.33141.92181.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=51.61%
G=13.23%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604110900.740.320.37325.7159.239.41
HexA0296D04A20251463b27
Octal24051155011240455067347
Binary10100000101001110110101001010100000100101101000110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0296D; }

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

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

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

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

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

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

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

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