COLOR #A44C8E

HEX: #A44C8E
RGB: (164,76,142)

Color info

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

RGB color model

#A44C8E color RGB value is (164,76,142).

  • red value is 164;
  • green value is 76;
  • blue value is 142.
RGB:
(164,76,142)
(64%,30%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 76 of 255 = 30%
B 142 of 255 = 56%

164
76
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 76 + 142 = 382 (100%)
R 164 of 382 ~ 42.93%
G 76 of 382 ~ 19.9%
B 142 of 382 ~ 37.17%

%42.93
%19.9
%37.17

CMYK color model

#A44C8E color CMYK value is (0,54,13,36).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(0,54,13,36)
C0M54Y13K36 
(0%,54%,13%,36%)
(0.00/0.54/0.13/0.36)	

CMYK percentages

%0
%53.66
%13.41
%35.69

Codes

Color #A44C8E in popluar color models

A44C8E
RGB16476142
HSL315°36.67%47.06%
HSB/HSV315°53.66%64.31%
CMYK0.00%53.66%13.41%
35.69%

Color #A44C8E in popluar number systems.

HEXA44C8E
Decimal16476142
Binary10100100100110010001110
Octal244114216

Shades and tints

Shades of #A44C8E

#A44C8E
(164,76,142)
#964682
(150,70,130)
#884076
(136,64,118)
#7A3A6A
(122,58,106)
#6C345E
(108,52,94)
#5E2E52
(94,46,82)
#502846
(80,40,70)
#42223A
(66,34,58)
#341C2E
(52,28,46)
#261622
(38,22,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A44C8E

#A44C8E
(164,76,142)
#AC5C98
(172,92,152)
#B46CA2
(180,108,162)
#BC7CAC
(188,124,172)
#C48CB6
(196,140,182)
#CC9CC0
(204,156,192)
#D4ACCA
(212,172,202)
#DCBCD4
(220,188,212)
#E4CCDE
(228,204,222)
#ECDCE8
(236,220,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44C8E color. Also use rgb(164,76,142) instead hex code.

Text Font Color

.myTextColor { color: #A44C8E; }

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

This text font color is #A44C8E.


Background Color

.myBgColor { background-color: #A44C8E; }

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

This div background color is #A44C8E.


Border color

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

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

This div border color is #A44C8E.


Opacity

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

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

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

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

This text has shadow with #A44C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44C8E on black background.


Color preview on white background

This text has color #A44C8E on white background.



Black color preview on #A44C8E background

This text has black color on #A44C8E background.


White color preview on #A44C8E background

This text has white color on #A44C8E background.