COLOR #A32C73

HEX: #A32C73 RGB: (163,44,115)

Color info

#A32C73 contains mainly red and blue colors. Web safe color of #A32C73 is #993366 (or #936).

RGB color model

#A32C73 color RGB value is (163,44,115).

RGB: (163,44,115) (64%, 17%, 45%)

RGB channels and saturation

R 163 of 255 = 64%
G 44 of 255 = 17%
B 115 of 255 = 45%

163
44
115

R + G + B ~ 42%. #A32C73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 163 + 44 + 115 = 322 (100%)
R 163 of 322 ~ 50.62%
G 44 of 322 ~ 13.66%
B 115 of 322 ~ 35.71'%

%50.62
%13.66
%35.71

CMYK color model

#A32C73 color CMYK value is (0,73,29,36).

  • cyan value is 0.00%
  • magenta value is 73.01%
  • yellow value is 29.45%
  • key color value is 36.08%

CMYK: (0,73,29,36)
C0M73Y29K36 (0%, 73%, 29%, 36%)
(0.00 / 0.73 / 0.29 / 0.36)

CMYK percentages

%0
%73.01
%29.45
%36.08

Codes

Color #A32C73 in popluar color models

A3 2C 73
RGB 163 44 115
HSL 324° 57.49% 40.59%
HSB/HSV 324° 73.01% 63.92%
CMYK 0.00% 73.01% 29.45%
36.08%

Color #A32C73 in popluar number systems.

HEX A3 2C 73
Decimal 163 44 115
Binary 10100011 101100 1110011
Octal 243 54 163

Shades and tints

Shades of #A32C73

#A32C73
(163,44,115)
#952869
(149,40,105)
#87245F
(135,36,95)
#792055
(121,32,85)
#6B1C4B
(107,28,75)
#5D1841
(93,24,65)
#4F1437
(79,20,55)
#41102D
(65,16,45)
#330C23
(51,12,35)
#250819
(37,8,25)
#17040F
(23,4,15)
#000000
(0,0,0)

Tints of #A32C73

#A32C73
(163,44,115)
#AB3F7F
(171,63,127)
#B3528B
(179,82,139)
#BB6597
(187,101,151)
#C378A3
(195,120,163)
#CB8BAF
(203,139,175)
#D39EBB
(211,158,187)
#DBB1C7
(219,177,199)
#E3C4D3
(227,196,211)
#EBD7DF
(235,215,223)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A32C73 color. Also use rgb(163,44,115) instead hex code.

Text Font Color

.myTextColor { color: #A32C73; }

<p style="color:#A32C73">This sample text font color is #A32C73.</p>

This text font color is #A32C73.

Background Color

.myBgColor { background-color: #A32C73; }

<div style="background-color:#A32C73">Inner text</div>

This div background color is #A32C73.

Border color

.myBorderColor { border: 1px solid #A32C73; }

<div style="border:3px solid #A32C73">Div</div>

This div border color is #A32C73.

Opacity

.myOpacity80 { color: #A32C73; opacity: 0.8; }

<p style="color:#A32C73;opacity:0.8;">80%</p>

Text with #A32C73 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A32C73;}

<p style="text-shadow: 3px 3px 1px #A32C73">Text here.</p>

This text has shadow with #A32C73 color.


.textShadow {text-shadow: 3px 3px 1px #A32C73', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A32C73, 5px 5px 20px red">Text here.</p>

This text has shadow with #A32C73 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A32C73, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A32C73, Direction=45, Strength=4)">Text</p>

This text has shadow with #A32C73 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A32C73;
-webkit-box-shadow: 1px 1px 3px 2px #A32C73;
box-shadow: 1px 1px 3px 2px #A32C73;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A32C73; -webkit-box-shadow: 1px 1px 3px 2px #A32C73; box-shadow:1px 1px 3px 2px #A32C73;">
Div content here
</div>

This div box has shadow with color #A32C73.

Preview

Color preview on black background

This text has color #A32C73 on black background.


Color preview on white background

This text has color #A32C73 on white background.


Black color preview on #A32C73 background

This text has black color on #A32C73 background.


White color preview on #A32C73 background

This text has white color on #A32C73 background.


Related colors

Complementary color

Complementary color for #hex is #5CD38C.


I love getcolorcode.com

Triadic colors

1 #73A32C and #2C73A3 with #A32C73 are triadic colors.

2 #732CA3 and #2CA373 with #A32C73 are triadic colors.