COLOR #A31ED1

HEX: #A31ED1
RGB: (163,30,209)

Color info

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

RGB color model

#A31ED1 color RGB value is (163,30,209).

  • red value is 163;
  • green value is 30;
  • blue value is 209.
RGB:
(163,30,209)
(64%,12%,82%)

RGB channels and saturation

R 163 of 255 = 64%
G 30 of 255 = 12%
B 209 of 255 = 82%

163
30
209

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

Portions of RGB colors in percentages

R + G + B =
163 + 30 + 209 = 402 (100%)
R 163 of 402 ~ 40.55%
G 30 of 402 ~ 7.46%
B 209 of 402 ~ 51.99%

%40.55
%51.99

CMYK color model

#A31ED1 color CMYK value is (22,86,0,18).

  • cyan value is 22.01%
  • magenta value is 85.65%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,86,0,18)
C22M86Y0K18 
(22%,86%,0%,18%)
(0.22/0.86/0.00/0.18)	

CMYK percentages

%22.01
%85.65
%0
%18.04

Codes

Color #A31ED1 in popluar color models

A31ED1
RGB16330209
HSL285°74.90%46.86%
HSB/HSV285°85.65%81.96%
CMYK22.01%85.65%0.00%
18.04%

Color #A31ED1 in popluar number systems.

HEXA31ED1
Decimal16330209
Binary101000111111011010001
Octal24336321

Shades and tints

Shades of #A31ED1

#A31ED1
(163,30,209)
#951CBE
(149,28,190)
#871AAB
(135,26,171)
#791898
(121,24,152)
#6B1685
(107,22,133)
#5D1472
(93,20,114)
#4F125F
(79,18,95)
#41104C
(65,16,76)
#330E39
(51,14,57)
#250C26
(37,12,38)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #A31ED1

#A31ED1
(163,30,209)
#AB32D5
(171,50,213)
#B346D9
(179,70,217)
#BB5ADD
(187,90,221)
#C36EE1
(195,110,225)
#CB82E5
(203,130,229)
#D396E9
(211,150,233)
#DBAAED
(219,170,237)
#E3BEF1
(227,190,241)
#EBD2F5
(235,210,245)
#F3E6F9
(243,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A31ED1 color. Also use rgb(163,30,209) instead hex code.

Text Font Color

.myTextColor { color: #A31ED1; }

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

This text font color is #A31ED1.


Background Color

.myBgColor { background-color: #A31ED1; }

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

This div background color is #A31ED1.


Border color

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

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

This div border color is #A31ED1.


Opacity

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

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

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

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

This text has shadow with #A31ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31ED1 on black background.


Color preview on white background

This text has color #A31ED1 on white background.



Black color preview on #A31ED1 background

This text has black color on #A31ED1 background.


White color preview on #A31ED1 background

This text has white color on #A31ED1 background.