COLOR #A384D7

HEX: #A384D7
RGB: (163,132,215)

Color info

#A384D7 contains mainly red and blue colors. Web safe color of #A384D7 is #9999CC (or #99C).

RGB color model

#A384D7 color RGB value is (163,132,215).

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

RGB channels and saturation

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

163
132
215

R + G + B ~ 67%. #A384D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 215 = 510 (100%)
R 163 of 510 ~ 31.96%
G 132 of 510 ~ 25.88%
B 215 of 510 ~ 42.16%

%31.96
%25.88
%42.16

CMYK color model

#A384D7 color CMYK value is (24,39,0,16).

  • cyan value is 24.19%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,39,0,16)
C24M39Y0K16 
(24%,39%,0%,16%)
(0.24/0.39/0.00/0.16)	

CMYK percentages

%24.19
%38.6
%0
%15.69

Codes

Color #A384D7 in popluar color models

A384D7
RGB163132215
HSL262°50.92%68.04%
HSB/HSV262°38.60%84.31%
CMYK24.19%38.60%0.00%
15.69%

Color #A384D7 in popluar number systems.

HEXA384D7
Decimal163132215
Binary101000111000010011010111
Octal243204327

Shades and tints

Shades of #A384D7

#A384D7
(163,132,215)
#9578C4
(149,120,196)
#876CB1
(135,108,177)
#79609E
(121,96,158)
#6B548B
(107,84,139)
#5D4878
(93,72,120)
#4F3C65
(79,60,101)
#413052
(65,48,82)
#33243F
(51,36,63)
#25182C
(37,24,44)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #A384D7

#A384D7
(163,132,215)
#AB8FDA
(171,143,218)
#B39ADD
(179,154,221)
#BBA5E0
(187,165,224)
#C3B0E3
(195,176,227)
#CBBBE6
(203,187,230)
#D3C6E9
(211,198,233)
#DBD1EC
(219,209,236)
#E3DCEF
(227,220,239)
#EBE7F2
(235,231,242)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A384D7; }

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

This text font color is #A384D7.


Background Color

.myBgColor { background-color: #A384D7; }

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

This div background color is #A384D7.


Border color

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

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

This div border color is #A384D7.


Opacity

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

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

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

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

This text has shadow with #A384D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A384D7 on black background.


Color preview on white background

This text has color #A384D7 on white background.



Black color preview on #A384D7 background

This text has black color on #A384D7 background.


White color preview on #A384D7 background

This text has white color on #A384D7 background.