COLOR #A34CA3

HEX: #A34CA3
RGB: (163,76,163)

Color info

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

RGB color model

#A34CA3 color RGB value is (163,76,163).

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

RGB channels and saturation

R 163 of 255 = 64%
G 76 of 255 = 30%
B 163 of 255 = 64%

163
76
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 76 + 163 = 402 (100%)
R 163 of 402 ~ 40.55%
G 76 of 402 ~ 18.91%
B 163 of 402 ~ 40.55%

%40.55
%18.91
%40.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.37%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,53,0,36)
C0M53Y0K36 
(0%,53%,0%,36%)
(0.00/0.53/0.00/0.36)	

CMYK percentages

%0
%53.37
%0
%36.08

Codes

Color #A34CA3 in popluar color models

A34CA3
RGB16376163
HSL300°36.40%46.86%
HSB/HSV300°53.37%63.92%
CMYK0.00%53.37%0.00%
36.08%

Color #A34CA3 in popluar number systems.

HEXA34CA3
Decimal16376163
Binary10100011100110010100011
Octal243114243

Shades and tints

Shades of #A34CA3

#A34CA3
(163,76,163)
#954695
(149,70,149)
#874087
(135,64,135)
#793A79
(121,58,121)
#6B346B
(107,52,107)
#5D2E5D
(93,46,93)
#4F284F
(79,40,79)
#412241
(65,34,65)
#331C33
(51,28,51)
#251625
(37,22,37)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #A34CA3

#A34CA3
(163,76,163)
#AB5CAB
(171,92,171)
#B36CB3
(179,108,179)
#BB7CBB
(187,124,187)
#C38CC3
(195,140,195)
#CB9CCB
(203,156,203)
#D3ACD3
(211,172,211)
#DBBCDB
(219,188,219)
#E3CCE3
(227,204,227)
#EBDCEB
(235,220,235)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34CA3; }

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

This text font color is #A34CA3.


Background Color

.myBgColor { background-color: #A34CA3; }

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

This div background color is #A34CA3.


Border color

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

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

This div border color is #A34CA3.


Opacity

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

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

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

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

This text has shadow with #A34CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34CA3 on black background.


Color preview on white background

This text has color #A34CA3 on white background.



Black color preview on #A34CA3 background

This text has black color on #A34CA3 background.


White color preview on #A34CA3 background

This text has white color on #A34CA3 background.