#A32A5E

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

Shades of Lipstick #A32A5E

Tints of Lipstick #A32A5E

Color information

#A32A5E (or 0xA32A5E) is unknown color: approx Lipstick. HEX triplet: A3, 2A and 5E. RGB value is (163,42,94). Sum of RGB (Red+Green+Blue) = 163+42+94=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32A5E is #5CD5A1. Grayscale: #545454. Windows color (decimal): -6084002 or 6171299. OLE color: 6171299.

HSL color Cylindrical-coordinate representation of color #A32A5E: hue angle of 334.21º degrees, saturation: 0.59, 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 #A32A5E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1634294-
CMYK00.740.420.36
HSL334.21º59.02%40.2%-
HSV(B)334.21º74.23%63.92%-
XYZ17.9510.2511.62-
YUV84.11133.59184.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=54.52%
G=14.05%
B=31.44%

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
Decimal163429400.740.420.36334.2159.0240.2
HexA32A5E04A2A2414e3b28
Octal24352136011252445167350
Binary10100011101010101111001001010101010100100101001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32A5E; }

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

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

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

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

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

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

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

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