COLOR #A386C5

HEX: #A386C5
RGB: (163,134,197)

Color info

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

RGB color model

#A386C5 color RGB value is (163,134,197).

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

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 197 of 255 = 77%

163
134
197

R + G + B ~ 65%. #A386C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 197 = 494 (100%)
R 163 of 494 ~ 33%
G 134 of 494 ~ 27.13%
B 197 of 494 ~ 39.88%

%33
%27.13
%39.88

CMYK color model

#A386C5 color CMYK value is (17,32,0,23).

  • cyan value is 17.26%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(17,32,0,23)
C17M32Y0K23 
(17%,32%,0%,23%)
(0.17/0.32/0.00/0.23)	

CMYK percentages

%17.26
%31.98
%0
%22.75

Codes

Color #A386C5 in popluar color models

A386C5
RGB163134197
HSL268°35.20%64.90%
HSB/HSV268°31.98%77.25%
CMYK17.26%31.98%0.00%
22.75%

Color #A386C5 in popluar number systems.

HEXA386C5
Decimal163134197
Binary101000111000011011000101
Octal243206305

Shades and tints

Shades of #A386C5

#A386C5
(163,134,197)
#957AB4
(149,122,180)
#876EA3
(135,110,163)
#796292
(121,98,146)
#6B5681
(107,86,129)
#5D4A70
(93,74,112)
#4F3E5F
(79,62,95)
#41324E
(65,50,78)
#33263D
(51,38,61)
#251A2C
(37,26,44)
#170E1B
(23,14,27)
#000000
(0,0,0)

Tints of #A386C5

#A386C5
(163,134,197)
#AB91CA
(171,145,202)
#B39CCF
(179,156,207)
#BBA7D4
(187,167,212)
#C3B2D9
(195,178,217)
#CBBDDE
(203,189,222)
#D3C8E3
(211,200,227)
#DBD3E8
(219,211,232)
#E3DEED
(227,222,237)
#EBE9F2
(235,233,242)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A386C5; }

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

This text font color is #A386C5.


Background Color

.myBgColor { background-color: #A386C5; }

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

This div background color is #A386C5.


Border color

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

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

This div border color is #A386C5.


Opacity

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

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

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

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

This text has shadow with #A386C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A386C5 on black background.


Color preview on white background

This text has color #A386C5 on white background.



Black color preview on #A386C5 background

This text has black color on #A386C5 background.


White color preview on #A386C5 background

This text has white color on #A386C5 background.