#A3295F

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

Shades of Lipstick #A3295F

Tints of Lipstick #A3295F

Color information

#A3295F (or 0xA3295F) is unknown color: approx Lipstick. HEX triplet: A3, 29 and 5F. RGB value is (163,41,95). Sum of RGB (Red+Green+Blue) = 163+41+95=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A3295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3295F is #5CD6A0. Grayscale: #535353. Windows color (decimal): -6084257 or 6236579. OLE color: 6236579.

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

Color convert

RGB1634195-
CMYK00.750.420.36
HSL333.44º59.8%40%-
HSV(B)333.44º74.85%63.92%-
XYZ17.9610.211.85-
YUV83.63134.42184.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=54.52%
G=13.71%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163419500.750.420.36333.4459.840
HexA3295F04B2A2414d3c28
Octal24351137011352445157450
Binary10100011101001101111101001011101010100100101001101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3295F; }

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

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

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

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

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

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

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

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