#A12C58

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

Shades of Lipstick #A12C58

Tints of Lipstick #A12C58

Color information

#A12C58 (or 0xA12C58) is unknown color: approx Lipstick. HEX triplet: A1, 2C and 58. RGB value is (161,44,88). Sum of RGB (Red+Green+Blue) = 161+44+88=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12C58 is #5ED3A7. Grayscale: #535353. Windows color (decimal): -6214568 or 5778593. OLE color: 5778593.

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

Color convert

RGB1614488-
CMYK00.730.450.37
HSL337.44º57.07%40.2%-
HSV(B)337.44º72.67%63.14%-
XYZ17.3610.0810.26-
YUV84130.26182.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 44 (17.58% from 255) = 15.02%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=54.95%
G=15.02%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161448800.730.450.37337.4457.0740.2
HexA12C580492D251513928
Octal24154130011155455217150
Binary10100001101100101100001001001101101100101101010001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C58; }

 p { color: rgb(161,44,88); }

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

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

 a { background-color: rgb(161,44,88); }

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

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

 span { border-color: rgb(161,44,88); }

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