COLOR #A349D8

HEX: #A349D8
RGB: (163,73,216)

Color info

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

RGB color model

#A349D8 color RGB value is (163,73,216).

  • red value is 163;
  • green value is 73;
  • blue value is 216.
RGB:
(163,73,216)
(64%,29%,85%)

RGB channels and saturation

R 163 of 255 = 64%
G 73 of 255 = 29%
B 216 of 255 = 85%

163
73
216

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

Portions of RGB colors in percentages

R + G + B =
163 + 73 + 216 = 452 (100%)
R 163 of 452 ~ 36.06%
G 73 of 452 ~ 16.15%
B 216 of 452 ~ 47.79%

%36.06
%16.15
%47.79

CMYK color model

#A349D8 color CMYK value is (25,66,0,15).

  • cyan value is 24.54%
  • magenta value is 66.20%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(25,66,0,15)
C25M66Y0K15 
(25%,66%,0%,15%)
(0.25/0.66/0.00/0.15)	

CMYK percentages

%24.54
%66.2
%0
%15.29

Codes

Color #A349D8 in popluar color models

A349D8
RGB16373216
HSL278°64.71%56.67%
HSB/HSV278°66.20%84.71%
CMYK24.54%66.20%0.00%
15.29%

Color #A349D8 in popluar number systems.

HEXA349D8
Decimal16373216
Binary10100011100100111011000
Octal243111330

Shades and tints

Shades of #A349D8

#A349D8
(163,73,216)
#9543C5
(149,67,197)
#873DB2
(135,61,178)
#79379F
(121,55,159)
#6B318C
(107,49,140)
#5D2B79
(93,43,121)
#4F2566
(79,37,102)
#411F53
(65,31,83)
#331940
(51,25,64)
#25132D
(37,19,45)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #A349D8

#A349D8
(163,73,216)
#AB59DB
(171,89,219)
#B369DE
(179,105,222)
#BB79E1
(187,121,225)
#C389E4
(195,137,228)
#CB99E7
(203,153,231)
#D3A9EA
(211,169,234)
#DBB9ED
(219,185,237)
#E3C9F0
(227,201,240)
#EBD9F3
(235,217,243)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A349D8 color. Also use rgb(163,73,216) instead hex code.

Text Font Color

.myTextColor { color: #A349D8; }

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

This text font color is #A349D8.


Background Color

.myBgColor { background-color: #A349D8; }

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

This div background color is #A349D8.


Border color

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

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

This div border color is #A349D8.


Opacity

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

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

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

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

This text has shadow with #A349D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A349D8 on black background.


Color preview on white background

This text has color #A349D8 on white background.



Black color preview on #A349D8 background

This text has black color on #A349D8 background.


White color preview on #A349D8 background

This text has white color on #A349D8 background.