#A12A57

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

Shades of Lipstick #A12A57

Tints of Lipstick #A12A57

Color information

#A12A57 (or 0xA12A57) is unknown color: approx Lipstick. HEX triplet: A1, 2A and 57. RGB value is (161,42,87). Sum of RGB (Red+Green+Blue) = 161+42+87=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12A57 is #5ED5A8. Grayscale: #525252. Windows color (decimal): -6215081 or 5712545. OLE color: 5712545.

HSL color Cylindrical-coordinate representation of color #A12A57: hue angle of 337.31º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A57 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1614287-
CMYK00.740.460.37
HSL337.31º58.62%39.8%-
HSV(B)337.31º73.91%63.14%-
XYZ17.259.9210.02-
YUV82.71130.42183.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 87 (34.38% from 255) = 30%
R=55.52%
G=14.48%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161428700.740.460.37337.3158.6239.8
HexA12A5704A2E251513b28
Octal24152127011256455217350
Binary10100001101010101011101001010101110100101101010001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A57; }

 p { color: rgb(161,42,87); }

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

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

 a { background-color: rgb(161,42,87); }

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

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

 span { border-color: rgb(161,42,87); }

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