HEX: #A376AA
RGB: (163,118,170)
#A376AA contains red, green and blue colors in about the same proportion. Web safe color of #A376AA is #996699 (or #969).
#A376AA color RGB value is (163,118,170).
RGB: (163,118,170)
(64%, 46%, 67%)
R 163 of 255 = 64%
G 118 of 255 = 46%
B 170 of 255 = 67%
R + G + B ~ 59%. #A376AA is middle color (not dark and not light).
R + G + B = 163 + 118 + 170 = 451 (100%)
R 163 of 451 ~ 36.14%
G 118 of 451 ~ 26.16%
B 170 of 451 ~ 37.69'%
#A376AA color CMYK value is (4,31,0,33).
CMYK: (4,31,0,33)
C4M31Y0K33 (4%, 31%, 0%, 33%)
(0.04 / 0.31 / 0.00 / 0.33)
Color #A376AA in popluar color models
A3 | 76 | AA | |
---|---|---|---|
RGB | 163 | 118 | 170 |
HSL | 292° | 23.42% | 56.47% |
HSB/HSV | 292° | 30.59% | 66.67% |
CMYK | 4.12% | 30.59% | 0.00% |
33.33% |
Color #A376AA in popluar number systems.
HEX | A3 | 76 | AA |
Decimal | 163 | 118 | 170 |
Binary | 10100011 | 1110110 | 10101010 |
Octal | 243 | 166 | 252 |
Shades of #A376AA
Tints of #A376AA
Examples of css and html codes for elements with #A376AA color. Also use rgb(163,118,170) instead hex code.
.myTextColor { color: #A376AA; }
<p style="color:#A376AA">This sample text font color is #A376AA.</p>
This text font color is #A376AA.
.myBgColor { background-color: #A376AA; }
<div style="background-color:#A376AA">Inner text</div>
This div background color is #A376AA.
.myBorderColor { border: 1px solid #A376AA; }
<div style="border:3px solid #A376AA">Div</div>
This div border color is #A376AA.
.myOpacity80 { color: #A376AA; opacity: 0.8; }
<p style="color:#A376AA;opacity:0.8;">80%</p>
Text with #A376AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A376AA;}
<p style="text-shadow: 3px 3px 1px #A376AA">Text here.</p>
This text has shadow with #A376AA color.
.textShadow {text-shadow: 3px 3px 1px #A376AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A376AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A376AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A376AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A376AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A376AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A376AA;
-webkit-box-shadow: 1px 1px 3px 2px #A376AA;
box-shadow: 1px 1px 3px 2px #A376AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A376AA; -webkit-box-shadow: 1px 1px 3px 2px #A376AA; box-shadow:1px 1px 3px 2px #A376AA;">
Div content here
</div>
This text has color #A376AA on black background.
This text has color #A376AA on white background.
This text has black color on #A376AA background.
This text has white color on #A376AA background.
Complementary color for #hex is #5C8955.