#A11E52

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

Shades of Lipstick #A11E52

Tints of Lipstick #A11E52

Color information

#A11E52 (or 0xA11E52) is unknown color: approx Lipstick. HEX triplet: A1, 1E and 52. RGB value is (161,30,82). Sum of RGB (Red+Green+Blue) = 161+30+82=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E52 is #5EE1AD. Grayscale: #4B4B4B. Windows color (decimal): -6218158 or 5381793. OLE color: 5381793.

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

Color convert

RGB1613082-
CMYK00.810.490.37
HSL336.18º68.59%37.45%-
HSV(B)336.18º81.37%63.14%-
XYZ16.699.118.86-
YUV75.1131.9189.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=58.97%
G=10.99%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161308200.810.490.37336.1868.5937.45
HexA11E5205131251504525
Octal241361220121614552010545
Binary10100001111101010010010100011100011001011010100001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E52; }

 p { color: rgb(161,30,82); }

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

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

 a { background-color: rgb(161,30,82); }

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

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

 span { border-color: rgb(161,30,82); }

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