COLOR #A384A3

HEX: #A384A3
RGB: (163,132,163)

Color info

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

RGB color model

#A384A3 color RGB value is (163,132,163).

  • red value is 163;
  • green value is 132;
  • blue value is 163.
RGB:
(163,132,163)
(64%,52%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 163 of 255 = 64%

163
132
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 163 = 458 (100%)
R 163 of 458 ~ 35.59%
G 132 of 458 ~ 28.82%
B 163 of 458 ~ 35.59%

%35.59
%28.82
%35.59

CMYK color model

#A384A3 color CMYK value is (0,19,0,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,19,0,36)
C0M19Y0K36 
(0%,19%,0%,36%)
(0.00/0.19/0.00/0.36)	

CMYK percentages

%0
%19.02
%0
%36.08

Codes

Color #A384A3 in popluar color models

A384A3
RGB163132163
HSL300°14.42%57.84%
HSB/HSV300°19.02%63.92%
CMYK0.00%19.02%0.00%
36.08%

Color #A384A3 in popluar number systems.

HEXA384A3
Decimal163132163
Binary101000111000010010100011
Octal243204243

Shades and tints

Shades of #A384A3

#A384A3
(163,132,163)
#957895
(149,120,149)
#876C87
(135,108,135)
#796079
(121,96,121)
#6B546B
(107,84,107)
#5D485D
(93,72,93)
#4F3C4F
(79,60,79)
#413041
(65,48,65)
#332433
(51,36,51)
#251825
(37,24,37)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #A384A3

#A384A3
(163,132,163)
#AB8FAB
(171,143,171)
#B39AB3
(179,154,179)
#BBA5BB
(187,165,187)
#C3B0C3
(195,176,195)
#CBBBCB
(203,187,203)
#D3C6D3
(211,198,211)
#DBD1DB
(219,209,219)
#E3DCE3
(227,220,227)
#EBE7EB
(235,231,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A384A3; }

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

This text font color is #A384A3.


Background Color

.myBgColor { background-color: #A384A3; }

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

This div background color is #A384A3.


Border color

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

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

This div border color is #A384A3.


Opacity

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

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

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

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

This text has shadow with #A384A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A384A3 on black background.


Color preview on white background

This text has color #A384A3 on white background.



Black color preview on #A384A3 background

This text has black color on #A384A3 background.


White color preview on #A384A3 background

This text has white color on #A384A3 background.