COLOR #A384D8

HEX: #A384D8
RGB: (163,132,216)

Color info

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

RGB color model

#A384D8 color RGB value is (163,132,216).

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

RGB channels and saturation

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

163
132
216

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

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 216 = 511 (100%)
R 163 of 511 ~ 31.9%
G 132 of 511 ~ 25.83%
B 216 of 511 ~ 42.27%

%31.9
%25.83
%42.27

CMYK color model

#A384D8 color CMYK value is (25,39,0,15).

  • cyan value is 24.54%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(25,39,0,15)
C25M39Y0K15 
(25%,39%,0%,15%)
(0.25/0.39/0.00/0.15)	

CMYK percentages

%24.54
%38.89
%0
%15.29

Codes

Color #A384D8 in popluar color models

A384D8
RGB163132216
HSL262°51.85%68.24%
HSB/HSV262°38.89%84.71%
CMYK24.54%38.89%0.00%
15.29%

Color #A384D8 in popluar number systems.

HEXA384D8
Decimal163132216
Binary101000111000010011011000
Octal243204330

Shades and tints

Shades of #A384D8

#A384D8
(163,132,216)
#9578C5
(149,120,197)
#876CB2
(135,108,178)
#79609F
(121,96,159)
#6B548C
(107,84,140)
#5D4879
(93,72,121)
#4F3C66
(79,60,102)
#413053
(65,48,83)
#332440
(51,36,64)
#25182D
(37,24,45)
#170C1A
(23,12,26)
#000000
(0,0,0)

Tints of #A384D8

#A384D8
(163,132,216)
#AB8FDB
(171,143,219)
#B39ADE
(179,154,222)
#BBA5E1
(187,165,225)
#C3B0E4
(195,176,228)
#CBBBE7
(203,187,231)
#D3C6EA
(211,198,234)
#DBD1ED
(219,209,237)
#E3DCF0
(227,220,240)
#EBE7F3
(235,231,243)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A384D8; }

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

This text font color is #A384D8.


Background Color

.myBgColor { background-color: #A384D8; }

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

This div background color is #A384D8.


Border color

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

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

This div border color is #A384D8.


Opacity

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

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

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

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

This text has shadow with #A384D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A384D8 on black background.


Color preview on white background

This text has color #A384D8 on white background.



Black color preview on #A384D8 background

This text has black color on #A384D8 background.


White color preview on #A384D8 background

This text has white color on #A384D8 background.