#A12F5D

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

Shades of Lipstick #A12F5D

Tints of Lipstick #A12F5D

Color information

#A12F5D (or 0xA12F5D) is unknown color: approx Lipstick. HEX triplet: A1, 2F and 5D. RGB value is (161,47,93). Sum of RGB (Red+Green+Blue) = 161+47+93=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F5D is #5ED0A2. Grayscale: #565656. Windows color (decimal): -6213795 or 6107041. OLE color: 6107041.

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

Color convert

RGB1614793-
CMYK00.710.420.37
HSL335.79º54.81%40.78%-
HSV(B)335.79º70.81%63.14%-
XYZ17.6910.411.43-
YUV86.33131.77181.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=53.49%
G=15.61%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161479300.710.420.37335.7954.8140.78
HexA12F5D0472A251503729
Octal24157135010752455206751
Binary10100001101111101110101000111101010100101101010000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F5D; }

 p { color: rgb(161,47,93); }

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

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

 a { background-color: rgb(161,47,93); }

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

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

 span { border-color: rgb(161,47,93); }

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