HEX: #A5628E
RGB: (165,98,142)
#A5628E contains mainly red and blue colors. Web safe color of #A5628E is #996699 (or #969).
#A5628E color RGB value is (165,98,142).
RGB: (165,98,142)
(65%, 38%, 56%)
R 165 of 255 = 65%
G 98 of 255 = 38%
B 142 of 255 = 56%
R + G + B ~ 53%. #A5628E is middle color (not dark and not light).
R + G + B = 165 + 98 + 142 = 405 (100%)
R 165 of 405 ~ 40.74%
G 98 of 405 ~ 24.2%
B 142 of 405 ~ 35.06'%
#A5628E color CMYK value is (0,41,14,35).
CMYK: (0,41,14,35) C0M41Y14K35 (0%,41%,14%,35%) (0.00/0.41/0.14/0.35)
Color #A5628E in popluar color models
A5 | 62 | 8E | |
---|---|---|---|
RGB | 165 | 98 | 142 |
HSL | 321° | 27.13% | 51.57% |
HSB/HSV | 321° | 40.61% | 64.71% |
CMYK | 0.00% | 40.61% | 13.94% |
35.29% |
Color #A5628E in popluar number systems.
HEX | A5 | 62 | 8E |
Decimal | 165 | 98 | 142 |
Binary | 10100101 | 1100010 | 10001110 |
Octal | 245 | 142 | 216 |
Shades of #A5628E
Tints of #A5628E
Examples of css and html codes for elements with #A5628E color. Also use rgb(165,98,142) instead hex code.
.myTextColor { color: #A5628E; }
<p style="color:#A5628E">This sample text font color is #A5628E.</p>
This text font color is #A5628E.
.myBgColor { background-color: #A5628E; }
<div style="background-color:#A5628E">Inner text</div>
This div background color is #A5628E.
.myBorderColor { border: 1px solid #A5628E; }
<div style="border:3px solid #A5628E">Div</div>
This div border color is #A5628E.
.myOpacity80 { color: #A5628E; opacity: 0.8; }
<p style="color:#A5628E;opacity:0.8;">80%</p>
Text with #A5628E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5628E;}
<p style="text-shadow: 3px 3px 1px #A5628E">Text here.</p>
This text has shadow with #A5628E color.
.textShadow {text-shadow: 3px 3px 1px #A5628E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5628E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5628E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5628E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5628E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5628E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5628E;
-webkit-box-shadow: 1px 1px 3px 2px #A5628E;
box-shadow: 1px 1px 3px 2px #A5628E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5628E; -webkit-box-shadow: 1px 1px 3px 2px #A5628E; box-shadow:1px 1px 3px 2px #A5628E;">
Div content here
</div>
This text has color #A5628E on black background.
This text has color #A5628E on white background.
This text has black color on #A5628E background.
This text has white color on #A5628E background.
Complementary color for #hex is #5A9D71.