HEX: #AD79BA
RGB: (173,121,186)
#AD79BA contains mainly red and blue colors. Web safe color of #AD79BA is #9966CC (or #96C).
#AD79BA color RGB value is (173,121,186).
RGB: (173,121,186)
(68%, 47%, 73%)
R 173 of 255 = 68%
G 121 of 255 = 47%
B 186 of 255 = 73%
R + G + B ~ 63%. #AD79BA is quite light color.
R + G + B = 173 + 121 + 186 = 480 (100%)
R 173 of 480 ~ 36.04%
G 121 of 480 ~ 25.21%
B 186 of 480 ~ 38.75'%
#AD79BA color CMYK value is (7,35,0,27).
CMYK: (7,35,0,27)
C7M35Y0K27 (7%, 35%, 0%, 27%)
(0.07 / 0.35 / 0.00 / 0.27)
Color #AD79BA in popluar color models
AD | 79 | BA | |
---|---|---|---|
RGB | 173 | 121 | 186 |
HSL | 288° | 32.02% | 60.20% |
HSB/HSV | 288° | 34.95% | 72.94% |
CMYK | 6.99% | 34.95% | 0.00% |
27.06% |
Color #AD79BA in popluar number systems.
HEX | AD | 79 | BA |
Decimal | 173 | 121 | 186 |
Binary | 10101101 | 1111001 | 10111010 |
Octal | 255 | 171 | 272 |
Shades of #AD79BA
Tints of #AD79BA
Examples of css and html codes for elements with #AD79BA color. Also use rgb(173,121,186) instead hex code.
.myTextColor { color: #AD79BA; }
<p style="color:#AD79BA">This sample text font color is #AD79BA.</p>
This text font color is #AD79BA.
.myBgColor { background-color: #AD79BA; }
<div style="background-color:#AD79BA">Inner text</div>
This div background color is #AD79BA.
.myBorderColor { border: 1px solid #AD79BA; }
<div style="border:3px solid #AD79BA">Div</div>
This div border color is #AD79BA.
.myOpacity80 { color: #AD79BA; opacity: 0.8; }
<p style="color:#AD79BA;opacity:0.8;">80%</p>
Text with #AD79BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD79BA;}
<p style="text-shadow: 3px 3px 1px #AD79BA">Text here.</p>
This text has shadow with #AD79BA color.
.textShadow {text-shadow: 3px 3px 1px #AD79BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD79BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD79BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD79BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD79BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD79BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD79BA;
-webkit-box-shadow: 1px 1px 3px 2px #AD79BA;
box-shadow: 1px 1px 3px 2px #AD79BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD79BA; -webkit-box-shadow: 1px 1px 3px 2px #AD79BA; box-shadow:1px 1px 3px 2px #AD79BA;">
Div content here
</div>
This text has color #AD79BA on black background.
This text has color #AD79BA on white background.
This text has black color on #AD79BA background.
This text has white color on #AD79BA background.
Complementary color for #hex is #528645.