#A32955

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

Shades of Lipstick #A32955

Tints of Lipstick #A32955

Color information

#A32955 (or 0xA32955) is unknown color: approx Lipstick. HEX triplet: A3, 29 and 55. RGB value is (163,41,85). Sum of RGB (Red+Green+Blue) = 163+41+85=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A32955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32955 is #5CD6AA. Grayscale: #525252. Windows color (decimal): -6084267 or 5581219. OLE color: 5581219.

HSL color Cylindrical-coordinate representation of color #A32955: hue angle of 338.36º 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 #A32955 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1634185-
CMYK00.750.480.36
HSL338.36º59.8%40%-
HSV(B)338.36º74.85%63.92%-
XYZ17.5410.039.61-
YUV82.49129.42185.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=56.40%
G=14.19%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163418500.750.480.36338.3659.840
HexA3295504B30241523c28
Octal24351125011360445227450
Binary10100011101001101010101001011110000100100101010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32955; }

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

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

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

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

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

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

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

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