#A5294F

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

Shades of Lipstick #A5294F

Tints of Lipstick #A5294F

Color information

#A5294F (or 0xA5294F) is unknown color: approx Lipstick. HEX triplet: A5, 29 and 4F. RGB value is (165,41,79). Sum of RGB (Red+Green+Blue) = 165+41+79=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A5294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5294F is #5AD6B0. Grayscale: #525252. Windows color (decimal): -5953201 or 5188005. OLE color: 5188005.

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

Color convert

RGB1654179-
CMYK00.750.520.35
HSL341.61º60.19%40.39%-
HSV(B)341.61º75.15%64.71%-
XYZ17.7210.158.42-
YUV82.41126.08186.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=57.89%
G=14.39%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165417900.750.520.35341.6160.1940.39
HexA5294F04B34231563c28
Octal24551117011364435267450
Binary10100101101001100111101001011110100100011101010110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5294F; }

 p { color: rgb(165,41,79); }

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

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

 a { background-color: rgb(165,41,79); }

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

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

 span { border-color: rgb(165,41,79); }

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