HEX: #AD6FE4
RGB: (173,111,228)
#AD6FE4 contains mainly red and blue colors. Web safe color of #AD6FE4 is #9966CC (or #96C).
#AD6FE4 color RGB value is (173,111,228).
RGB: (173,111,228)
(68%, 44%, 89%)
R 173 of 255 = 68%
G 111 of 255 = 44%
B 228 of 255 = 89%
R + G + B ~ 67%. #AD6FE4 is quite light color.
R + G + B = 173 + 111 + 228 = 512 (100%)
R 173 of 512 ~ 33.79%
G 111 of 512 ~ 21.68%
B 228 of 512 ~ 44.53'%
#AD6FE4 color CMYK value is (24,51,0,11).
CMYK: (24,51,0,11)
C24M51Y0K11 (24%, 51%, 0%, 11%)
(0.24 / 0.51 / 0.00 / 0.11)
Color #AD6FE4 in popluar color models
AD | 6F | E4 | |
---|---|---|---|
RGB | 173 | 111 | 228 |
HSL | 272° | 68.42% | 66.47% |
HSB/HSV | 272° | 51.32% | 89.41% |
CMYK | 24.12% | 51.32% | 0.00% |
10.59% |
Color #AD6FE4 in popluar number systems.
HEX | AD | 6F | E4 |
Decimal | 173 | 111 | 228 |
Binary | 10101101 | 1101111 | 11100100 |
Octal | 255 | 157 | 344 |
Shades of #AD6FE4
Tints of #AD6FE4
Examples of css and html codes for elements with #AD6FE4 color. Also use rgb(173,111,228) instead hex code.
.myTextColor { color: #AD6FE4; }
<p style="color:#AD6FE4">This sample text font color is #AD6FE4.</p>
This text font color is #AD6FE4.
.myBgColor { background-color: #AD6FE4; }
<div style="background-color:#AD6FE4">Inner text</div>
This div background color is #AD6FE4.
.myBorderColor { border: 1px solid #AD6FE4; }
<div style="border:3px solid #AD6FE4">Div</div>
This div border color is #AD6FE4.
.myOpacity80 { color: #AD6FE4; opacity: 0.8; }
<p style="color:#AD6FE4;opacity:0.8;">80%</p>
Text with #AD6FE4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6FE4;}
<p style="text-shadow: 3px 3px 1px #AD6FE4">Text here.</p>
This text has shadow with #AD6FE4 color.
.textShadow {text-shadow: 3px 3px 1px #AD6FE4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6FE4, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6FE4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6FE4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6FE4, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6FE4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6FE4;
-webkit-box-shadow: 1px 1px 3px 2px #AD6FE4;
box-shadow: 1px 1px 3px 2px #AD6FE4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6FE4; -webkit-box-shadow: 1px 1px 3px 2px #AD6FE4; box-shadow:1px 1px 3px 2px #AD6FE4;">
Div content here
</div>
This text has color #AD6FE4 on black background.
This text has color #AD6FE4 on white background.
This text has black color on #AD6FE4 background.
This text has white color on #AD6FE4 background.
Complementary color for #hex is #52901B.