#A32C60

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

Shades of Lipstick #A32C60

Tints of Lipstick #A32C60

Color information

#A32C60 (or 0xA32C60) is unknown color: approx Lipstick. HEX triplet: A3, 2C and 60. RGB value is (163,44,96). Sum of RGB (Red+Green+Blue) = 163+44+96=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32C60 is #5CD39F. Grayscale: #555555. Windows color (decimal): -6083488 or 6302883. OLE color: 6302883.

HSL color Cylindrical-coordinate representation of color #A32C60: hue angle of 333.78º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C60 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1634496-
CMYK00.730.410.36
HSL333.78º57.49%40.59%-
HSV(B)333.78º73.01%63.92%-
XYZ18.1210.4312.13-
YUV85.51133.92183.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=53.80%
G=14.52%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163449600.730.410.36333.7857.4940.59
HexA32C60049292414e3929
Octal24354140011151445167151
Binary10100011101100110000001001001101001100100101001110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C60; }

 p { color: rgb(163,44,96); }

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

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

 a { background-color: rgb(163,44,96); }

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

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

 span { border-color: rgb(163,44,96); }

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