COLOR #A384B5

HEX: #A384B5
RGB: (163,132,181)

Color info

#A384B5 contains red, green and blue colors in about the same proportion. Web safe color of #A384B5 is #9999CC (or #99C).

RGB color model

#A384B5 color RGB value is (163,132,181).

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

RGB channels and saturation

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

163
132
181

R + G + B ~ 62%. #A384B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 181 = 476 (100%)
R 163 of 476 ~ 34.24%
G 132 of 476 ~ 27.73%
B 181 of 476 ~ 38.03%

%34.24
%27.73
%38.03

CMYK color model

#A384B5 color CMYK value is (10,27,0,29).

  • cyan value is 9.94%
  • magenta value is 27.07%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(10,27,0,29)
C10M27Y0K29 
(10%,27%,0%,29%)
(0.10/0.27/0.00/0.29)	

CMYK percentages

%9.94
%27.07
%0
%29.02

Codes

Color #A384B5 in popluar color models

A384B5
RGB163132181
HSL278°24.87%61.37%
HSB/HSV278°27.07%70.98%
CMYK9.94%27.07%0.00%
29.02%

Color #A384B5 in popluar number systems.

HEXA384B5
Decimal163132181
Binary101000111000010010110101
Octal243204265

Shades and tints

Shades of #A384B5

#A384B5
(163,132,181)
#9578A5
(149,120,165)
#876C95
(135,108,149)
#796085
(121,96,133)
#6B5475
(107,84,117)
#5D4865
(93,72,101)
#4F3C55
(79,60,85)
#413045
(65,48,69)
#332435
(51,36,53)
#251825
(37,24,37)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #A384B5

#A384B5
(163,132,181)
#AB8FBB
(171,143,187)
#B39AC1
(179,154,193)
#BBA5C7
(187,165,199)
#C3B0CD
(195,176,205)
#CBBBD3
(203,187,211)
#D3C6D9
(211,198,217)
#DBD1DF
(219,209,223)
#E3DCE5
(227,220,229)
#EBE7EB
(235,231,235)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A384B5; }

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

This text font color is #A384B5.


Background Color

.myBgColor { background-color: #A384B5; }

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

This div background color is #A384B5.


Border color

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

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

This div border color is #A384B5.


Opacity

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

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

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

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

This text has shadow with #A384B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A384B5 on black background.


Color preview on white background

This text has color #A384B5 on white background.



Black color preview on #A384B5 background

This text has black color on #A384B5 background.


White color preview on #A384B5 background

This text has white color on #A384B5 background.