COLOR #A34D9C

HEX: #A34D9C
RGB: (163,77,156)

Color info

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

RGB color model

#A34D9C color RGB value is (163,77,156).

  • red value is 163;
  • green value is 77;
  • blue value is 156.
RGB:
(163,77,156)
(64%,30%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 77 of 255 = 30%
B 156 of 255 = 61%

163
77
156

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

Portions of RGB colors in percentages

R + G + B =
163 + 77 + 156 = 396 (100%)
R 163 of 396 ~ 41.16%
G 77 of 396 ~ 19.44%
B 156 of 396 ~ 39.39%

%41.16
%19.44
%39.39

CMYK color model

#A34D9C color CMYK value is (0,53,4,36).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK:
(0,53,4,36)
C0M53Y4K36 
(0%,53%,4%,36%)
(0.00/0.53/0.04/0.36)	

CMYK percentages

%0
%52.76
%4.29
%36.08

Codes

Color #A34D9C in popluar color models

A34D9C
RGB16377156
HSL305°35.83%47.06%
HSB/HSV305°52.76%63.92%
CMYK0.00%52.76%4.29%
36.08%

Color #A34D9C in popluar number systems.

HEXA34D9C
Decimal16377156
Binary10100011100110110011100
Octal243115234

Shades and tints

Shades of #A34D9C

#A34D9C
(163,77,156)
#95468E
(149,70,142)
#873F80
(135,63,128)
#793872
(121,56,114)
#6B3164
(107,49,100)
#5D2A56
(93,42,86)
#4F2348
(79,35,72)
#411C3A
(65,28,58)
#33152C
(51,21,44)
#250E1E
(37,14,30)
#170710
(23,7,16)
#000000
(0,0,0)

Tints of #A34D9C

#A34D9C
(163,77,156)
#AB5DA5
(171,93,165)
#B36DAE
(179,109,174)
#BB7DB7
(187,125,183)
#C38DC0
(195,141,192)
#CB9DC9
(203,157,201)
#D3ADD2
(211,173,210)
#DBBDDB
(219,189,219)
#E3CDE4
(227,205,228)
#EBDDED
(235,221,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34D9C color. Also use rgb(163,77,156) instead hex code.

Text Font Color

.myTextColor { color: #A34D9C; }

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

This text font color is #A34D9C.


Background Color

.myBgColor { background-color: #A34D9C; }

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

This div background color is #A34D9C.


Border color

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

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

This div border color is #A34D9C.


Opacity

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

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

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

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

This text has shadow with #A34D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34D9C on black background.


Color preview on white background

This text has color #A34D9C on white background.



Black color preview on #A34D9C background

This text has black color on #A34D9C background.


White color preview on #A34D9C background

This text has white color on #A34D9C background.