#A12E54

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

Shades of Lipstick #A12E54

Tints of Lipstick #A12E54

Color information

#A12E54 (or 0xA12E54) is unknown color: approx Lipstick. HEX triplet: A1, 2E and 54. RGB value is (161,46,84). Sum of RGB (Red+Green+Blue) = 161+46+84=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E54 is #5ED1AB. Grayscale: #545454. Windows color (decimal): -6214060 or 5516961. OLE color: 5516961.

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

Color convert

RGB1614684-
CMYK00.710.480.37
HSL340.17º55.56%40.59%-
HSV(B)340.17º71.43%63.14%-
XYZ17.2810.179.44-
YUV84.72127.6182.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=55.33%
G=15.81%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161468400.710.480.37340.1755.5640.59
HexA12E5404730251543829
Octal24156124010760455247051
Binary10100001101110101010001000111110000100101101010100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E54; }

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

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

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

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

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

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

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

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