#A12E5E

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

Shades of Lipstick #A12E5E

Tints of Lipstick #A12E5E

Color information

#A12E5E (or 0xA12E5E) is unknown color: approx Lipstick. HEX triplet: A1, 2E and 5E. RGB value is (161,46,94). Sum of RGB (Red+Green+Blue) = 161+46+94=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E5E is #5ED1A1. Grayscale: #555555. Windows color (decimal): -6214050 or 6172321. OLE color: 6172321.

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

Color convert

RGB1614694-
CMYK00.710.420.37
HSL334.96º55.56%40.59%-
HSV(B)334.96º71.43%63.14%-
XYZ17.710.3411.65-
YUV85.86132.6181.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=53.49%
G=15.28%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161469400.710.420.37334.9655.5640.59
HexA12E5E0472A2514f3829
Octal24156136010752455177051
Binary10100001101110101111001000111101010100101101001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E5E; }

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

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

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

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

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

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

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

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