HEX: #AD6BD7
RGB: (173,107,215)
#AD6BD7 contains mainly red and blue colors. Web safe color of #AD6BD7 is #9966CC (or #96C).
#AD6BD7 color RGB value is (173,107,215).
RGB: (173,107,215)
(68%, 42%, 84%)
R 173 of 255 = 68%
G 107 of 255 = 42%
B 215 of 255 = 84%
R + G + B ~ 65%. #AD6BD7 is quite light color.
R + G + B = 173 + 107 + 215 = 495 (100%)
R 173 of 495 ~ 34.95%
G 107 of 495 ~ 21.62%
B 215 of 495 ~ 43.43'%
#AD6BD7 color CMYK value is (20,50,0,16).
CMYK: (20,50,0,16)
C20M50Y0K16 (20%, 50%, 0%, 16%)
(0.20 / 0.50 / 0.00 / 0.16)
Color #AD6BD7 in popluar color models
AD | 6B | D7 | |
---|---|---|---|
RGB | 173 | 107 | 215 |
HSL | 277° | 57.45% | 63.14% |
HSB/HSV | 277° | 50.23% | 84.31% |
CMYK | 19.53% | 50.23% | 0.00% |
15.69% |
Color #AD6BD7 in popluar number systems.
HEX | AD | 6B | D7 |
Decimal | 173 | 107 | 215 |
Binary | 10101101 | 1101011 | 11010111 |
Octal | 255 | 153 | 327 |
Shades of #AD6BD7
Tints of #AD6BD7
Examples of css and html codes for elements with #AD6BD7 color. Also use rgb(173,107,215) instead hex code.
.myTextColor { color: #AD6BD7; }
<p style="color:#AD6BD7">This sample text font color is #AD6BD7.</p>
This text font color is #AD6BD7.
.myBgColor { background-color: #AD6BD7; }
<div style="background-color:#AD6BD7">Inner text</div>
This div background color is #AD6BD7.
.myBorderColor { border: 1px solid #AD6BD7; }
<div style="border:3px solid #AD6BD7">Div</div>
This div border color is #AD6BD7.
.myOpacity80 { color: #AD6BD7; opacity: 0.8; }
<p style="color:#AD6BD7;opacity:0.8;">80%</p>
Text with #AD6BD7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6BD7;}
<p style="text-shadow: 3px 3px 1px #AD6BD7">Text here.</p>
This text has shadow with #AD6BD7 color.
.textShadow {text-shadow: 3px 3px 1px #AD6BD7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6BD7, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6BD7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6BD7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6BD7, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6BD7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6BD7;
-webkit-box-shadow: 1px 1px 3px 2px #AD6BD7;
box-shadow: 1px 1px 3px 2px #AD6BD7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6BD7; -webkit-box-shadow: 1px 1px 3px 2px #AD6BD7; box-shadow:1px 1px 3px 2px #AD6BD7;">
Div content here
</div>
This text has color #AD6BD7 on black background.
This text has color #AD6BD7 on white background.
This text has black color on #AD6BD7 background.
This text has white color on #AD6BD7 background.
Complementary color for #hex is #529428.