#A0325F

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

Shades of Lipstick #A0325F

Tints of Lipstick #A0325F

Color information

#A0325F (or 0xA0325F) is unknown color: approx Lipstick. HEX triplet: A0, 32 and 5F. RGB value is (160,50,95). Sum of RGB (Red+Green+Blue) = 160+50+95=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0325F is #5FCDA0. Grayscale: #575757. Windows color (decimal): -6278561 or 6238880. OLE color: 6238880.

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

Color convert

RGB1605095-
CMYK00.690.410.37
HSL335.45º52.38%41.18%-
HSV(B)335.45º68.75%62.75%-
XYZ17.710.5811.94-
YUV88.02131.94179.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=52.46%
G=16.39%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160509500.690.410.37335.4552.3841.18
HexA0325F045292514f3429
Octal24062137010551455176451
Binary10100000110010101111101000101101001100101101001111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0325F; }

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

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

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

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

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

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

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

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