COLOR #A44C8C

HEX: #A44C8C
RGB: (164,76,140)

Color info

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

RGB color model

#A44C8C color RGB value is (164,76,140).

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

RGB channels and saturation

R 164 of 255 = 64%
G 76 of 255 = 30%
B 140 of 255 = 55%

164
76
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 76 + 140 = 380 (100%)
R 164 of 380 ~ 43.16%
G 76 of 380 ~ 20%
B 140 of 380 ~ 36.84%

%43.16
%20
%36.84

CMYK color model

#A44C8C color CMYK value is (0,54,15,36).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,54,15,36)
C0M54Y15K36 
(0%,54%,15%,36%)
(0.00/0.54/0.15/0.36)	

CMYK percentages

%0
%53.66
%14.63
%35.69

Codes

Color #A44C8C in popluar color models

A44C8C
RGB16476140
HSL316°36.67%47.06%
HSB/HSV316°53.66%64.31%
CMYK0.00%53.66%14.63%
35.69%

Color #A44C8C in popluar number systems.

HEXA44C8C
Decimal16476140
Binary10100100100110010001100
Octal244114214

Shades and tints

Shades of #A44C8C

#A44C8C
(164,76,140)
#964680
(150,70,128)
#884074
(136,64,116)
#7A3A68
(122,58,104)
#6C345C
(108,52,92)
#5E2E50
(94,46,80)
#502844
(80,40,68)
#422238
(66,34,56)
#341C2C
(52,28,44)
#261620
(38,22,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A44C8C

#A44C8C
(164,76,140)
#AC5C96
(172,92,150)
#B46CA0
(180,108,160)
#BC7CAA
(188,124,170)
#C48CB4
(196,140,180)
#CC9CBE
(204,156,190)
#D4ACC8
(212,172,200)
#DCBCD2
(220,188,210)
#E4CCDC
(228,204,220)
#ECDCE6
(236,220,230)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A44C8C; }

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

This text font color is #A44C8C.


Background Color

.myBgColor { background-color: #A44C8C; }

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

This div background color is #A44C8C.


Border color

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

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

This div border color is #A44C8C.


Opacity

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

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

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

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

This text has shadow with #A44C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44C8C on black background.


Color preview on white background

This text has color #A44C8C on white background.



Black color preview on #A44C8C background

This text has black color on #A44C8C background.


White color preview on #A44C8C background

This text has white color on #A44C8C background.