COLOR #A44980

HEX: #A44980
RGB: (164,73,128)

Color info

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

RGB color model

#A44980 color RGB value is (164,73,128).

  • red value is 164;
  • green value is 73;
  • blue value is 128.
RGB:
(164,73,128)
(64%,29%,50%)

RGB channels and saturation

R 164 of 255 = 64%
G 73 of 255 = 29%
B 128 of 255 = 50%

164
73
128

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

Portions of RGB colors in percentages

R + G + B =
164 + 73 + 128 = 365 (100%)
R 164 of 365 ~ 44.93%
G 73 of 365 ~ 20%
B 128 of 365 ~ 35.07%

%44.93
%20
%35.07

CMYK color model

#A44980 color CMYK value is (0,55,22,36).

  • cyan value is 0.00%
  • magenta value is 55.49%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(0,55,22,36)
C0M55Y22K36 
(0%,55%,22%,36%)
(0.00/0.55/0.22/0.36)	

CMYK percentages

%0
%55.49
%21.95
%35.69

Codes

Color #A44980 in popluar color models

A44980
RGB16473128
HSL324°38.40%46.47%
HSB/HSV324°55.49%64.31%
CMYK0.00%55.49%21.95%
35.69%

Color #A44980 in popluar number systems.

HEXA44980
Decimal16473128
Binary10100100100100110000000
Octal244111200

Shades and tints

Shades of #A44980

#A44980
(164,73,128)
#964375
(150,67,117)
#883D6A
(136,61,106)
#7A375F
(122,55,95)
#6C3154
(108,49,84)
#5E2B49
(94,43,73)
#50253E
(80,37,62)
#421F33
(66,31,51)
#341928
(52,25,40)
#26131D
(38,19,29)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #A44980

#A44980
(164,73,128)
#AC598B
(172,89,139)
#B46996
(180,105,150)
#BC79A1
(188,121,161)
#C489AC
(196,137,172)
#CC99B7
(204,153,183)
#D4A9C2
(212,169,194)
#DCB9CD
(220,185,205)
#E4C9D8
(228,201,216)
#ECD9E3
(236,217,227)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44980 color. Also use rgb(164,73,128) instead hex code.

Text Font Color

.myTextColor { color: #A44980; }

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

This text font color is #A44980.


Background Color

.myBgColor { background-color: #A44980; }

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

This div background color is #A44980.


Border color

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

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

This div border color is #A44980.


Opacity

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

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

Text with #A44980 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 #A44980;}

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

This text has shadow with #A44980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44980 on black background.


Color preview on white background

This text has color #A44980 on white background.



Black color preview on #A44980 background

This text has black color on #A44980 background.


White color preview on #A44980 background

This text has white color on #A44980 background.