#A12A4F

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

Shades of Lipstick #A12A4F

Tints of Lipstick #A12A4F

Color information

#A12A4F (or 0xA12A4F) is unknown color: approx Lipstick. HEX triplet: A1, 2A and 4F. RGB value is (161,42,79). Sum of RGB (Red+Green+Blue) = 161+42+79=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12A4F is #5ED5B0. Grayscale: #515151. Windows color (decimal): -6215089 or 5188257. OLE color: 5188257.

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

Color convert

RGB1614279-
CMYK00.740.510.37
HSL341.34º58.62%39.8%-
HSV(B)341.34º73.91%63.14%-
XYZ16.949.88.4-
YUV81.8126.42184.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=57.09%
G=14.89%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161427900.740.510.37341.3458.6239.8
HexA12A4F04A33251553b28
Octal24152117011263455257350
Binary10100001101010100111101001010110011100101101010101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A4F; }

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

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

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

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

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

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

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

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