#A32B5E

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

Shades of Lipstick #A32B5E

Tints of Lipstick #A32B5E

Color information

#A32B5E (or 0xA32B5E) is unknown color: approx Lipstick. HEX triplet: A3, 2B and 5E. RGB value is (163,43,94). Sum of RGB (Red+Green+Blue) = 163+43+94=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32B5E is #5CD4A1. Grayscale: #545454. Windows color (decimal): -6083746 or 6171555. OLE color: 6171555.

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

Color convert

RGB1634394-
CMYK00.740.420.36
HSL334.5º58.25%40.39%-
HSV(B)334.5º73.62%63.92%-
XYZ17.9910.3211.63-
YUV84.69133.26183.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.33%
GREEN value IS 43 (17.19% from 255) = 14.33%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=54.33%
G=14.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163439400.740.420.36334.558.2540.39
HexA32B5E04A2A2414e3a28
Octal24353136011252445167250
Binary10100011101011101111001001010101010100100101001110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32B5E; }

 p { color: rgb(163,43,94); }

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

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

 a { background-color: rgb(163,43,94); }

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

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

 span { border-color: rgb(163,43,94); }

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