COLOR #A383A1

HEX: #A383A1
RGB: (163,131,161)

Color info

#A383A1 contains red, green and blue colors in about the same proportion. Web safe color of #A383A1 is #999999 (or #999).

RGB color model

#A383A1 color RGB value is (163,131,161).

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

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 161 of 255 = 63%

163
131
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 161 = 455 (100%)
R 163 of 455 ~ 35.82%
G 131 of 455 ~ 28.79%
B 161 of 455 ~ 35.38%

%35.82
%28.79
%35.38

CMYK color model

#A383A1 color CMYK value is (0,20,1,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 1.23%
  • key color value is 36.08%
CMYK:
(0,20,1,36)
C0M20Y1K36 
(0%,20%,1%,36%)
(0.00/0.20/0.01/0.36)	

CMYK percentages

%0
%19.63
%1.23
%36.08

Codes

Color #A383A1 in popluar color models

A383A1
RGB163131161
HSL304°14.81%57.65%
HSB/HSV304°19.63%63.92%
CMYK0.00%19.63%1.23%
36.08%

Color #A383A1 in popluar number systems.

HEXA383A1
Decimal163131161
Binary101000111000001110100001
Octal243203241

Shades and tints

Shades of #A383A1

#A383A1
(163,131,161)
#957893
(149,120,147)
#876D85
(135,109,133)
#796277
(121,98,119)
#6B5769
(107,87,105)
#5D4C5B
(93,76,91)
#4F414D
(79,65,77)
#41363F
(65,54,63)
#332B31
(51,43,49)
#252023
(37,32,35)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A383A1

#A383A1
(163,131,161)
#AB8EA9
(171,142,169)
#B399B1
(179,153,177)
#BBA4B9
(187,164,185)
#C3AFC1
(195,175,193)
#CBBAC9
(203,186,201)
#D3C5D1
(211,197,209)
#DBD0D9
(219,208,217)
#E3DBE1
(227,219,225)
#EBE6E9
(235,230,233)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A383A1; }

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

This text font color is #A383A1.


Background Color

.myBgColor { background-color: #A383A1; }

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

This div background color is #A383A1.


Border color

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

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

This div border color is #A383A1.


Opacity

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

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

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

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

This text has shadow with #A383A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A383A1 on black background.


Color preview on white background

This text has color #A383A1 on white background.



Black color preview on #A383A1 background

This text has black color on #A383A1 background.


White color preview on #A383A1 background

This text has white color on #A383A1 background.