COLOR #A31CC0

HEX: #A31CC0
RGB: (163,28,192)

Color info

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

RGB color model

#A31CC0 color RGB value is (163,28,192).

  • red value is 163;
  • green value is 28;
  • blue value is 192.
RGB:
(163,28,192)
(64%,11%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 28 of 255 = 11%
B 192 of 255 = 75%

163
28
192

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

Portions of RGB colors in percentages

R + G + B =
163 + 28 + 192 = 383 (100%)
R 163 of 383 ~ 42.56%
G 28 of 383 ~ 7.31%
B 192 of 383 ~ 50.13%

%42.56
%50.13

CMYK color model

#A31CC0 color CMYK value is (15,85,0,25).

  • cyan value is 15.10%
  • magenta value is 85.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,85,0,25)
C15M85Y0K25 
(15%,85%,0%,25%)
(0.15/0.85/0.00/0.25)	

CMYK percentages

%15.1
%85.42
%0
%24.71

Codes

Color #A31CC0 in popluar color models

A31CC0
RGB16328192
HSL289°74.55%43.14%
HSB/HSV289°85.42%75.29%
CMYK15.10%85.42%0.00%
24.71%

Color #A31CC0 in popluar number systems.

HEXA31CC0
Decimal16328192
Binary101000111110011000000
Octal24334300

Shades and tints

Shades of #A31CC0

#A31CC0
(163,28,192)
#951AAF
(149,26,175)
#87189E
(135,24,158)
#79168D
(121,22,141)
#6B147C
(107,20,124)
#5D126B
(93,18,107)
#4F105A
(79,16,90)
#410E49
(65,14,73)
#330C38
(51,12,56)
#250A27
(37,10,39)
#170816
(23,8,22)
#000000
(0,0,0)

Tints of #A31CC0

#A31CC0
(163,28,192)
#AB30C5
(171,48,197)
#B344CA
(179,68,202)
#BB58CF
(187,88,207)
#C36CD4
(195,108,212)
#CB80D9
(203,128,217)
#D394DE
(211,148,222)
#DBA8E3
(219,168,227)
#E3BCE8
(227,188,232)
#EBD0ED
(235,208,237)
#F3E4F2
(243,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A31CC0 color. Also use rgb(163,28,192) instead hex code.

Text Font Color

.myTextColor { color: #A31CC0; }

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

This text font color is #A31CC0.


Background Color

.myBgColor { background-color: #A31CC0; }

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

This div background color is #A31CC0.


Border color

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

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

This div border color is #A31CC0.


Opacity

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

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

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

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

This text has shadow with #A31CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31CC0 on black background.


Color preview on white background

This text has color #A31CC0 on white background.



Black color preview on #A31CC0 background

This text has black color on #A31CC0 background.


White color preview on #A31CC0 background

This text has white color on #A31CC0 background.