HEX: #AD76CB
RGB: (173,118,203)
#AD76CB contains mainly red and blue colors. Web safe color of #AD76CB is #9966CC (or #96C).
#AD76CB color RGB value is (173,118,203).
RGB: (173,118,203)
(68%, 46%, 80%)
R 173 of 255 = 68%
G 118 of 255 = 46%
B 203 of 255 = 80%
R + G + B ~ 65%. #AD76CB is quite light color.
R + G + B = 173 + 118 + 203 = 494 (100%)
R 173 of 494 ~ 35.02%
G 118 of 494 ~ 23.89%
B 203 of 494 ~ 41.09'%
#AD76CB color CMYK value is (15,42,0,20).
CMYK: (15,42,0,20) C15M42Y0K20 (15%,42%,0%,20%) (0.15/0.42/0.00/0.20)
Color #AD76CB in popluar color models
AD | 76 | CB | |
---|---|---|---|
RGB | 173 | 118 | 203 |
HSL | 279° | 44.97% | 62.94% |
HSB/HSV | 279° | 41.87% | 79.61% |
CMYK | 14.78% | 41.87% | 0.00% |
20.39% |
Color #AD76CB in popluar number systems.
HEX | AD | 76 | CB |
Decimal | 173 | 118 | 203 |
Binary | 10101101 | 1110110 | 11001011 |
Octal | 255 | 166 | 313 |
Shades of #AD76CB
Tints of #AD76CB
Examples of css and html codes for elements with #AD76CB color. Also use rgb(173,118,203) instead hex code.
.myTextColor { color: #AD76CB; }
<p style="color:#AD76CB">This sample text font color is #AD76CB.</p>
This text font color is #AD76CB.
.myBgColor { background-color: #AD76CB; }
<div style="background-color:#AD76CB">Inner text</div>
This div background color is #AD76CB.
.myBorderColor { border: 1px solid #AD76CB; }
<div style="border:3px solid #AD76CB">Div</div>
This div border color is #AD76CB.
.myOpacity80 { color: #AD76CB; opacity: 0.8; }
<p style="color:#AD76CB;opacity:0.8;">80%</p>
Text with #AD76CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD76CB;}
<p style="text-shadow: 3px 3px 1px #AD76CB">Text here.</p>
This text has shadow with #AD76CB color.
.textShadow {text-shadow: 3px 3px 1px #AD76CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD76CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD76CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD76CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD76CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD76CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD76CB;
-webkit-box-shadow: 1px 1px 3px 2px #AD76CB;
box-shadow: 1px 1px 3px 2px #AD76CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD76CB; -webkit-box-shadow: 1px 1px 3px 2px #AD76CB; box-shadow:1px 1px 3px 2px #AD76CB;">
Div content here
</div>
This text has color #AD76CB on black background.
This text has color #AD76CB on white background.
This text has black color on #AD76CB background.
This text has white color on #AD76CB background.
Complementary color for #hex is #528934.