COLOR #A386E8

HEX: #A386E8
RGB: (163,134,232)

Color info

#A386E8 contains mainly blue color. Web safe color of #A386E8 is #9999FF (or #99F).

RGB color model

#A386E8 color RGB value is (163,134,232).

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

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 232 of 255 = 91%

163
134
232

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 232 = 529 (100%)
R 163 of 529 ~ 30.81%
G 134 of 529 ~ 25.33%
B 232 of 529 ~ 43.86%

%30.81
%25.33
%43.86

CMYK color model

#A386E8 color CMYK value is (30,42,0,9).

  • cyan value is 29.74%
  • magenta value is 42.24%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(30,42,0,9)
C30M42Y0K9 
(30%,42%,0%,9%)
(0.30/0.42/0.00/0.09)	

CMYK percentages

%29.74
%42.24
%0
%9.02

Codes

Color #A386E8 in popluar color models

A386E8
RGB163134232
HSL258°68.06%71.76%
HSB/HSV258°42.24%90.98%
CMYK29.74%42.24%0.00%
9.02%

Color #A386E8 in popluar number systems.

HEXA386E8
Decimal163134232
Binary101000111000011011101000
Octal243206350

Shades and tints

Shades of #A386E8

#A386E8
(163,134,232)
#957AD3
(149,122,211)
#876EBE
(135,110,190)
#7962A9
(121,98,169)
#6B5694
(107,86,148)
#5D4A7F
(93,74,127)
#4F3E6A
(79,62,106)
#413255
(65,50,85)
#332640
(51,38,64)
#251A2B
(37,26,43)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #A386E8

#A386E8
(163,134,232)
#AB91EA
(171,145,234)
#B39CEC
(179,156,236)
#BBA7EE
(187,167,238)
#C3B2F0
(195,178,240)
#CBBDF2
(203,189,242)
#D3C8F4
(211,200,244)
#DBD3F6
(219,211,246)
#E3DEF8
(227,222,248)
#EBE9FA
(235,233,250)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A386E8; }

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

This text font color is #A386E8.


Background Color

.myBgColor { background-color: #A386E8; }

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

This div background color is #A386E8.


Border color

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

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

This div border color is #A386E8.


Opacity

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

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

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

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

This text has shadow with #A386E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A386E8 on black background.


Color preview on white background

This text has color #A386E8 on white background.



Black color preview on #A386E8 background

This text has black color on #A386E8 background.


White color preview on #A386E8 background

This text has white color on #A386E8 background.