HEX: #A5499B
RGB: (165,73,155)
#A5499B contains mainly red and blue colors. Web safe color of #A5499B is #993399 (or #939).
#A5499B color RGB value is (165,73,155).
RGB: (165,73,155)
(65%, 29%, 61%)
R 165 of 255 = 65%
G 73 of 255 = 29%
B 155 of 255 = 61%
R + G + B ~ 52%. #A5499B is middle color (not dark and not light).
R + G + B = 165 + 73 + 155 = 393 (100%)
R 165 of 393 ~ 41.98%
G 73 of 393 ~ 18.58%
B 155 of 393 ~ 39.44'%
#A5499B color CMYK value is (0,56,6,35).
CMYK: (0,56,6,35)
C0M56Y6K35 (0%, 56%, 6%, 35%)
(0.00 / 0.56 / 0.06 / 0.35)
Color #A5499B in popluar color models
A5 | 49 | 9B | |
---|---|---|---|
RGB | 165 | 73 | 155 |
HSL | 307° | 38.66% | 46.67% |
HSB/HSV | 307° | 55.76% | 64.71% |
CMYK | 0.00% | 55.76% | 6.06% |
35.29% |
Color #A5499B in popluar number systems.
HEX | A5 | 49 | 9B |
Decimal | 165 | 73 | 155 |
Binary | 10100101 | 1001001 | 10011011 |
Octal | 245 | 111 | 233 |
Shades of #A5499B
Tints of #A5499B
Examples of css and html codes for elements with #A5499B color. Also use rgb(165,73,155) instead hex code.
.myTextColor { color: #A5499B; }
<p style="color:#A5499B">This sample text font color is #A5499B.</p>
This text font color is #A5499B.
.myBgColor { background-color: #A5499B; }
<div style="background-color:#A5499B">Inner text</div>
This div background color is #A5499B.
.myBorderColor { border: 1px solid #A5499B; }
<div style="border:3px solid #A5499B">Div</div>
This div border color is #A5499B.
.myOpacity80 { color: #A5499B; opacity: 0.8; }
<p style="color:#A5499B;opacity:0.8;">80%</p>
Text with #A5499B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5499B;}
<p style="text-shadow: 3px 3px 1px #A5499B">Text here.</p>
This text has shadow with #A5499B color.
.textShadow {text-shadow: 3px 3px 1px #A5499B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5499B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5499B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5499B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5499B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5499B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5499B;
-webkit-box-shadow: 1px 1px 3px 2px #A5499B;
box-shadow: 1px 1px 3px 2px #A5499B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5499B; -webkit-box-shadow: 1px 1px 3px 2px #A5499B; box-shadow:1px 1px 3px 2px #A5499B;">
Div content here
</div>
This text has color #A5499B on black background.
This text has color #A5499B on white background.
This text has black color on #A5499B background.
This text has white color on #A5499B background.
Complementary color for #hex is #5AB664.