COLOR #A317A1

HEX: #A317A1
RGB: (163,23,161)

Color info

#A317A1 contains mainly red and blue colors. Web safe color of #A317A1 is #990099 (or #909).

RGB color model

#A317A1 color RGB value is (163,23,161).

  • red value is 163;
  • green value is 23;
  • blue value is 161.
RGB:
(163,23,161)
(64%,9%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 23 of 255 = 9%
B 161 of 255 = 63%

163
23
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 23 + 161 = 347 (100%)
R 163 of 347 ~ 46.97%
G 23 of 347 ~ 6.63%
B 161 of 347 ~ 46.4%

%46.97
%46.4

CMYK color model

#A317A1 color CMYK value is (0,86,1,36).

  • cyan value is 0.00%
  • magenta value is 85.89%
  • yellow value is 1.23%
  • key color value is 36.08%
CMYK:
(0,86,1,36)
C0M86Y1K36 
(0%,86%,1%,36%)
(0.00/0.86/0.01/0.36)	

CMYK percentages

%0
%85.89
%1.23
%36.08

Codes

Color #A317A1 in popluar color models

A317A1
RGB16323161
HSL301°75.27%36.47%
HSB/HSV301°85.89%63.92%
CMYK0.00%85.89%1.23%
36.08%

Color #A317A1 in popluar number systems.

HEXA317A1
Decimal16323161
Binary101000111011110100001
Octal24327241

Shades and tints

Shades of #A317A1

#A317A1
(163,23,161)
#951593
(149,21,147)
#871385
(135,19,133)
#791177
(121,17,119)
#6B0F69
(107,15,105)
#5D0D5B
(93,13,91)
#4F0B4D
(79,11,77)
#41093F
(65,9,63)
#330731
(51,7,49)
#250523
(37,5,35)
#170315
(23,3,21)
#000000
(0,0,0)

Tints of #A317A1

#A317A1
(163,23,161)
#AB2CA9
(171,44,169)
#B341B1
(179,65,177)
#BB56B9
(187,86,185)
#C36BC1
(195,107,193)
#CB80C9
(203,128,201)
#D395D1
(211,149,209)
#DBAAD9
(219,170,217)
#E3BFE1
(227,191,225)
#EBD4E9
(235,212,233)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A317A1 color. Also use rgb(163,23,161) instead hex code.

Text Font Color

.myTextColor { color: #A317A1; }

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

This text font color is #A317A1.


Background Color

.myBgColor { background-color: #A317A1; }

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

This div background color is #A317A1.


Border color

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

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

This div border color is #A317A1.


Opacity

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

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

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

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

This text has shadow with #A317A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A317A1 on black background.


Color preview on white background

This text has color #A317A1 on white background.



Black color preview on #A317A1 background

This text has black color on #A317A1 background.


White color preview on #A317A1 background

This text has white color on #A317A1 background.