HEX: #AD52C7
RGB: (173,82,199)
#AD52C7 contains mainly red and blue colors. Web safe color of #AD52C7 is #9966CC (or #96C).
#AD52C7 color RGB value is (173,82,199).
RGB: (173,82,199)
(68%, 32%, 78%)
R 173 of 255 = 68%
G 82 of 255 = 32%
B 199 of 255 = 78%
R + G + B ~ 59%. #AD52C7 is middle color (not dark and not light).
R + G + B = 173 + 82 + 199 = 454 (100%)
R 173 of 454 ~ 38.11%
G 82 of 454 ~ 18.06%
B 199 of 454 ~ 43.83'%
#AD52C7 color CMYK value is (13,59,0,22).
CMYK: (13,59,0,22)
C13M59Y0K22 (13%, 59%, 0%, 22%)
(0.13 / 0.59 / 0.00 / 0.22)
Color #AD52C7 in popluar color models
AD | 52 | C7 | |
---|---|---|---|
RGB | 173 | 82 | 199 |
HSL | 287° | 51.09% | 55.10% |
HSB/HSV | 287° | 58.79% | 78.04% |
CMYK | 13.07% | 58.79% | 0.00% |
21.96% |
Color #AD52C7 in popluar number systems.
HEX | AD | 52 | C7 |
Decimal | 173 | 82 | 199 |
Binary | 10101101 | 1010010 | 11000111 |
Octal | 255 | 122 | 307 |
Shades of #AD52C7
Tints of #AD52C7
Examples of css and html codes for elements with #AD52C7 color. Also use rgb(173,82,199) instead hex code.
.myTextColor { color: #AD52C7; }
<p style="color:#AD52C7">This sample text font color is #AD52C7.</p>
This text font color is #AD52C7.
.myBgColor { background-color: #AD52C7; }
<div style="background-color:#AD52C7">Inner text</div>
This div background color is #AD52C7.
.myBorderColor { border: 1px solid #AD52C7; }
<div style="border:3px solid #AD52C7">Div</div>
This div border color is #AD52C7.
.myOpacity80 { color: #AD52C7; opacity: 0.8; }
<p style="color:#AD52C7;opacity:0.8;">80%</p>
Text with #AD52C7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD52C7;}
<p style="text-shadow: 3px 3px 1px #AD52C7">Text here.</p>
This text has shadow with #AD52C7 color.
.textShadow {text-shadow: 3px 3px 1px #AD52C7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD52C7, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD52C7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD52C7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD52C7, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD52C7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD52C7;
-webkit-box-shadow: 1px 1px 3px 2px #AD52C7;
box-shadow: 1px 1px 3px 2px #AD52C7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD52C7; -webkit-box-shadow: 1px 1px 3px 2px #AD52C7; box-shadow:1px 1px 3px 2px #AD52C7;">
Div content here
</div>
This text has color #AD52C7 on black background.
This text has color #AD52C7 on white background.
This text has black color on #AD52C7 background.
This text has white color on #AD52C7 background.
Complementary color for #hex is #52AD38.