COLOR #A41DB1

HEX: #A41DB1
RGB: (164,29,177)

Color info

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

RGB color model

#A41DB1 color RGB value is (164,29,177).

  • red value is 164;
  • green value is 29;
  • blue value is 177.
RGB:
(164,29,177)
(64%,11%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 29 of 255 = 11%
B 177 of 255 = 69%

164
29
177

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

Portions of RGB colors in percentages

R + G + B =
164 + 29 + 177 = 370 (100%)
R 164 of 370 ~ 44.32%
G 29 of 370 ~ 7.84%
B 177 of 370 ~ 47.84%

%44.32
%47.84

CMYK color model

#A41DB1 color CMYK value is (7,84,0,31).

  • cyan value is 7.34%
  • magenta value is 83.62%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,84,0,31)
C7M84Y0K31 
(7%,84%,0%,31%)
(0.07/0.84/0.00/0.31)	

CMYK percentages

%7.34
%83.62
%0
%30.59

Codes

Color #A41DB1 in popluar color models

A41DB1
RGB16429177
HSL295°71.84%40.39%
HSB/HSV295°83.62%69.41%
CMYK7.34%83.62%0.00%
30.59%

Color #A41DB1 in popluar number systems.

HEXA41DB1
Decimal16429177
Binary101001001110110110001
Octal24435261

Shades and tints

Shades of #A41DB1

#A41DB1
(164,29,177)
#961BA1
(150,27,161)
#881991
(136,25,145)
#7A1781
(122,23,129)
#6C1571
(108,21,113)
#5E1361
(94,19,97)
#501151
(80,17,81)
#420F41
(66,15,65)
#340D31
(52,13,49)
#260B21
(38,11,33)
#180911
(24,9,17)
#000000
(0,0,0)

Tints of #A41DB1

#A41DB1
(164,29,177)
#AC31B8
(172,49,184)
#B445BF
(180,69,191)
#BC59C6
(188,89,198)
#C46DCD
(196,109,205)
#CC81D4
(204,129,212)
#D495DB
(212,149,219)
#DCA9E2
(220,169,226)
#E4BDE9
(228,189,233)
#ECD1F0
(236,209,240)
#F4E5F7
(244,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A41DB1; }

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

This text font color is #A41DB1.


Background Color

.myBgColor { background-color: #A41DB1; }

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

This div background color is #A41DB1.


Border color

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

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

This div border color is #A41DB1.


Opacity

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

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

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

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

This text has shadow with #A41DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41DB1 on black background.


Color preview on white background

This text has color #A41DB1 on white background.



Black color preview on #A41DB1 background

This text has black color on #A41DB1 background.


White color preview on #A41DB1 background

This text has white color on #A41DB1 background.