#A11E55

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

Shades of Lipstick #A11E55

Tints of Lipstick #A11E55

Color information

#A11E55 (or 0xA11E55) is unknown color: approx Lipstick. HEX triplet: A1, 1E and 55. RGB value is (161,30,85). Sum of RGB (Red+Green+Blue) = 161+30+85=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E55 is #5EE1AA. Grayscale: #4B4B4B. Windows color (decimal): -6218155 or 5578401. OLE color: 5578401.

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

Color convert

RGB1613085-
CMYK00.810.470.37
HSL334.81º68.59%37.45%-
HSV(B)334.81º81.37%63.14%-
XYZ16.89.169.48-
YUV75.44133.4189.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=58.33%
G=10.87%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161308500.810.470.37334.8168.5937.45
HexA11E550512F2514f4525
Octal241361250121574551710545
Binary10100001111101010101010100011011111001011010011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E55; }

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

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

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

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

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

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

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

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