COLOR #A34FB0

HEX: #A34FB0
RGB: (163,79,176)

Color info

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

RGB color model

#A34FB0 color RGB value is (163,79,176).

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

RGB channels and saturation

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

163
79
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 79 + 176 = 418 (100%)
R 163 of 418 ~ 39%
G 79 of 418 ~ 18.9%
B 176 of 418 ~ 42.11%

%39
%18.9
%42.11

CMYK color model

#A34FB0 color CMYK value is (7,55,0,31).

  • cyan value is 7.39%
  • magenta value is 55.11%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,55,0,31)
C7M55Y0K31 
(7%,55%,0%,31%)
(0.07/0.55/0.00/0.31)	

CMYK percentages

%7.39
%55.11
%0
%30.98

Codes

Color #A34FB0 in popluar color models

A34FB0
RGB16379176
HSL292°38.04%50.00%
HSB/HSV292°55.11%69.02%
CMYK7.39%55.11%0.00%
30.98%

Color #A34FB0 in popluar number systems.

HEXA34FB0
Decimal16379176
Binary10100011100111110110000
Octal243117260

Shades and tints

Shades of #A34FB0

#A34FB0
(163,79,176)
#9548A0
(149,72,160)
#874190
(135,65,144)
#793A80
(121,58,128)
#6B3370
(107,51,112)
#5D2C60
(93,44,96)
#4F2550
(79,37,80)
#411E40
(65,30,64)
#331730
(51,23,48)
#251020
(37,16,32)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #A34FB0

#A34FB0
(163,79,176)
#AB5FB7
(171,95,183)
#B36FBE
(179,111,190)
#BB7FC5
(187,127,197)
#C38FCC
(195,143,204)
#CB9FD3
(203,159,211)
#D3AFDA
(211,175,218)
#DBBFE1
(219,191,225)
#E3CFE8
(227,207,232)
#EBDFEF
(235,223,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34FB0; }

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

This text font color is #A34FB0.


Background Color

.myBgColor { background-color: #A34FB0; }

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

This div background color is #A34FB0.


Border color

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

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

This div border color is #A34FB0.


Opacity

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

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

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

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

This text has shadow with #A34FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34FB0 on black background.


Color preview on white background

This text has color #A34FB0 on white background.



Black color preview on #A34FB0 background

This text has black color on #A34FB0 background.


White color preview on #A34FB0 background

This text has white color on #A34FB0 background.