COLOR #A44A9C

HEX: #A44A9C
RGB: (164,74,156)

Color info

#A44A9C contains mainly red and blue colors. Web safe color of #A44A9C is #993399 (or #939).

RGB color model

#A44A9C color RGB value is (164,74,156).

  • red value is 164;
  • green value is 74;
  • blue value is 156.
RGB:
(164,74,156)
(64%,29%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 74 of 255 = 29%
B 156 of 255 = 61%

164
74
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 74 + 156 = 394 (100%)
R 164 of 394 ~ 41.62%
G 74 of 394 ~ 18.78%
B 156 of 394 ~ 39.59%

%41.62
%18.78
%39.59

CMYK color model

#A44A9C color CMYK value is (0,55,5,36).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,55,5,36)
C0M55Y5K36 
(0%,55%,5%,36%)
(0.00/0.55/0.05/0.36)	

CMYK percentages

%0
%54.88
%4.88
%35.69

Codes

Color #A44A9C in popluar color models

A44A9C
RGB16474156
HSL305°37.82%46.67%
HSB/HSV305°54.88%64.31%
CMYK0.00%54.88%4.88%
35.69%

Color #A44A9C in popluar number systems.

HEXA44A9C
Decimal16474156
Binary10100100100101010011100
Octal244112234

Shades and tints

Shades of #A44A9C

#A44A9C
(164,74,156)
#96448E
(150,68,142)
#883E80
(136,62,128)
#7A3872
(122,56,114)
#6C3264
(108,50,100)
#5E2C56
(94,44,86)
#502648
(80,38,72)
#42203A
(66,32,58)
#341A2C
(52,26,44)
#26141E
(38,20,30)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #A44A9C

#A44A9C
(164,74,156)
#AC5AA5
(172,90,165)
#B46AAE
(180,106,174)
#BC7AB7
(188,122,183)
#C48AC0
(196,138,192)
#CC9AC9
(204,154,201)
#D4AAD2
(212,170,210)
#DCBADB
(220,186,219)
#E4CAE4
(228,202,228)
#ECDAED
(236,218,237)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44A9C color. Also use rgb(164,74,156) instead hex code.

Text Font Color

.myTextColor { color: #A44A9C; }

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

This text font color is #A44A9C.


Background Color

.myBgColor { background-color: #A44A9C; }

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

This div background color is #A44A9C.


Border color

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

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

This div border color is #A44A9C.


Opacity

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

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

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

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

This text has shadow with #A44A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44A9C on black background.


Color preview on white background

This text has color #A44A9C on white background.



Black color preview on #A44A9C background

This text has black color on #A44A9C background.


White color preview on #A44A9C background

This text has white color on #A44A9C background.