COLOR #A381A1

HEX: #A381A1
RGB: (163,129,161)

Color info

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

RGB color model

#A381A1 color RGB value is (163,129,161).

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

RGB channels and saturation

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

163
129
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 161 = 453 (100%)
R 163 of 453 ~ 35.98%
G 129 of 453 ~ 28.48%
B 161 of 453 ~ 35.54%

%35.98
%28.48
%35.54

CMYK color model

#A381A1 color CMYK value is (0,21,1,36).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 1.23%
  • key color value is 36.08%
CMYK:
(0,21,1,36)
C0M21Y1K36 
(0%,21%,1%,36%)
(0.00/0.21/0.01/0.36)	

CMYK percentages

%0
%20.86
%1.23
%36.08

Codes

Color #A381A1 in popluar color models

A381A1
RGB163129161
HSL304°15.60%57.25%
HSB/HSV304°20.86%63.92%
CMYK0.00%20.86%1.23%
36.08%

Color #A381A1 in popluar number systems.

HEXA381A1
Decimal163129161
Binary101000111000000110100001
Octal243201241

Shades and tints

Shades of #A381A1

#A381A1
(163,129,161)
#957693
(149,118,147)
#876B85
(135,107,133)
#796077
(121,96,119)
#6B5569
(107,85,105)
#5D4A5B
(93,74,91)
#4F3F4D
(79,63,77)
#41343F
(65,52,63)
#332931
(51,41,49)
#251E23
(37,30,35)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A381A1

#A381A1
(163,129,161)
#AB8CA9
(171,140,169)
#B397B1
(179,151,177)
#BBA2B9
(187,162,185)
#C3ADC1
(195,173,193)
#CBB8C9
(203,184,201)
#D3C3D1
(211,195,209)
#DBCED9
(219,206,217)
#E3D9E1
(227,217,225)
#EBE4E9
(235,228,233)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A381A1; }

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

This text font color is #A381A1.


Background Color

.myBgColor { background-color: #A381A1; }

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

This div background color is #A381A1.


Border color

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

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

This div border color is #A381A1.


Opacity

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

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

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

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

This text has shadow with #A381A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A381A1 on black background.


Color preview on white background

This text has color #A381A1 on white background.



Black color preview on #A381A1 background

This text has black color on #A381A1 background.


White color preview on #A381A1 background

This text has white color on #A381A1 background.