COLOR #A386E6

HEX: #A386E6
RGB: (163,134,230)

Color info

#A386E6 contains mainly blue color. Web safe color of #A386E6 is #9999CC (or #99C).

RGB color model

#A386E6 color RGB value is (163,134,230).

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

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 230 of 255 = 90%

163
134
230

R + G + B ~ 69%. #A386E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 230 = 527 (100%)
R 163 of 527 ~ 30.93%
G 134 of 527 ~ 25.43%
B 230 of 527 ~ 43.64%

%30.93
%25.43
%43.64

CMYK color model

#A386E6 color CMYK value is (29,42,0,10).

  • cyan value is 29.13%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(29,42,0,10)
C29M42Y0K10 
(29%,42%,0%,10%)
(0.29/0.42/0.00/0.10)	

CMYK percentages

%29.13
%41.74
%0
%9.8

Codes

Color #A386E6 in popluar color models

A386E6
RGB163134230
HSL258°65.75%71.37%
HSB/HSV258°41.74%90.20%
CMYK29.13%41.74%0.00%
9.80%

Color #A386E6 in popluar number systems.

HEXA386E6
Decimal163134230
Binary101000111000011011100110
Octal243206346

Shades and tints

Shades of #A386E6

#A386E6
(163,134,230)
#957AD2
(149,122,210)
#876EBE
(135,110,190)
#7962AA
(121,98,170)
#6B5696
(107,86,150)
#5D4A82
(93,74,130)
#4F3E6E
(79,62,110)
#41325A
(65,50,90)
#332646
(51,38,70)
#251A32
(37,26,50)
#170E1E
(23,14,30)
#000000
(0,0,0)

Tints of #A386E6

#A386E6
(163,134,230)
#AB91E8
(171,145,232)
#B39CEA
(179,156,234)
#BBA7EC
(187,167,236)
#C3B2EE
(195,178,238)
#CBBDF0
(203,189,240)
#D3C8F2
(211,200,242)
#DBD3F4
(219,211,244)
#E3DEF6
(227,222,246)
#EBE9F8
(235,233,248)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A386E6; }

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

This text font color is #A386E6.


Background Color

.myBgColor { background-color: #A386E6; }

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

This div background color is #A386E6.


Border color

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

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

This div border color is #A386E6.


Opacity

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

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

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

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

This text has shadow with #A386E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A386E6 on black background.


Color preview on white background

This text has color #A386E6 on white background.



Black color preview on #A386E6 background

This text has black color on #A386E6 background.


White color preview on #A386E6 background

This text has white color on #A386E6 background.