HEX: #A997C5
RGB: (169,151,197)
#A997C5 contains red, green and blue colors in about the same proportion. Web safe color of #A997C5 is #9999CC (or #99C).
#A997C5 color RGB value is (169,151,197).
RGB: (169,151,197)
(66%, 59%, 77%)
R 169 of 255 = 66%
G 151 of 255 = 59%
B 197 of 255 = 77%
R + G + B ~ 67%. #A997C5 is quite light color.
R + G + B = 169 + 151 + 197 = 517 (100%)
R 169 of 517 ~ 32.69%
G 151 of 517 ~ 29.21%
B 197 of 517 ~ 38.1'%
#A997C5 color CMYK value is (14,23,0,23).
CMYK: (14,23,0,23)
C14M23Y0K23 (14%, 23%, 0%, 23%)
(0.14 / 0.23 / 0.00 / 0.23)
Color #A997C5 in popluar color models
A9 | 97 | C5 | |
---|---|---|---|
RGB | 169 | 151 | 197 |
HSL | 263° | 28.40% | 68.24% |
HSB/HSV | 263° | 23.35% | 77.25% |
CMYK | 14.21% | 23.35% | 0.00% |
22.75% |
Color #A997C5 in popluar number systems.
HEX | A9 | 97 | C5 |
Decimal | 169 | 151 | 197 |
Binary | 10101001 | 10010111 | 11000101 |
Octal | 251 | 227 | 305 |
Shades of #A997C5
Tints of #A997C5
Examples of css and html codes for elements with #A997C5 color. Also use rgb(169,151,197) instead hex code.
.myTextColor { color: #A997C5; }
<p style="color:#A997C5">This sample text font color is #A997C5.</p>
This text font color is #A997C5.
.myBgColor { background-color: #A997C5; }
<div style="background-color:#A997C5">Inner text</div>
This div background color is #A997C5.
.myBorderColor { border: 1px solid #A997C5; }
<div style="border:3px solid #A997C5">Div</div>
This div border color is #A997C5.
.myOpacity80 { color: #A997C5; opacity: 0.8; }
<p style="color:#A997C5;opacity:0.8;">80%</p>
Text with #A997C5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A997C5;}
<p style="text-shadow: 3px 3px 1px #A997C5">Text here.</p>
This text has shadow with #A997C5 color.
.textShadow {text-shadow: 3px 3px 1px #A997C5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A997C5, 5px 5px 20px red">Text here.</p>
This text has shadow with #A997C5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A997C5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A997C5, Direction=45, Strength=4)">Text</p>
This text has shadow with #A997C5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A997C5;
-webkit-box-shadow: 1px 1px 3px 2px #A997C5;
box-shadow: 1px 1px 3px 2px #A997C5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A997C5; -webkit-box-shadow: 1px 1px 3px 2px #A997C5; box-shadow:1px 1px 3px 2px #A997C5;">
Div content here
</div>
This text has color #A997C5 on black background.
This text has color #A997C5 on white background.
This text has black color on #A997C5 background.
This text has white color on #A997C5 background.
Complementary color for #hex is #56683A.