#A1315E

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

Shades of Lipstick #A1315E

Tints of Lipstick #A1315E

Color information

#A1315E (or 0xA1315E) is unknown color: approx Lipstick. HEX triplet: A1, 31 and 5E. RGB value is (161,49,94). Sum of RGB (Red+Green+Blue) = 161+49+94=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1315E is #5ECEA1. Grayscale: #575757. Windows color (decimal): -6213282 or 6173089. OLE color: 6173089.

HSL color Cylindrical-coordinate representation of color #A1315E: hue angle of 335.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1315E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1614994-
CMYK00.700.420.37
HSL335.89º53.33%41.18%-
HSV(B)335.89º69.57%63.14%-
XYZ17.8210.5811.69-
YUV87.62131.61180.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=52.96%
G=16.12%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161499400.700.420.37335.8953.3341.18
HexA1315E0462A251503529
Octal24161136010652455206551
Binary10100001110001101111001000110101010100101101010000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1315E; }

 p { color: rgb(161,49,94); }

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

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

 a { background-color: rgb(161,49,94); }

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

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

 span { border-color: rgb(161,49,94); }

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