COLOR #A34AC7

HEX: #A34AC7
RGB: (163,74,199)

Color info

#A34AC7 contains mainly red and blue colors. Web safe color of #A34AC7 is #9933CC (or #93C).

RGB color model

#A34AC7 color RGB value is (163,74,199).

  • red value is 163;
  • green value is 74;
  • blue value is 199.
RGB:
(163,74,199)
(64%,29%,78%)

RGB channels and saturation

R 163 of 255 = 64%
G 74 of 255 = 29%
B 199 of 255 = 78%

163
74
199

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

Portions of RGB colors in percentages

R + G + B =
163 + 74 + 199 = 436 (100%)
R 163 of 436 ~ 37.39%
G 74 of 436 ~ 16.97%
B 199 of 436 ~ 45.64%

%37.39
%16.97
%45.64

CMYK color model

#A34AC7 color CMYK value is (18,63,0,22).

  • cyan value is 18.09%
  • magenta value is 62.81%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(18,63,0,22)
C18M63Y0K22 
(18%,63%,0%,22%)
(0.18/0.63/0.00/0.22)	

CMYK percentages

%18.09
%62.81
%0
%21.96

Codes

Color #A34AC7 in popluar color models

A34AC7
RGB16374199
HSL283°52.74%53.53%
HSB/HSV283°62.81%78.04%
CMYK18.09%62.81%0.00%
21.96%

Color #A34AC7 in popluar number systems.

HEXA34AC7
Decimal16374199
Binary10100011100101011000111
Octal243112307

Shades and tints

Shades of #A34AC7

#A34AC7
(163,74,199)
#9544B5
(149,68,181)
#873EA3
(135,62,163)
#793891
(121,56,145)
#6B327F
(107,50,127)
#5D2C6D
(93,44,109)
#4F265B
(79,38,91)
#412049
(65,32,73)
#331A37
(51,26,55)
#251425
(37,20,37)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #A34AC7

#A34AC7
(163,74,199)
#AB5ACC
(171,90,204)
#B36AD1
(179,106,209)
#BB7AD6
(187,122,214)
#C38ADB
(195,138,219)
#CB9AE0
(203,154,224)
#D3AAE5
(211,170,229)
#DBBAEA
(219,186,234)
#E3CAEF
(227,202,239)
#EBDAF4
(235,218,244)
#F3EAF9
(243,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34AC7; }

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

This text font color is #A34AC7.


Background Color

.myBgColor { background-color: #A34AC7; }

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

This div background color is #A34AC7.


Border color

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

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

This div border color is #A34AC7.


Opacity

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

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

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

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

This text has shadow with #A34AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34AC7 on black background.


Color preview on white background

This text has color #A34AC7 on white background.



Black color preview on #A34AC7 background

This text has black color on #A34AC7 background.


White color preview on #A34AC7 background

This text has white color on #A34AC7 background.