HEX: #A977D5
RGB: (169,119,213)
#A977D5 contains mainly red and blue colors. Web safe color of #A977D5 is #9966CC (or #96C).
#A977D5 color RGB value is (169,119,213).
RGB: (169,119,213)
(66%, 47%, 84%)
R 169 of 255 = 66%
G 119 of 255 = 47%
B 213 of 255 = 84%
R + G + B ~ 66%. #A977D5 is quite light color.
R + G + B = 169 + 119 + 213 = 501 (100%)
R 169 of 501 ~ 33.73%
G 119 of 501 ~ 23.75%
B 213 of 501 ~ 42.51'%
#A977D5 color CMYK value is (21,44,0,16).
CMYK: (21,44,0,16)
C21M44Y0K16 (21%, 44%, 0%, 16%)
(0.21 / 0.44 / 0.00 / 0.16)
Color #A977D5 in popluar color models
A9 | 77 | D5 | |
---|---|---|---|
RGB | 169 | 119 | 213 |
HSL | 272° | 52.81% | 65.10% |
HSB/HSV | 272° | 44.13% | 83.53% |
CMYK | 20.66% | 44.13% | 0.00% |
16.47% |
Color #A977D5 in popluar number systems.
HEX | A9 | 77 | D5 |
Decimal | 169 | 119 | 213 |
Binary | 10101001 | 1110111 | 11010101 |
Octal | 251 | 167 | 325 |
Shades of #A977D5
Tints of #A977D5
Examples of css and html codes for elements with #A977D5 color. Also use rgb(169,119,213) instead hex code.
.myTextColor { color: #A977D5; }
<p style="color:#A977D5">This sample text font color is #A977D5.</p>
This text font color is #A977D5.
.myBgColor { background-color: #A977D5; }
<div style="background-color:#A977D5">Inner text</div>
This div background color is #A977D5.
.myBorderColor { border: 1px solid #A977D5; }
<div style="border:3px solid #A977D5">Div</div>
This div border color is #A977D5.
.myOpacity80 { color: #A977D5; opacity: 0.8; }
<p style="color:#A977D5;opacity:0.8;">80%</p>
Text with #A977D5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A977D5;}
<p style="text-shadow: 3px 3px 1px #A977D5">Text here.</p>
This text has shadow with #A977D5 color.
.textShadow {text-shadow: 3px 3px 1px #A977D5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A977D5, 5px 5px 20px red">Text here.</p>
This text has shadow with #A977D5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A977D5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A977D5, Direction=45, Strength=4)">Text</p>
This text has shadow with #A977D5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A977D5;
-webkit-box-shadow: 1px 1px 3px 2px #A977D5;
box-shadow: 1px 1px 3px 2px #A977D5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A977D5; -webkit-box-shadow: 1px 1px 3px 2px #A977D5; box-shadow:1px 1px 3px 2px #A977D5;">
Div content here
</div>
This text has color #A977D5 on black background.
This text has color #A977D5 on white background.
This text has black color on #A977D5 background.
This text has white color on #A977D5 background.
Complementary color for #hex is #56882A.