#A32E62

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

Shades of Lipstick #A32E62

Tints of Lipstick #A32E62

Color information

#A32E62 (or 0xA32E62) is unknown color: approx Lipstick. HEX triplet: A3, 2E and 62. RGB value is (163,46,98). Sum of RGB (Red+Green+Blue) = 163+46+98=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E62 is #5CD19D. Grayscale: #565656. Windows color (decimal): -6082974 or 6434467. OLE color: 6434467.

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

Color convert

RGB1634698-
CMYK00.720.400.36
HSL333.33º55.98%40.98%-
HSV(B)333.33º71.78%63.92%-
XYZ18.2910.6212.64-
YUV86.91134.26182.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=53.09%
G=14.98%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163469800.720.400.36333.3355.9840.98
HexA32E62048282414d3829
Octal24356142011050445157051
Binary10100011101110110001001001000101000100100101001101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E62; }

 p { color: rgb(163,46,98); }

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

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

 a { background-color: rgb(163,46,98); }

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

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

 span { border-color: rgb(163,46,98); }

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