COLOR #A387F6

HEX: #A387F6
RGB: (163,135,246)

Color info

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

RGB color model

#A387F6 color RGB value is (163,135,246).

  • red value is 163;
  • green value is 135;
  • blue value is 246.
RGB:
(163,135,246)
(64%,53%,96%)

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 246 of 255 = 96%

163
135
246

R + G + B ~ 71%. #A387F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 246 = 544 (100%)
R 163 of 544 ~ 29.96%
G 135 of 544 ~ 24.82%
B 246 of 544 ~ 45.22%

%29.96
%24.82
%45.22

CMYK color model

#A387F6 color CMYK value is (34,45,0,4).

  • cyan value is 33.74%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(34,45,0,4)
C34M45Y0K4 
(34%,45%,0%,4%)
(0.34/0.45/0.00/0.04)	

CMYK percentages

%33.74
%45.12
%0
%3.53

Codes

Color #A387F6 in popluar color models

A387F6
RGB163135246
HSL255°86.05%74.71%
HSB/HSV255°45.12%96.47%
CMYK33.74%45.12%0.00%
3.53%

Color #A387F6 in popluar number systems.

HEXA387F6
Decimal163135246
Binary101000111000011111110110
Octal243207366

Shades and tints

Shades of #A387F6

#A387F6
(163,135,246)
#957BE0
(149,123,224)
#876FCA
(135,111,202)
#7963B4
(121,99,180)
#6B579E
(107,87,158)
#5D4B88
(93,75,136)
#4F3F72
(79,63,114)
#41335C
(65,51,92)
#332746
(51,39,70)
#251B30
(37,27,48)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #A387F6

#A387F6
(163,135,246)
#AB91F6
(171,145,246)
#B39BF6
(179,155,246)
#BBA5F6
(187,165,246)
#C3AFF6
(195,175,246)
#CBB9F6
(203,185,246)
#D3C3F6
(211,195,246)
#DBCDF6
(219,205,246)
#E3D7F6
(227,215,246)
#EBE1F6
(235,225,246)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A387F6 color. Also use rgb(163,135,246) instead hex code.

Text Font Color

.myTextColor { color: #A387F6; }

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

This text font color is #A387F6.


Background Color

.myBgColor { background-color: #A387F6; }

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

This div background color is #A387F6.


Border color

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

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

This div border color is #A387F6.


Opacity

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

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

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

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

This text has shadow with #A387F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A387F6 on black background.


Color preview on white background

This text has color #A387F6 on white background.



Black color preview on #A387F6 background

This text has black color on #A387F6 background.


White color preview on #A387F6 background

This text has white color on #A387F6 background.