#A1325D

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

Shades of Lipstick #A1325D

Tints of Lipstick #A1325D

Color information

#A1325D (or 0xA1325D) is unknown color: approx Lipstick. HEX triplet: A1, 32 and 5D. RGB value is (161,50,93). Sum of RGB (Red+Green+Blue) = 161+50+93=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1325D is #5ECDA2. Grayscale: #585858. Windows color (decimal): -6213027 or 6107809. OLE color: 6107809.

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

Color convert

RGB1615093-
CMYK00.690.420.37
HSL336.76º52.61%41.37%-
HSV(B)336.76º68.94%63.14%-
XYZ17.8110.6511.47-
YUV88.09130.77180-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=52.96%
G=16.45%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161509300.690.420.37336.7652.6141.37
HexA1325D0452A251513529
Octal24162135010552455216551
Binary10100001110010101110101000101101010100101101010001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1325D; }

 p { color: rgb(161,50,93); }

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

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

 a { background-color: rgb(161,50,93); }

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

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

 span { border-color: rgb(161,50,93); }

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