COLOR #A31EBA

HEX: #A31EBA
RGB: (163,30,186)

Color info

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

RGB color model

#A31EBA color RGB value is (163,30,186).

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

RGB channels and saturation

R 163 of 255 = 64%
G 30 of 255 = 12%
B 186 of 255 = 73%

163
30
186

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

Portions of RGB colors in percentages

R + G + B =
163 + 30 + 186 = 379 (100%)
R 163 of 379 ~ 43.01%
G 30 of 379 ~ 7.92%
B 186 of 379 ~ 49.08%

%43.01
%49.08

CMYK color model

#A31EBA color CMYK value is (12,84,0,27).

  • cyan value is 12.37%
  • magenta value is 83.87%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,84,0,27)
C12M84Y0K27 
(12%,84%,0%,27%)
(0.12/0.84/0.00/0.27)	

CMYK percentages

%12.37
%83.87
%0
%27.06

Codes

Color #A31EBA in popluar color models

A31EBA
RGB16330186
HSL291°72.22%42.35%
HSB/HSV291°83.87%72.94%
CMYK12.37%83.87%0.00%
27.06%

Color #A31EBA in popluar number systems.

HEXA31EBA
Decimal16330186
Binary101000111111010111010
Octal24336272

Shades and tints

Shades of #A31EBA

#A31EBA
(163,30,186)
#951CAA
(149,28,170)
#871A9A
(135,26,154)
#79188A
(121,24,138)
#6B167A
(107,22,122)
#5D146A
(93,20,106)
#4F125A
(79,18,90)
#41104A
(65,16,74)
#330E3A
(51,14,58)
#250C2A
(37,12,42)
#170A1A
(23,10,26)
#000000
(0,0,0)

Tints of #A31EBA

#A31EBA
(163,30,186)
#AB32C0
(171,50,192)
#B346C6
(179,70,198)
#BB5ACC
(187,90,204)
#C36ED2
(195,110,210)
#CB82D8
(203,130,216)
#D396DE
(211,150,222)
#DBAAE4
(219,170,228)
#E3BEEA
(227,190,234)
#EBD2F0
(235,210,240)
#F3E6F6
(243,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A31EBA; }

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

This text font color is #A31EBA.


Background Color

.myBgColor { background-color: #A31EBA; }

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

This div background color is #A31EBA.


Border color

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

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

This div border color is #A31EBA.


Opacity

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

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

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

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

This text has shadow with #A31EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31EBA on black background.


Color preview on white background

This text has color #A31EBA on white background.



Black color preview on #A31EBA background

This text has black color on #A31EBA background.


White color preview on #A31EBA background

This text has white color on #A31EBA background.