COLOR #A41DB4

HEX: #A41DB4 RGB: (164,29,180)

Color info

#A41DB4 contains mainly red and blue colors. Web safe color of #A41DB4 is #9933CC (or #93C).

RGB color model

#A41DB4 color RGB value is (164,29,180).

RGB: (164,29,180) (64%, 11%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 29 of 255 = 11%
B 180 of 255 = 71%

164
29
180

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

Portions of RGB colors in percentages

R + G + B = 164 + 29 + 180 = 373 (100%)
R 164 of 373 ~ 43.97%
G 29 of 373 ~ 7.77%
B 180 of 373 ~ 48.26'%

%43.97
%48.26

CMYK color model

#A41DB4 color CMYK value is (9,84,0,29).

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

CMYK: (9,84,0,29)
C9M84Y0K29 (9%, 84%, 0%, 29%)
(0.09 / 0.84 / 0.00 / 0.29)

CMYK percentages

%8.89
%83.89
%0
%29.41

Codes

Color #A41DB4 in popluar color models

A4 1D B4
RGB 164 29 180
HSL 294° 72.25% 40.98%
HSB/HSV 294° 83.89% 70.59%
CMYK 8.89% 83.89% 0.00%
29.41%

Color #A41DB4 in popluar number systems.

HEX A4 1D B4
Decimal 164 29 180
Binary 10100100 11101 10110100
Octal 244 35 264

Shades and tints

Shades of #A41DB4

#A41DB4
(164,29,180)
#961BA4
(150,27,164)
#881994
(136,25,148)
#7A1784
(122,23,132)
#6C1574
(108,21,116)
#5E1364
(94,19,100)
#501154
(80,17,84)
#420F44
(66,15,68)
#340D34
(52,13,52)
#260B24
(38,11,36)
#180914
(24,9,20)
#000000
(0,0,0)

Tints of #A41DB4

#A41DB4
(164,29,180)
#AC31BA
(172,49,186)
#B445C0
(180,69,192)
#BC59C6
(188,89,198)
#C46DCC
(196,109,204)
#CC81D2
(204,129,210)
#D495D8
(212,149,216)
#DCA9DE
(220,169,222)
#E4BDE4
(228,189,228)
#ECD1EA
(236,209,234)
#F4E5F0
(244,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A41DB4; }

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

This text font color is #A41DB4.

Background Color

.myBgColor { background-color: #A41DB4; }

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

This div background color is #A41DB4.

Border color

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

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

This div border color is #A41DB4.

Opacity

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

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

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

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

This text has shadow with #A41DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A41DB4.

Preview

Color preview on black background

This text has color #A41DB4 on black background.


Color preview on white background

This text has color #A41DB4 on white background.


Black color preview on #A41DB4 background

This text has black color on #A41DB4 background.


White color preview on #A41DB4 background

This text has white color on #A41DB4 background.


Related colors

Complementary color

Complementary color for #hex is #5BE24B.


I love getcolorcode.com

Triadic colors

1 #B4A41D and #1DB4A4 with #A41DB4 are triadic colors.

2 #B41DA4 and #1DA4B4 with #A41DB4 are triadic colors.