COLOR #A386D3

HEX: #A386D3
RGB: (163,134,211)

Color info

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

RGB color model

#A386D3 color RGB value is (163,134,211).

  • red value is 163;
  • green value is 134;
  • blue value is 211.
RGB:
(163,134,211)
(64%,53%,83%)

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 211 of 255 = 83%

163
134
211

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 211 = 508 (100%)
R 163 of 508 ~ 32.09%
G 134 of 508 ~ 26.38%
B 211 of 508 ~ 41.54%

%32.09
%26.38
%41.54

CMYK color model

#A386D3 color CMYK value is (23,36,0,17).

  • cyan value is 22.75%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(23,36,0,17)
C23M36Y0K17 
(23%,36%,0%,17%)
(0.23/0.36/0.00/0.17)	

CMYK percentages

%22.75
%36.49
%0
%17.25

Codes

Color #A386D3 in popluar color models

A386D3
RGB163134211
HSL263°46.67%67.65%
HSB/HSV263°36.49%82.75%
CMYK22.75%36.49%0.00%
17.25%

Color #A386D3 in popluar number systems.

HEXA386D3
Decimal163134211
Binary101000111000011011010011
Octal243206323

Shades and tints

Shades of #A386D3

#A386D3
(163,134,211)
#957AC0
(149,122,192)
#876EAD
(135,110,173)
#79629A
(121,98,154)
#6B5687
(107,86,135)
#5D4A74
(93,74,116)
#4F3E61
(79,62,97)
#41324E
(65,50,78)
#33263B
(51,38,59)
#251A28
(37,26,40)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #A386D3

#A386D3
(163,134,211)
#AB91D7
(171,145,215)
#B39CDB
(179,156,219)
#BBA7DF
(187,167,223)
#C3B2E3
(195,178,227)
#CBBDE7
(203,189,231)
#D3C8EB
(211,200,235)
#DBD3EF
(219,211,239)
#E3DEF3
(227,222,243)
#EBE9F7
(235,233,247)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A386D3; }

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

This text font color is #A386D3.


Background Color

.myBgColor { background-color: #A386D3; }

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

This div background color is #A386D3.


Border color

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

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

This div border color is #A386D3.


Opacity

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

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

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

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

This text has shadow with #A386D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A386D3 on black background.


Color preview on white background

This text has color #A386D3 on white background.



Black color preview on #A386D3 background

This text has black color on #A386D3 background.


White color preview on #A386D3 background

This text has white color on #A386D3 background.