#A3296A

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

Shades of Lipstick #A3296A

Tints of Lipstick #A3296A

Color information

#A3296A (or 0xA3296A) is unknown color: approx Lipstick. HEX triplet: A3, 29 and 6A. RGB value is (163,41,106). Sum of RGB (Red+Green+Blue) = 163+41+106=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3296A is #5CD695. Grayscale: #545454. Windows color (decimal): -6084246 or 6957475. OLE color: 6957475.

HSL color Cylindrical-coordinate representation of color #A3296A: hue angle of 328.03º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3296A is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16341106-
CMYK00.750.350.36
HSL328.03º59.8%40%-
HSV(B)328.03º74.85%63.92%-
XYZ18.510.4114.67-
YUV84.89139.92183.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=52.58%
G=13.23%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634110600.750.350.36328.0359.840
HexA3296A04B23241483c28
Octal24351152011343445107450
Binary10100011101001110101001001011100011100100101001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3296A; }

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

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

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

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

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

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

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

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