#A0325A

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

Shades of Lipstick #A0325A

Tints of Lipstick #A0325A

Color information

#A0325A (or 0xA0325A) is unknown color: approx Lipstick. HEX triplet: A0, 32 and 5A. RGB value is (160,50,90). Sum of RGB (Red+Green+Blue) = 160+50+90=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0325A is #5FCDA5. Grayscale: #575757. Windows color (decimal): -6278566 or 5911200. OLE color: 5911200.

HSL color Cylindrical-coordinate representation of color #A0325A: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0325A is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1605090-
CMYK00.690.440.37
HSL338.18º52.38%41.18%-
HSV(B)338.18º68.75%62.75%-
XYZ17.4810.4910.78-
YUV87.45129.44179.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 90 (35.55% from 255) = 30%
R=53.33%
G=16.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160509000.690.440.37338.1852.3841.18
HexA0325A0452C251523429
Octal24062132010554455226451
Binary10100000110010101101001000101101100100101101010010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0325A; }

 p { color: rgb(160,50,90); }

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

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

 a { background-color: rgb(160,50,90); }

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

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

 span { border-color: rgb(160,50,90); }

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