COLOR #A171C2

HEX: #A171C2
RGB: (161,113,194)

Color info

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

RGB color model

#A171C2 color RGB value is (161,113,194).

  • red value is 161;
  • green value is 113;
  • blue value is 194.
RGB:
(161,113,194)
(63%,44%,76%)

RGB channels and saturation

R 161 of 255 = 63%
G 113 of 255 = 44%
B 194 of 255 = 76%

161
113
194

R + G + B ~ 61%. #A171C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 113 + 194 = 468 (100%)
R 161 of 468 ~ 34.4%
G 113 of 468 ~ 24.15%
B 194 of 468 ~ 41.45%

%34.4
%24.15
%41.45

CMYK color model

#A171C2 color CMYK value is (17,42,0,24).

  • cyan value is 17.01%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(17,42,0,24)
C17M42Y0K24 
(17%,42%,0%,24%)
(0.17/0.42/0.00/0.24)	

CMYK percentages

%17.01
%41.75
%0
%23.92

Codes

Color #A171C2 in popluar color models

A171C2
RGB161113194
HSL276°39.90%60.20%
HSB/HSV276°41.75%76.08%
CMYK17.01%41.75%0.00%
23.92%

Color #A171C2 in popluar number systems.

HEXA171C2
Decimal161113194
Binary10100001111000111000010
Octal241161302

Shades and tints

Shades of #A171C2

#A171C2
(161,113,194)
#9367B1
(147,103,177)
#855DA0
(133,93,160)
#77538F
(119,83,143)
#69497E
(105,73,126)
#5B3F6D
(91,63,109)
#4D355C
(77,53,92)
#3F2B4B
(63,43,75)
#31213A
(49,33,58)
#231729
(35,23,41)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #A171C2

#A171C2
(161,113,194)
#A97DC7
(169,125,199)
#B189CC
(177,137,204)
#B995D1
(185,149,209)
#C1A1D6
(193,161,214)
#C9ADDB
(201,173,219)
#D1B9E0
(209,185,224)
#D9C5E5
(217,197,229)
#E1D1EA
(225,209,234)
#E9DDEF
(233,221,239)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A171C2 color. Also use rgb(161,113,194) instead hex code.

Text Font Color

.myTextColor { color: #A171C2; }

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

This text font color is #A171C2.


Background Color

.myBgColor { background-color: #A171C2; }

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

This div background color is #A171C2.


Border color

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

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

This div border color is #A171C2.


Opacity

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

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

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

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

This text has shadow with #A171C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A171C2 on black background.


Color preview on white background

This text has color #A171C2 on white background.



Black color preview on #A171C2 background

This text has black color on #A171C2 background.


White color preview on #A171C2 background

This text has white color on #A171C2 background.