HEX: #A5819D
RGB: (165,129,157)
#A5819D contains red, green and blue colors in about the same proportion. Web safe color of #A5819D is #999999 (or #999).
#A5819D color RGB value is (165,129,157).
RGB: (165,129,157)
(65%, 51%, 62%)
R 165 of 255 = 65%
G 129 of 255 = 51%
B 157 of 255 = 62%
R + G + B ~ 59%. #A5819D is middle color (not dark and not light).
R + G + B = 165 + 129 + 157 = 451 (100%)
R 165 of 451 ~ 36.59%
G 129 of 451 ~ 28.6%
B 157 of 451 ~ 34.81'%
#A5819D color CMYK value is (0,22,5,35).
CMYK: (0,22,5,35)
C0M22Y5K35 (0%, 22%, 5%, 35%)
(0.00 / 0.22 / 0.05 / 0.35)
Color #A5819D in popluar color models
A5 | 81 | 9D | |
---|---|---|---|
RGB | 165 | 129 | 157 |
HSL | 313° | 16.67% | 57.65% |
HSB/HSV | 313° | 21.82% | 64.71% |
CMYK | 0.00% | 21.82% | 4.85% |
35.29% |
Color #A5819D in popluar number systems.
HEX | A5 | 81 | 9D |
Decimal | 165 | 129 | 157 |
Binary | 10100101 | 10000001 | 10011101 |
Octal | 245 | 201 | 235 |
Shades of #A5819D
Tints of #A5819D
Examples of css and html codes for elements with #A5819D color. Also use rgb(165,129,157) instead hex code.
.myTextColor { color: #A5819D; }
<p style="color:#A5819D">This sample text font color is #A5819D.</p>
This text font color is #A5819D.
.myBgColor { background-color: #A5819D; }
<div style="background-color:#A5819D">Inner text</div>
This div background color is #A5819D.
.myBorderColor { border: 1px solid #A5819D; }
<div style="border:3px solid #A5819D">Div</div>
This div border color is #A5819D.
.myOpacity80 { color: #A5819D; opacity: 0.8; }
<p style="color:#A5819D;opacity:0.8;">80%</p>
Text with #A5819D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5819D;}
<p style="text-shadow: 3px 3px 1px #A5819D">Text here.</p>
This text has shadow with #A5819D color.
.textShadow {text-shadow: 3px 3px 1px #A5819D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5819D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5819D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5819D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5819D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5819D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5819D;
-webkit-box-shadow: 1px 1px 3px 2px #A5819D;
box-shadow: 1px 1px 3px 2px #A5819D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5819D; -webkit-box-shadow: 1px 1px 3px 2px #A5819D; box-shadow:1px 1px 3px 2px #A5819D;">
Div content here
</div>
This text has color #A5819D on black background.
This text has color #A5819D on white background.
This text has black color on #A5819D background.
This text has white color on #A5819D background.
Complementary color for #hex is #5A7E62.