COLOR #A173A5

HEX: #A173A5
RGB: (161,115,165)

Color info

#A173A5 contains red, green and blue colors in about the same proportion. Web safe color of #A173A5 is #996699 (or #969).

RGB color model

#A173A5 color RGB value is (161,115,165).

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

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 165 of 255 = 65%

161
115
165

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

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 165 = 441 (100%)
R 161 of 441 ~ 36.51%
G 115 of 441 ~ 26.08%
B 165 of 441 ~ 37.41%

%36.51
%26.08
%37.41

CMYK color model

#A173A5 color CMYK value is (2,30,0,35).

  • cyan value is 2.42%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(2,30,0,35)
C2M30Y0K35 
(2%,30%,0%,35%)
(0.02/0.30/0.00/0.35)	

CMYK percentages

%2.42
%30.3
%0
%35.29

Codes

Color #A173A5 in popluar color models

A173A5
RGB161115165
HSL295°21.74%54.90%
HSB/HSV295°30.30%64.71%
CMYK2.42%30.30%0.00%
35.29%

Color #A173A5 in popluar number systems.

HEXA173A5
Decimal161115165
Binary10100001111001110100101
Octal241163245

Shades and tints

Shades of #A173A5

#A173A5
(161,115,165)
#936996
(147,105,150)
#855F87
(133,95,135)
#775578
(119,85,120)
#694B69
(105,75,105)
#5B415A
(91,65,90)
#4D374B
(77,55,75)
#3F2D3C
(63,45,60)
#31232D
(49,35,45)
#23191E
(35,25,30)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #A173A5

#A173A5
(161,115,165)
#A97FAD
(169,127,173)
#B18BB5
(177,139,181)
#B997BD
(185,151,189)
#C1A3C5
(193,163,197)
#C9AFCD
(201,175,205)
#D1BBD5
(209,187,213)
#D9C7DD
(217,199,221)
#E1D3E5
(225,211,229)
#E9DFED
(233,223,237)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A173A5; }

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

This text font color is #A173A5.


Background Color

.myBgColor { background-color: #A173A5; }

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

This div background color is #A173A5.


Border color

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

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

This div border color is #A173A5.


Opacity

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

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

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

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

This text has shadow with #A173A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A173A5 on black background.


Color preview on white background

This text has color #A173A5 on white background.



Black color preview on #A173A5 background

This text has black color on #A173A5 background.


White color preview on #A173A5 background

This text has white color on #A173A5 background.