HEX: #AD4690
RGB: (173,70,144)
#AD4690 contains mainly red and blue colors. Web safe color of #AD4690 is #993399 (or #939).
#AD4690 color RGB value is (173,70,144).
RGB: (173,70,144)
(68%, 27%, 56%)
R 173 of 255 = 68%
G 70 of 255 = 27%
B 144 of 255 = 56%
R + G + B ~ 50%. #AD4690 is middle color (not dark and not light).
R + G + B = 173 + 70 + 144 = 387 (100%)
R 173 of 387 ~ 44.7%
G 70 of 387 ~ 18.09%
B 144 of 387 ~ 37.21'%
#AD4690 color CMYK value is (0,60,17,32).
CMYK: (0,60,17,32)
C0M60Y17K32 (0%, 60%, 17%, 32%)
(0.00 / 0.60 / 0.17 / 0.32)
Color #AD4690 in popluar color models
AD | 46 | 90 | |
---|---|---|---|
RGB | 173 | 70 | 144 |
HSL | 317° | 42.39% | 47.65% |
HSB/HSV | 317° | 59.54% | 67.84% |
CMYK | 0.00% | 59.54% | 16.76% |
32.16% |
Color #AD4690 in popluar number systems.
HEX | AD | 46 | 90 |
Decimal | 173 | 70 | 144 |
Binary | 10101101 | 1000110 | 10010000 |
Octal | 255 | 106 | 220 |
Shades of #AD4690
Tints of #AD4690
Examples of css and html codes for elements with #AD4690 color. Also use rgb(173,70,144) instead hex code.
.myTextColor { color: #AD4690; }
<p style="color:#AD4690">This sample text font color is #AD4690.</p>
This text font color is #AD4690.
.myBgColor { background-color: #AD4690; }
<div style="background-color:#AD4690">Inner text</div>
This div background color is #AD4690.
.myBorderColor { border: 1px solid #AD4690; }
<div style="border:3px solid #AD4690">Div</div>
This div border color is #AD4690.
.myOpacity80 { color: #AD4690; opacity: 0.8; }
<p style="color:#AD4690;opacity:0.8;">80%</p>
Text with #AD4690 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD4690;}
<p style="text-shadow: 3px 3px 1px #AD4690">Text here.</p>
This text has shadow with #AD4690 color.
.textShadow {text-shadow: 3px 3px 1px #AD4690', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD4690, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD4690 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD4690, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD4690, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD4690 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD4690;
-webkit-box-shadow: 1px 1px 3px 2px #AD4690;
box-shadow: 1px 1px 3px 2px #AD4690;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD4690; -webkit-box-shadow: 1px 1px 3px 2px #AD4690; box-shadow:1px 1px 3px 2px #AD4690;">
Div content here
</div>
This text has color #AD4690 on black background.
This text has color #AD4690 on white background.
This text has black color on #AD4690 background.
This text has white color on #AD4690 background.
Complementary color for #hex is #52B96F.