HEX: #AD6593
RGB: (173,101,147)
#AD6593 contains mainly red and blue colors. Web safe color of #AD6593 is #996699 (or #969).
#AD6593 color RGB value is (173,101,147).
RGB: (173,101,147)
(68%, 40%, 58%)
R 173 of 255 = 68%
G 101 of 255 = 40%
B 147 of 255 = 58%
R + G + B ~ 55%. #AD6593 is middle color (not dark and not light).
R + G + B = 173 + 101 + 147 = 421 (100%)
R 173 of 421 ~ 41.09%
G 101 of 421 ~ 23.99%
B 147 of 421 ~ 34.92'%
#AD6593 color CMYK value is (0,42,15,32).
CMYK: (0,42,15,32)
C0M42Y15K32 (0%, 42%, 15%, 32%)
(0.00 / 0.42 / 0.15 / 0.32)
Color #AD6593 in popluar color models
AD | 65 | 93 | |
---|---|---|---|
RGB | 173 | 101 | 147 |
HSL | 322° | 30.51% | 53.73% |
HSB/HSV | 322° | 41.62% | 67.84% |
CMYK | 0.00% | 41.62% | 15.03% |
32.16% |
Color #AD6593 in popluar number systems.
HEX | AD | 65 | 93 |
Decimal | 173 | 101 | 147 |
Binary | 10101101 | 1100101 | 10010011 |
Octal | 255 | 145 | 223 |
Shades of #AD6593
Tints of #AD6593
Examples of css and html codes for elements with #AD6593 color. Also use rgb(173,101,147) instead hex code.
.myTextColor { color: #AD6593; }
<p style="color:#AD6593">This sample text font color is #AD6593.</p>
This text font color is #AD6593.
.myBgColor { background-color: #AD6593; }
<div style="background-color:#AD6593">Inner text</div>
This div background color is #AD6593.
.myBorderColor { border: 1px solid #AD6593; }
<div style="border:3px solid #AD6593">Div</div>
This div border color is #AD6593.
.myOpacity80 { color: #AD6593; opacity: 0.8; }
<p style="color:#AD6593;opacity:0.8;">80%</p>
Text with #AD6593 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6593;}
<p style="text-shadow: 3px 3px 1px #AD6593">Text here.</p>
This text has shadow with #AD6593 color.
.textShadow {text-shadow: 3px 3px 1px #AD6593', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6593, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6593 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6593, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6593, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6593 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6593;
-webkit-box-shadow: 1px 1px 3px 2px #AD6593;
box-shadow: 1px 1px 3px 2px #AD6593;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6593; -webkit-box-shadow: 1px 1px 3px 2px #AD6593; box-shadow:1px 1px 3px 2px #AD6593;">
Div content here
</div>
This text has color #AD6593 on black background.
This text has color #AD6593 on white background.
This text has black color on #AD6593 background.
This text has white color on #AD6593 background.
Complementary color for #hex is #529A6C.