#A32965

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

Shades of Lipstick #A32965

Tints of Lipstick #A32965

Color information

#A32965 (or 0xA32965) is unknown color: approx Lipstick. HEX triplet: A3, 29 and 65. RGB value is (163,41,101). Sum of RGB (Red+Green+Blue) = 163+41+101=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A32965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32965 is #5CD69A. Grayscale: #545454. Windows color (decimal): -6084251 or 6629795. OLE color: 6629795.

HSL color Cylindrical-coordinate representation of color #A32965: hue angle of 330.49º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32965 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16341101-
CMYK00.750.380.36
HSL330.49º59.8%40%-
HSV(B)330.49º74.85%63.92%-
XYZ18.2510.3113.34-
YUV84.32137.42184.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=53.44%
G=13.44%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634110100.750.380.36330.4959.840
HexA3296504B262414a3c28
Octal24351145011346445127450
Binary10100011101001110010101001011100110100100101001010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32965; }

 p { color: rgb(163,41,101); }

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

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

 a { background-color: rgb(163,41,101); }

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

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

 span { border-color: rgb(163,41,101); }

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