COLOR #A365D7

HEX: #A365D7 RGB: (163,101,215)

Color info

#A365D7 contains mainly red and blue colors. Web safe color of #A365D7 is #9966CC (or #96C).

RGB color model

#A365D7 color RGB value is (163,101,215).

RGB: (163,101,215) (64%, 40%, 84%)

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 215 of 255 = 84%

163
101
215

R + G + B ~ 63%. #A365D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 101 + 215 = 479 (100%)
R 163 of 479 ~ 34.03%
G 101 of 479 ~ 21.09%
B 215 of 479 ~ 44.89'%

%34.03
%21.09
%44.89

CMYK color model

#A365D7 color CMYK value is (24,53,0,16).

  • cyan value is 24.19%
  • magenta value is 53.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (24,53,0,16) C24M53Y0K16 (24%,53%,0%,16%) (0.24/0.53/0.00/0.16) 

CMYK percentages

%24.19
%53.02
%0
%15.69

Codes

Color #A365D7 in popluar color models

A3 65 D7
RGB 163 101 215
HSL 273° 58.76% 61.96%
HSB/HSV 273° 53.02% 84.31%
CMYK 24.19% 53.02% 0.00%
15.69%

Color #A365D7 in popluar number systems.

HEX A3 65 D7
Decimal 163 101 215
Binary 10100011 1100101 11010111
Octal 243 145 327

Shades and tints

Shades of #A365D7

#A365D7
(163,101,215)
#955CC4
(149,92,196)
#8753B1
(135,83,177)
#794A9E
(121,74,158)
#6B418B
(107,65,139)
#5D3878
(93,56,120)
#4F2F65
(79,47,101)
#412652
(65,38,82)
#331D3F
(51,29,63)
#25142C
(37,20,44)
#170B19
(23,11,25)
#000000
(0,0,0)

Tints of #A365D7

#A365D7
(163,101,215)
#AB73DA
(171,115,218)
#B381DD
(179,129,221)
#BB8FE0
(187,143,224)
#C39DE3
(195,157,227)
#CBABE6
(203,171,230)
#D3B9E9
(211,185,233)
#DBC7EC
(219,199,236)
#E3D5EF
(227,213,239)
#EBE3F2
(235,227,242)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A365D7; }

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

This text font color is #A365D7.

Background Color

.myBgColor { background-color: #A365D7; }

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

This div background color is #A365D7.

Border color

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

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

This div border color is #A365D7.

Opacity

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

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

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

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

This text has shadow with #A365D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A365D7.

Preview

Color preview on black background

This text has color #A365D7 on black background.


Color preview on white background

This text has color #A365D7 on white background.


Black color preview on #A365D7 background

This text has black color on #A365D7 background.


White color preview on #A365D7 background

This text has white color on #A365D7 background.


Related colors

Complementary color

Complementary color for #hex is #5C9A28.


I love getcolorcode.com

Triadic colors

1 #D7A365 and #65D7A3 with #A365D7 are triadic colors.

2 #D765A3 and #65A3D7 with #A365D7 are triadic colors.