COLOR #A381A7

HEX: #A381A7
RGB: (163,129,167)

Color info

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

RGB color model

#A381A7 color RGB value is (163,129,167).

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

RGB channels and saturation

R 163 of 255 = 64%
G 129 of 255 = 51%
B 167 of 255 = 65%

163
129
167

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 167 = 459 (100%)
R 163 of 459 ~ 35.51%
G 129 of 459 ~ 28.1%
B 167 of 459 ~ 36.38%

%35.51
%28.1
%36.38

CMYK color model

#A381A7 color CMYK value is (2,23,0,35).

  • cyan value is 2.40%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(2,23,0,35)
C2M23Y0K35 
(2%,23%,0%,35%)
(0.02/0.23/0.00/0.35)	

CMYK percentages

%2.4
%22.75
%0
%34.51

Codes

Color #A381A7 in popluar color models

A381A7
RGB163129167
HSL294°17.76%58.04%
HSB/HSV294°22.75%65.49%
CMYK2.40%22.75%0.00%
34.51%

Color #A381A7 in popluar number systems.

HEXA381A7
Decimal163129167
Binary101000111000000110100111
Octal243201247

Shades and tints

Shades of #A381A7

#A381A7
(163,129,167)
#957698
(149,118,152)
#876B89
(135,107,137)
#79607A
(121,96,122)
#6B556B
(107,85,107)
#5D4A5C
(93,74,92)
#4F3F4D
(79,63,77)
#41343E
(65,52,62)
#33292F
(51,41,47)
#251E20
(37,30,32)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A381A7

#A381A7
(163,129,167)
#AB8CAF
(171,140,175)
#B397B7
(179,151,183)
#BBA2BF
(187,162,191)
#C3ADC7
(195,173,199)
#CBB8CF
(203,184,207)
#D3C3D7
(211,195,215)
#DBCEDF
(219,206,223)
#E3D9E7
(227,217,231)
#EBE4EF
(235,228,239)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A381A7; }

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

This text font color is #A381A7.


Background Color

.myBgColor { background-color: #A381A7; }

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

This div background color is #A381A7.


Border color

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

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

This div border color is #A381A7.


Opacity

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

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

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

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

This text has shadow with #A381A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A381A7 on black background.


Color preview on white background

This text has color #A381A7 on white background.



Black color preview on #A381A7 background

This text has black color on #A381A7 background.


White color preview on #A381A7 background

This text has white color on #A381A7 background.