COLOR #A34FB1

HEX: #A34FB1
RGB: (163,79,177)

Color info

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

RGB color model

#A34FB1 color RGB value is (163,79,177).

  • red value is 163;
  • green value is 79;
  • blue value is 177.
RGB:
(163,79,177)
(64%,31%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 79 of 255 = 31%
B 177 of 255 = 69%

163
79
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 79 + 177 = 419 (100%)
R 163 of 419 ~ 38.9%
G 79 of 419 ~ 18.85%
B 177 of 419 ~ 42.24%

%38.9
%18.85
%42.24

CMYK color model

#A34FB1 color CMYK value is (8,55,0,31).

  • cyan value is 7.91%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(8,55,0,31)
C8M55Y0K31 
(8%,55%,0%,31%)
(0.08/0.55/0.00/0.31)	

CMYK percentages

%7.91
%55.37
%0
%30.59

Codes

Color #A34FB1 in popluar color models

A34FB1
RGB16379177
HSL291°38.58%50.20%
HSB/HSV291°55.37%69.41%
CMYK7.91%55.37%0.00%
30.59%

Color #A34FB1 in popluar number systems.

HEXA34FB1
Decimal16379177
Binary10100011100111110110001
Octal243117261

Shades and tints

Shades of #A34FB1

#A34FB1
(163,79,177)
#9548A1
(149,72,161)
#874191
(135,65,145)
#793A81
(121,58,129)
#6B3371
(107,51,113)
#5D2C61
(93,44,97)
#4F2551
(79,37,81)
#411E41
(65,30,65)
#331731
(51,23,49)
#251021
(37,16,33)
#170911
(23,9,17)
#000000
(0,0,0)

Tints of #A34FB1

#A34FB1
(163,79,177)
#AB5FB8
(171,95,184)
#B36FBF
(179,111,191)
#BB7FC6
(187,127,198)
#C38FCD
(195,143,205)
#CB9FD4
(203,159,212)
#D3AFDB
(211,175,219)
#DBBFE2
(219,191,226)
#E3CFE9
(227,207,233)
#EBDFF0
(235,223,240)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34FB1; }

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

This text font color is #A34FB1.


Background Color

.myBgColor { background-color: #A34FB1; }

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

This div background color is #A34FB1.


Border color

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

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

This div border color is #A34FB1.


Opacity

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

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

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

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

This text has shadow with #A34FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34FB1 on black background.


Color preview on white background

This text has color #A34FB1 on white background.



Black color preview on #A34FB1 background

This text has black color on #A34FB1 background.


White color preview on #A34FB1 background

This text has white color on #A34FB1 background.