COLOR #A173D2

HEX: #A173D2
RGB: (161,115,210)

Color info

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

RGB color model

#A173D2 color RGB value is (161,115,210).

  • red value is 161;
  • green value is 115;
  • blue value is 210.
RGB:
(161,115,210)
(63%,45%,82%)

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 210 of 255 = 82%

161
115
210

R + G + B ~ 63%. #A173D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 210 = 486 (100%)
R 161 of 486 ~ 33.13%
G 115 of 486 ~ 23.66%
B 210 of 486 ~ 43.21%

%33.13
%23.66
%43.21

CMYK color model

#A173D2 color CMYK value is (23,45,0,18).

  • cyan value is 23.33%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(23,45,0,18)
C23M45Y0K18 
(23%,45%,0%,18%)
(0.23/0.45/0.00/0.18)	

CMYK percentages

%23.33
%45.24
%0
%17.65

Codes

Color #A173D2 in popluar color models

A173D2
RGB161115210
HSL269°51.35%63.73%
HSB/HSV269°45.24%82.35%
CMYK23.33%45.24%0.00%
17.65%

Color #A173D2 in popluar number systems.

HEXA173D2
Decimal161115210
Binary10100001111001111010010
Octal241163322

Shades and tints

Shades of #A173D2

#A173D2
(161,115,210)
#9369BF
(147,105,191)
#855FAC
(133,95,172)
#775599
(119,85,153)
#694B86
(105,75,134)
#5B4173
(91,65,115)
#4D3760
(77,55,96)
#3F2D4D
(63,45,77)
#31233A
(49,35,58)
#231927
(35,25,39)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #A173D2

#A173D2
(161,115,210)
#A97FD6
(169,127,214)
#B18BDA
(177,139,218)
#B997DE
(185,151,222)
#C1A3E2
(193,163,226)
#C9AFE6
(201,175,230)
#D1BBEA
(209,187,234)
#D9C7EE
(217,199,238)
#E1D3F2
(225,211,242)
#E9DFF6
(233,223,246)
#F1EBFA
(241,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A173D2 color. Also use rgb(161,115,210) instead hex code.

Text Font Color

.myTextColor { color: #A173D2; }

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

This text font color is #A173D2.


Background Color

.myBgColor { background-color: #A173D2; }

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

This div background color is #A173D2.


Border color

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

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

This div border color is #A173D2.


Opacity

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

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

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

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

This text has shadow with #A173D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A173D2 on black background.


Color preview on white background

This text has color #A173D2 on white background.



Black color preview on #A173D2 background

This text has black color on #A173D2 background.


White color preview on #A173D2 background

This text has white color on #A173D2 background.