COLOR #A44EB4

HEX: #A44EB4 RGB: (164,78,180)

Color info

#A44EB4 contains mainly red and blue colors. Web safe color of #A44EB4 is #9966CC (or #96C).

RGB color model

#A44EB4 color RGB value is (164,78,180).

RGB: (164,78,180) (64%, 31%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 78 of 255 = 31%
B 180 of 255 = 71%

164
78
180

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

Portions of RGB colors in percentages

R + G + B = 164 + 78 + 180 = 422 (100%)
R 164 of 422 ~ 38.86%
G 78 of 422 ~ 18.48%
B 180 of 422 ~ 42.65'%

%38.86
%18.48
%42.65

CMYK color model

#A44EB4 color CMYK value is (9,57,0,29).

  • cyan value is 8.89%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (9,57,0,29)
C9M57Y0K29 (9%, 57%, 0%, 29%)
(0.09 / 0.57 / 0.00 / 0.29)

CMYK percentages

%8.89
%56.67
%0
%29.41

Codes

Color #A44EB4 in popluar color models

A4 4E B4
RGB 164 78 180
HSL 291° 40.48% 50.59%
HSB/HSV 291° 56.67% 70.59%
CMYK 8.89% 56.67% 0.00%
29.41%

Color #A44EB4 in popluar number systems.

HEX A4 4E B4
Decimal 164 78 180
Binary 10100100 1001110 10110100
Octal 244 116 264

Shades and tints

Shades of #A44EB4

#A44EB4
(164,78,180)
#9647A4
(150,71,164)
#884094
(136,64,148)
#7A3984
(122,57,132)
#6C3274
(108,50,116)
#5E2B64
(94,43,100)
#502454
(80,36,84)
#421D44
(66,29,68)
#341634
(52,22,52)
#260F24
(38,15,36)
#180814
(24,8,20)
#000000
(0,0,0)

Tints of #A44EB4

#A44EB4
(164,78,180)
#AC5EBA
(172,94,186)
#B46EC0
(180,110,192)
#BC7EC6
(188,126,198)
#C48ECC
(196,142,204)
#CC9ED2
(204,158,210)
#D4AED8
(212,174,216)
#DCBEDE
(220,190,222)
#E4CEE4
(228,206,228)
#ECDEEA
(236,222,234)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44EB4 color. Also use rgb(164,78,180) instead hex code.

Text Font Color

.myTextColor { color: #A44EB4; }

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

This text font color is #A44EB4.

Background Color

.myBgColor { background-color: #A44EB4; }

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

This div background color is #A44EB4.

Border color

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

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

This div border color is #A44EB4.

Opacity

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

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

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

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

This text has shadow with #A44EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44EB4.

Preview

Color preview on black background

This text has color #A44EB4 on black background.


Color preview on white background

This text has color #A44EB4 on white background.


Black color preview on #A44EB4 background

This text has black color on #A44EB4 background.


White color preview on #A44EB4 background

This text has white color on #A44EB4 background.


Related colors

Complementary color

Complementary color for #hex is #5BB14B.


I love getcolorcode.com

Triadic colors

1 #B4A44E and #4EB4A4 with #A44EB4 are triadic colors.

2 #B44EA4 and #4EA4B4 with #A44EB4 are triadic colors.