COLOR #A34C7E

HEX: #A34C7E
RGB: (163,76,126)

Color info

#A34C7E contains mainly red and blue colors. Web safe color of #A34C7E is #993366 (or #936).

RGB color model

#A34C7E color RGB value is (163,76,126).

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

RGB channels and saturation

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

163
76
126

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

Portions of RGB colors in percentages

R + G + B =
163 + 76 + 126 = 365 (100%)
R 163 of 365 ~ 44.66%
G 76 of 365 ~ 20.82%
B 126 of 365 ~ 34.52%

%44.66
%20.82
%34.52

CMYK color model

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

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

CMYK percentages

%0
%53.37
%22.7
%36.08

Codes

Color #A34C7E in popluar color models

A34C7E
RGB16376126
HSL326°36.40%46.86%
HSB/HSV326°53.37%63.92%
CMYK0.00%53.37%22.70%
36.08%

Color #A34C7E in popluar number systems.

HEXA34C7E
Decimal16376126
Binary1010001110011001111110
Octal243114176

Shades and tints

Shades of #A34C7E

#A34C7E
(163,76,126)
#954673
(149,70,115)
#874068
(135,64,104)
#793A5D
(121,58,93)
#6B3452
(107,52,82)
#5D2E47
(93,46,71)
#4F283C
(79,40,60)
#412231
(65,34,49)
#331C26
(51,28,38)
#25161B
(37,22,27)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #A34C7E

#A34C7E
(163,76,126)
#AB5C89
(171,92,137)
#B36C94
(179,108,148)
#BB7C9F
(187,124,159)
#C38CAA
(195,140,170)
#CB9CB5
(203,156,181)
#D3ACC0
(211,172,192)
#DBBCCB
(219,188,203)
#E3CCD6
(227,204,214)
#EBDCE1
(235,220,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34C7E; }

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

This text font color is #A34C7E.


Background Color

.myBgColor { background-color: #A34C7E; }

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

This div background color is #A34C7E.


Border color

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

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

This div border color is #A34C7E.


Opacity

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

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

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

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

This text has shadow with #A34C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34C7E on black background.


Color preview on white background

This text has color #A34C7E on white background.



Black color preview on #A34C7E background

This text has black color on #A34C7E background.


White color preview on #A34C7E background

This text has white color on #A34C7E background.