COLOR #A3409B

HEX: #A3409B
RGB: (163,64,155)

Color info

#A3409B contains mainly red and blue colors. Web safe color of #A3409B is #993399 (or #939).

RGB color model

#A3409B color RGB value is (163,64,155).

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

RGB channels and saturation

R 163 of 255 = 64%
G 64 of 255 = 25%
B 155 of 255 = 61%

163
64
155

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

Portions of RGB colors in percentages

R + G + B =
163 + 64 + 155 = 382 (100%)
R 163 of 382 ~ 42.67%
G 64 of 382 ~ 16.75%
B 155 of 382 ~ 40.58%

%42.67
%16.75
%40.58

CMYK color model

#A3409B color CMYK value is (0,61,5,36).

  • cyan value is 0.00%
  • magenta value is 60.74%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,61,5,36)
C0M61Y5K36 
(0%,61%,5%,36%)
(0.00/0.61/0.05/0.36)	

CMYK percentages

%0
%60.74
%4.91
%36.08

Codes

Color #A3409B in popluar color models

A3409B
RGB16364155
HSL305°43.61%44.51%
HSB/HSV305°60.74%63.92%
CMYK0.00%60.74%4.91%
36.08%

Color #A3409B in popluar number systems.

HEXA3409B
Decimal16364155
Binary10100011100000010011011
Octal243100233

Shades and tints

Shades of #A3409B

#A3409B
(163,64,155)
#953B8D
(149,59,141)
#87367F
(135,54,127)
#793171
(121,49,113)
#6B2C63
(107,44,99)
#5D2755
(93,39,85)
#4F2247
(79,34,71)
#411D39
(65,29,57)
#33182B
(51,24,43)
#25131D
(37,19,29)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A3409B

#A3409B
(163,64,155)
#AB51A4
(171,81,164)
#B362AD
(179,98,173)
#BB73B6
(187,115,182)
#C384BF
(195,132,191)
#CB95C8
(203,149,200)
#D3A6D1
(211,166,209)
#DBB7DA
(219,183,218)
#E3C8E3
(227,200,227)
#EBD9EC
(235,217,236)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3409B; }

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

This text font color is #A3409B.


Background Color

.myBgColor { background-color: #A3409B; }

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

This div background color is #A3409B.


Border color

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

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

This div border color is #A3409B.


Opacity

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

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

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

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

This text has shadow with #A3409B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3409B on black background.


Color preview on white background

This text has color #A3409B on white background.



Black color preview on #A3409B background

This text has black color on #A3409B background.


White color preview on #A3409B background

This text has white color on #A3409B background.