#A0296A

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

Shades of Lipstick #A0296A

Tints of Lipstick #A0296A

Color information

#A0296A (or 0xA0296A) is unknown color: approx Lipstick. HEX triplet: A0, 29 and 6A. RGB value is (160,41,106). Sum of RGB (Red+Green+Blue) = 160+41+106=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0296A is #5FD695. Grayscale: #535353. Windows color (decimal): -6280854 or 6957472. OLE color: 6957472.

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

Color convert

RGB16041106-
CMYK00.740.340.37
HSL327.23º59.2%39.41%-
HSV(B)327.23º74.37%62.75%-
XYZ17.8910.114.64-
YUV83.99140.42182.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=52.12%
G=13.36%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604110600.740.340.37327.2359.239.41
HexA0296A04A22251473b27
Octal24051152011242455077347
Binary10100000101001110101001001010100010100101101000111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0296A; }

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

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

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

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

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

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

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

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