COLOR #A3519B

HEX: #A3519B
RGB: (163,81,155)

Color info

#A3519B contains mainly red and blue colors. Web safe color of #A3519B is #996699 (or #969).

RGB color model

#A3519B color RGB value is (163,81,155).

  • red value is 163;
  • green value is 81;
  • blue value is 155.
RGB:
(163,81,155)
(64%,32%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 81 of 255 = 32%
B 155 of 255 = 61%

163
81
155

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

Portions of RGB colors in percentages

R + G + B =
163 + 81 + 155 = 399 (100%)
R 163 of 399 ~ 40.85%
G 81 of 399 ~ 20.3%
B 155 of 399 ~ 38.85%

%40.85
%20.3
%38.85

CMYK color model

#A3519B color CMYK value is (0,50,5,36).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,50,5,36)
C0M50Y5K36 
(0%,50%,5%,36%)
(0.00/0.50/0.05/0.36)	

CMYK percentages

%0
%50.31
%4.91
%36.08

Codes

Color #A3519B in popluar color models

A3519B
RGB16381155
HSL306°33.61%47.84%
HSB/HSV306°50.31%63.92%
CMYK0.00%50.31%4.91%
36.08%

Color #A3519B in popluar number systems.

HEXA3519B
Decimal16381155
Binary10100011101000110011011
Octal243121233

Shades and tints

Shades of #A3519B

#A3519B
(163,81,155)
#954A8D
(149,74,141)
#87437F
(135,67,127)
#793C71
(121,60,113)
#6B3563
(107,53,99)
#5D2E55
(93,46,85)
#4F2747
(79,39,71)
#412039
(65,32,57)
#33192B
(51,25,43)
#25121D
(37,18,29)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #A3519B

#A3519B
(163,81,155)
#AB60A4
(171,96,164)
#B36FAD
(179,111,173)
#BB7EB6
(187,126,182)
#C38DBF
(195,141,191)
#CB9CC8
(203,156,200)
#D3ABD1
(211,171,209)
#DBBADA
(219,186,218)
#E3C9E3
(227,201,227)
#EBD8EC
(235,216,236)
#F3E7F5
(243,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3519B color. Also use rgb(163,81,155) instead hex code.

Text Font Color

.myTextColor { color: #A3519B; }

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

This text font color is #A3519B.


Background Color

.myBgColor { background-color: #A3519B; }

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

This div background color is #A3519B.


Border color

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

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

This div border color is #A3519B.


Opacity

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

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

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

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

This text has shadow with #A3519B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3519B on black background.


Color preview on white background

This text has color #A3519B on white background.



Black color preview on #A3519B background

This text has black color on #A3519B background.


White color preview on #A3519B background

This text has white color on #A3519B background.