HEX: #A976DA
RGB: (169,118,218)
#A976DA contains mainly red and blue colors. Web safe color of #A976DA is #9966CC (or #96C).
#A976DA color RGB value is (169,118,218).
RGB: (169,118,218)
(66%, 46%, 85%)
R 169 of 255 = 66%
G 118 of 255 = 46%
B 218 of 255 = 85%
R + G + B ~ 66%. #A976DA is quite light color.
R + G + B = 169 + 118 + 218 = 505 (100%)
R 169 of 505 ~ 33.47%
G 118 of 505 ~ 23.37%
B 218 of 505 ~ 43.17'%
#A976DA color CMYK value is (22,46,0,15).
CMYK: (22,46,0,15)
C22M46Y0K15 (22%, 46%, 0%, 15%)
(0.22 / 0.46 / 0.00 / 0.15)
Color #A976DA in popluar color models
A9 | 76 | DA | |
---|---|---|---|
RGB | 169 | 118 | 218 |
HSL | 271° | 57.47% | 65.88% |
HSB/HSV | 271° | 45.87% | 85.49% |
CMYK | 22.48% | 45.87% | 0.00% |
14.51% |
Color #A976DA in popluar number systems.
HEX | A9 | 76 | DA |
Decimal | 169 | 118 | 218 |
Binary | 10101001 | 1110110 | 11011010 |
Octal | 251 | 166 | 332 |
Shades of #A976DA
Tints of #A976DA
Examples of css and html codes for elements with #A976DA color. Also use rgb(169,118,218) instead hex code.
.myTextColor { color: #A976DA; }
<p style="color:#A976DA">This sample text font color is #A976DA.</p>
This text font color is #A976DA.
.myBgColor { background-color: #A976DA; }
<div style="background-color:#A976DA">Inner text</div>
This div background color is #A976DA.
.myBorderColor { border: 1px solid #A976DA; }
<div style="border:3px solid #A976DA">Div</div>
This div border color is #A976DA.
.myOpacity80 { color: #A976DA; opacity: 0.8; }
<p style="color:#A976DA;opacity:0.8;">80%</p>
Text with #A976DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A976DA;}
<p style="text-shadow: 3px 3px 1px #A976DA">Text here.</p>
This text has shadow with #A976DA color.
.textShadow {text-shadow: 3px 3px 1px #A976DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A976DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A976DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A976DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A976DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A976DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A976DA;
-webkit-box-shadow: 1px 1px 3px 2px #A976DA;
box-shadow: 1px 1px 3px 2px #A976DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A976DA; -webkit-box-shadow: 1px 1px 3px 2px #A976DA; box-shadow:1px 1px 3px 2px #A976DA;">
Div content here
</div>
This text has color #A976DA on black background.
This text has color #A976DA on white background.
This text has black color on #A976DA background.
This text has white color on #A976DA background.
Complementary color for #hex is #568925.