HEX: #A5719D
RGB: (165,113,157)
#A5719D contains red, green and blue colors in about the same proportion. Web safe color of #A5719D is #996699 (or #969).
#A5719D color RGB value is (165,113,157).
RGB: (165,113,157)
(65%, 44%, 62%)
R 165 of 255 = 65%
G 113 of 255 = 44%
B 157 of 255 = 62%
R + G + B ~ 57%. #A5719D is middle color (not dark and not light).
R + G + B = 165 + 113 + 157 = 435 (100%)
R 165 of 435 ~ 37.93%
G 113 of 435 ~ 25.98%
B 157 of 435 ~ 36.09'%
#A5719D color CMYK value is (0,32,5,35).
CMYK: (0,32,5,35) C0M32Y5K35 (0%,32%,5%,35%) (0.00/0.32/0.05/0.35)
Color #A5719D in popluar color models
A5 | 71 | 9D | |
---|---|---|---|
RGB | 165 | 113 | 157 |
HSL | 309° | 22.41% | 54.51% |
HSB/HSV | 309° | 31.52% | 64.71% |
CMYK | 0.00% | 31.52% | 4.85% |
35.29% |
Color #A5719D in popluar number systems.
HEX | A5 | 71 | 9D |
Decimal | 165 | 113 | 157 |
Binary | 10100101 | 1110001 | 10011101 |
Octal | 245 | 161 | 235 |
Shades of #A5719D
Tints of #A5719D
Examples of css and html codes for elements with #A5719D color. Also use rgb(165,113,157) instead hex code.
.myTextColor { color: #A5719D; }
<p style="color:#A5719D">This sample text font color is #A5719D.</p>
This text font color is #A5719D.
.myBgColor { background-color: #A5719D; }
<div style="background-color:#A5719D">Inner text</div>
This div background color is #A5719D.
.myBorderColor { border: 1px solid #A5719D; }
<div style="border:3px solid #A5719D">Div</div>
This div border color is #A5719D.
.myOpacity80 { color: #A5719D; opacity: 0.8; }
<p style="color:#A5719D;opacity:0.8;">80%</p>
Text with #A5719D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5719D;}
<p style="text-shadow: 3px 3px 1px #A5719D">Text here.</p>
This text has shadow with #A5719D color.
.textShadow {text-shadow: 3px 3px 1px #A5719D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5719D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5719D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5719D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5719D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5719D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5719D;
-webkit-box-shadow: 1px 1px 3px 2px #A5719D;
box-shadow: 1px 1px 3px 2px #A5719D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5719D; -webkit-box-shadow: 1px 1px 3px 2px #A5719D; box-shadow:1px 1px 3px 2px #A5719D;">
Div content here
</div>
This text has color #A5719D on black background.
This text has color #A5719D on white background.
This text has black color on #A5719D background.
This text has white color on #A5719D background.
Complementary color for #hex is #5A8E62.