COLOR #A541D1

HEX: #A541D1
RGB: (165,65,209)

Color info

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

RGB color model

#A541D1 color RGB value is (165,65,209).

  • red value is 165;
  • green value is 65;
  • blue value is 209.
RGB:
(165,65,209)
(65%,25%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 65 of 255 = 25%
B 209 of 255 = 82%

165
65
209

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

Portions of RGB colors in percentages

R + G + B =
165 + 65 + 209 = 439 (100%)
R 165 of 439 ~ 37.59%
G 65 of 439 ~ 14.81%
B 209 of 439 ~ 47.61%

%37.59
%14.81
%47.61

CMYK color model

#A541D1 color CMYK value is (21,69,0,18).

  • cyan value is 21.05%
  • magenta value is 68.90%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(21,69,0,18)
C21M69Y0K18 
(21%,69%,0%,18%)
(0.21/0.69/0.00/0.18)	

CMYK percentages

%21.05
%68.9
%0
%18.04

Codes

Color #A541D1 in popluar color models

A541D1
RGB16565209
HSL282°61.02%53.73%
HSB/HSV282°68.90%81.96%
CMYK21.05%68.90%0.00%
18.04%

Color #A541D1 in popluar number systems.

HEXA541D1
Decimal16565209
Binary10100101100000111010001
Octal245101321

Shades and tints

Shades of #A541D1

#A541D1
(165,65,209)
#963CBE
(150,60,190)
#8737AB
(135,55,171)
#783298
(120,50,152)
#692D85
(105,45,133)
#5A2872
(90,40,114)
#4B235F
(75,35,95)
#3C1E4C
(60,30,76)
#2D1939
(45,25,57)
#1E1426
(30,20,38)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A541D1

#A541D1
(165,65,209)
#AD52D5
(173,82,213)
#B563D9
(181,99,217)
#BD74DD
(189,116,221)
#C585E1
(197,133,225)
#CD96E5
(205,150,229)
#D5A7E9
(213,167,233)
#DDB8ED
(221,184,237)
#E5C9F1
(229,201,241)
#EDDAF5
(237,218,245)
#F5EBF9
(245,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A541D1 color. Also use rgb(165,65,209) instead hex code.

Text Font Color

.myTextColor { color: #A541D1; }

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

This text font color is #A541D1.


Background Color

.myBgColor { background-color: #A541D1; }

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

This div background color is #A541D1.


Border color

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

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

This div border color is #A541D1.


Opacity

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

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

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

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

This text has shadow with #A541D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A541D1 on black background.


Color preview on white background

This text has color #A541D1 on white background.



Black color preview on #A541D1 background

This text has black color on #A541D1 background.


White color preview on #A541D1 background

This text has white color on #A541D1 background.