#A32F55

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

Shades of Lipstick #A32F55

Tints of Lipstick #A32F55

Color information

#A32F55 (or 0xA32F55) is unknown color: approx Lipstick. HEX triplet: A3, 2F and 55. RGB value is (163,47,85). Sum of RGB (Red+Green+Blue) = 163+47+85=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32F55 is #5CD0AA. Grayscale: #555555. Windows color (decimal): -6082731 or 5582755. OLE color: 5582755.

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

Color convert

RGB1634785-
CMYK00.710.480.36
HSL340.34º55.24%41.18%-
HSV(B)340.34º71.17%63.92%-
XYZ17.7610.489.68-
YUV86.02127.43182.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=55.25%
G=15.93%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163478500.710.480.36340.3455.2441.18
HexA32F5504730241543729
Octal24357125010760445246751
Binary10100011101111101010101000111110000100100101010100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32F55; }

 p { color: rgb(163,47,85); }

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

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

 a { background-color: rgb(163,47,85); }

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

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

 span { border-color: rgb(163,47,85); }

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