HEX: #AD517A
RGB: (173,81,122)
#AD517A contains mainly red and blue colors. Web safe color of #AD517A is #996666 (or #966).
#AD517A color RGB value is (173,81,122).
RGB: (173,81,122)
(68%, 32%, 48%)
R 173 of 255 = 68%
G 81 of 255 = 32%
B 122 of 255 = 48%
R + G + B ~ 49%. #AD517A is middle color (not dark and not light).
R + G + B = 173 + 81 + 122 = 376 (100%)
R 173 of 376 ~ 46.01%
G 81 of 376 ~ 21.54%
B 122 of 376 ~ 32.45'%
#AD517A color CMYK value is (0,53,29,32).
CMYK: (0,53,29,32)
C0M53Y29K32 (0%, 53%, 29%, 32%)
(0.00 / 0.53 / 0.29 / 0.32)
Color #AD517A in popluar color models
AD | 51 | 7A | |
---|---|---|---|
RGB | 173 | 81 | 122 |
HSL | 333° | 36.22% | 49.80% |
HSB/HSV | 333° | 53.18% | 67.84% |
CMYK | 0.00% | 53.18% | 29.48% |
32.16% |
Color #AD517A in popluar number systems.
HEX | AD | 51 | 7A |
Decimal | 173 | 81 | 122 |
Binary | 10101101 | 1010001 | 1111010 |
Octal | 255 | 121 | 172 |
Shades of #AD517A
Tints of #AD517A
Examples of css and html codes for elements with #AD517A color. Also use rgb(173,81,122) instead hex code.
.myTextColor { color: #AD517A; }
<p style="color:#AD517A">This sample text font color is #AD517A.</p>
This text font color is #AD517A.
.myBgColor { background-color: #AD517A; }
<div style="background-color:#AD517A">Inner text</div>
This div background color is #AD517A.
.myBorderColor { border: 1px solid #AD517A; }
<div style="border:3px solid #AD517A">Div</div>
This div border color is #AD517A.
.myOpacity80 { color: #AD517A; opacity: 0.8; }
<p style="color:#AD517A;opacity:0.8;">80%</p>
Text with #AD517A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD517A;}
<p style="text-shadow: 3px 3px 1px #AD517A">Text here.</p>
This text has shadow with #AD517A color.
.textShadow {text-shadow: 3px 3px 1px #AD517A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD517A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD517A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD517A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD517A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD517A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD517A;
-webkit-box-shadow: 1px 1px 3px 2px #AD517A;
box-shadow: 1px 1px 3px 2px #AD517A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD517A; -webkit-box-shadow: 1px 1px 3px 2px #AD517A; box-shadow:1px 1px 3px 2px #AD517A;">
Div content here
</div>
This text has color #AD517A on black background.
This text has color #AD517A on white background.
This text has black color on #AD517A background.
This text has white color on #AD517A background.
Complementary color for #hex is #52AE85.