COLOR #A365F6

HEX: #A365F6
RGB: (163,101,246)

Color info

#A365F6 contains mainly blue color. Web safe color of #A365F6 is #9966FF (or #96F).

RGB color model

#A365F6 color RGB value is (163,101,246).

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

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 246 of 255 = 96%

163
101
246

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

Portions of RGB colors in percentages

R + G + B =
163 + 101 + 246 = 510 (100%)
R 163 of 510 ~ 31.96%
G 101 of 510 ~ 19.8%
B 246 of 510 ~ 48.24%

%31.96
%19.8
%48.24

CMYK color model

#A365F6 color CMYK value is (34,59,0,4).

  • cyan value is 33.74%
  • magenta value is 58.94%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(34,59,0,4)
C34M59Y0K4 
(34%,59%,0%,4%)
(0.34/0.59/0.00/0.04)	

CMYK percentages

%33.74
%58.94
%0
%3.53

Codes

Color #A365F6 in popluar color models

A365F6
RGB163101246
HSL266°88.96%68.04%
HSB/HSV266°58.94%96.47%
CMYK33.74%58.94%0.00%
3.53%

Color #A365F6 in popluar number systems.

HEXA365F6
Decimal163101246
Binary10100011110010111110110
Octal243145366

Shades and tints

Shades of #A365F6

#A365F6
(163,101,246)
#955CE0
(149,92,224)
#8753CA
(135,83,202)
#794AB4
(121,74,180)
#6B419E
(107,65,158)
#5D3888
(93,56,136)
#4F2F72
(79,47,114)
#41265C
(65,38,92)
#331D46
(51,29,70)
#251430
(37,20,48)
#170B1A
(23,11,26)
#000000
(0,0,0)

Tints of #A365F6

#A365F6
(163,101,246)
#AB73F6
(171,115,246)
#B381F6
(179,129,246)
#BB8FF6
(187,143,246)
#C39DF6
(195,157,246)
#CBABF6
(203,171,246)
#D3B9F6
(211,185,246)
#DBC7F6
(219,199,246)
#E3D5F6
(227,213,246)
#EBE3F6
(235,227,246)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A365F6; }

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

This text font color is #A365F6.


Background Color

.myBgColor { background-color: #A365F6; }

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

This div background color is #A365F6.


Border color

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

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

This div border color is #A365F6.


Opacity

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

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

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

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

This text has shadow with #A365F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A365F6 on black background.


Color preview on white background

This text has color #A365F6 on white background.



Black color preview on #A365F6 background

This text has black color on #A365F6 background.


White color preview on #A365F6 background

This text has white color on #A365F6 background.