COLOR #A384C4

HEX: #A384C4
RGB: (163,132,196)

Color info

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

RGB color model

#A384C4 color RGB value is (163,132,196).

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

RGB channels and saturation

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

163
132
196

R + G + B ~ 64%. #A384C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 196 = 491 (100%)
R 163 of 491 ~ 33.2%
G 132 of 491 ~ 26.88%
B 196 of 491 ~ 39.92%

%33.2
%26.88
%39.92

CMYK color model

#A384C4 color CMYK value is (17,33,0,23).

  • cyan value is 16.84%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(17,33,0,23)
C17M33Y0K23 
(17%,33%,0%,23%)
(0.17/0.33/0.00/0.23)	

CMYK percentages

%16.84
%32.65
%0
%23.14

Codes

Color #A384C4 in popluar color models

A384C4
RGB163132196
HSL269°35.16%64.31%
HSB/HSV269°32.65%76.86%
CMYK16.84%32.65%0.00%
23.14%

Color #A384C4 in popluar number systems.

HEXA384C4
Decimal163132196
Binary101000111000010011000100
Octal243204304

Shades and tints

Shades of #A384C4

#A384C4
(163,132,196)
#9578B3
(149,120,179)
#876CA2
(135,108,162)
#796091
(121,96,145)
#6B5480
(107,84,128)
#5D486F
(93,72,111)
#4F3C5E
(79,60,94)
#41304D
(65,48,77)
#33243C
(51,36,60)
#25182B
(37,24,43)
#170C1A
(23,12,26)
#000000
(0,0,0)

Tints of #A384C4

#A384C4
(163,132,196)
#AB8FC9
(171,143,201)
#B39ACE
(179,154,206)
#BBA5D3
(187,165,211)
#C3B0D8
(195,176,216)
#CBBBDD
(203,187,221)
#D3C6E2
(211,198,226)
#DBD1E7
(219,209,231)
#E3DCEC
(227,220,236)
#EBE7F1
(235,231,241)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A384C4; }

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

This text font color is #A384C4.


Background Color

.myBgColor { background-color: #A384C4; }

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

This div background color is #A384C4.


Border color

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

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

This div border color is #A384C4.


Opacity

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

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

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

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

This text has shadow with #A384C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A384C4 on black background.


Color preview on white background

This text has color #A384C4 on white background.



Black color preview on #A384C4 background

This text has black color on #A384C4 background.


White color preview on #A384C4 background

This text has white color on #A384C4 background.