COLOR #A381AC

HEX: #A381AC
RGB: (163,129,172)

Color info

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

RGB color model

#A381AC color RGB value is (163,129,172).

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

RGB channels and saturation

R 163 of 255 = 64%
G 129 of 255 = 51%
B 172 of 255 = 67%

163
129
172

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 172 = 464 (100%)
R 163 of 464 ~ 35.13%
G 129 of 464 ~ 27.8%
B 172 of 464 ~ 37.07%

%35.13
%27.8
%37.07

CMYK color model

#A381AC color CMYK value is (5,25,0,33).

  • cyan value is 5.23%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,25,0,33)
C5M25Y0K33 
(5%,25%,0%,33%)
(0.05/0.25/0.00/0.33)	

CMYK percentages

%5.23
%25
%0
%32.55

Codes

Color #A381AC in popluar color models

A381AC
RGB163129172
HSL287°20.57%59.02%
HSB/HSV287°25.00%67.45%
CMYK5.23%25.00%0.00%
32.55%

Color #A381AC in popluar number systems.

HEXA381AC
Decimal163129172
Binary101000111000000110101100
Octal243201254

Shades and tints

Shades of #A381AC

#A381AC
(163,129,172)
#95769D
(149,118,157)
#876B8E
(135,107,142)
#79607F
(121,96,127)
#6B5570
(107,85,112)
#5D4A61
(93,74,97)
#4F3F52
(79,63,82)
#413443
(65,52,67)
#332934
(51,41,52)
#251E25
(37,30,37)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #A381AC

#A381AC
(163,129,172)
#AB8CB3
(171,140,179)
#B397BA
(179,151,186)
#BBA2C1
(187,162,193)
#C3ADC8
(195,173,200)
#CBB8CF
(203,184,207)
#D3C3D6
(211,195,214)
#DBCEDD
(219,206,221)
#E3D9E4
(227,217,228)
#EBE4EB
(235,228,235)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A381AC; }

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

This text font color is #A381AC.


Background Color

.myBgColor { background-color: #A381AC; }

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

This div background color is #A381AC.


Border color

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

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

This div border color is #A381AC.


Opacity

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

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

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

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

This text has shadow with #A381AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A381AC on black background.


Color preview on white background

This text has color #A381AC on white background.



Black color preview on #A381AC background

This text has black color on #A381AC background.


White color preview on #A381AC background

This text has white color on #A381AC background.