COLOR #A354C7

HEX: #A354C7
RGB: (163,84,199)

Color info

#A354C7 contains mainly red and blue colors. Web safe color of #A354C7 is #9966CC (or #96C).

RGB color model

#A354C7 color RGB value is (163,84,199).

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

RGB channels and saturation

R 163 of 255 = 64%
G 84 of 255 = 33%
B 199 of 255 = 78%

163
84
199

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

Portions of RGB colors in percentages

R + G + B =
163 + 84 + 199 = 446 (100%)
R 163 of 446 ~ 36.55%
G 84 of 446 ~ 18.83%
B 199 of 446 ~ 44.62%

%36.55
%18.83
%44.62

CMYK color model

#A354C7 color CMYK value is (18,58,0,22).

  • cyan value is 18.09%
  • magenta value is 57.79%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(18,58,0,22)
C18M58Y0K22 
(18%,58%,0%,22%)
(0.18/0.58/0.00/0.22)	

CMYK percentages

%18.09
%57.79
%0
%21.96

Codes

Color #A354C7 in popluar color models

A354C7
RGB16384199
HSL281°50.66%55.49%
HSB/HSV281°57.79%78.04%
CMYK18.09%57.79%0.00%
21.96%

Color #A354C7 in popluar number systems.

HEXA354C7
Decimal16384199
Binary10100011101010011000111
Octal243124307

Shades and tints

Shades of #A354C7

#A354C7
(163,84,199)
#954DB5
(149,77,181)
#8746A3
(135,70,163)
#793F91
(121,63,145)
#6B387F
(107,56,127)
#5D316D
(93,49,109)
#4F2A5B
(79,42,91)
#412349
(65,35,73)
#331C37
(51,28,55)
#251525
(37,21,37)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #A354C7

#A354C7
(163,84,199)
#AB63CC
(171,99,204)
#B372D1
(179,114,209)
#BB81D6
(187,129,214)
#C390DB
(195,144,219)
#CB9FE0
(203,159,224)
#D3AEE5
(211,174,229)
#DBBDEA
(219,189,234)
#E3CCEF
(227,204,239)
#EBDBF4
(235,219,244)
#F3EAF9
(243,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A354C7; }

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

This text font color is #A354C7.


Background Color

.myBgColor { background-color: #A354C7; }

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

This div background color is #A354C7.


Border color

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

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

This div border color is #A354C7.


Opacity

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

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

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

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

This text has shadow with #A354C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A354C7 on black background.


Color preview on white background

This text has color #A354C7 on white background.



Black color preview on #A354C7 background

This text has black color on #A354C7 background.


White color preview on #A354C7 background

This text has white color on #A354C7 background.