HEX: #A365D7
RGB: (163,101,215)
#A365D7 contains mainly red and blue colors. Web safe color of #A365D7 is #9966CC (or #96C).
#A365D7 color RGB value is (163,101,215).
RGB: (163,101,215)
(64%, 40%, 84%)
R 163 of 255 = 64%
G 101 of 255 = 40%
B 215 of 255 = 84%
R + G + B ~ 63%. #A365D7 is quite light color.
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'%
#A365D7 color CMYK value is (24,53,0,16).
CMYK: (24,53,0,16) C24M53Y0K16 (24%,53%,0%,16%) (0.24/0.53/0.00/0.16)
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 of #A365D7
Tints of #A365D7
Examples of css and html codes for elements with #A365D7 color. Also use rgb(163,101,215) instead hex code.
.myTextColor { color: #A365D7; }
<p style="color:#A365D7">This sample text font color is #A365D7.</p>
This text font color is #A365D7.
.myBgColor { background-color: #A365D7; }
<div style="background-color:#A365D7">Inner text</div>
This div background color is #A365D7.
.myBorderColor { border: 1px solid #A365D7; }
<div style="border:3px solid #A365D7">Div</div>
This div border color is #A365D7.
.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%.
.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.
/* 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 text has color #A365D7 on black background.
This text has color #A365D7 on white background.
This text has black color on #A365D7 background.
This text has white color on #A365D7 background.
Complementary color for #hex is #5C9A28.