HEX: #A71596
RGB: (167,21,150)
#A71596 contains mainly red and blue colors. Web safe color of #A71596 is #990099 (or #909).
#A71596 color RGB value is (167,21,150).
RGB: (167,21,150)
(65%, 8%, 59%)
R 167 of 255 = 65%
G 21 of 255 = 8%
B 150 of 255 = 59%
R + G + B ~ 44%. #A71596 is middle color (not dark and not light).
R + G + B = 167 + 21 + 150 = 338 (100%)
R 167 of 338 ~ 49.41%
G 21 of 338 ~ 6.21%
B 150 of 338 ~ 44.38'%
#A71596 color CMYK value is (0,87,10,35).
CMYK: (0,87,10,35)
C0M87Y10K35 (0%, 87%, 10%, 35%)
(0.00 / 0.87 / 0.10 / 0.35)
Color #A71596 in popluar color models
A7 | 15 | 96 | |
---|---|---|---|
RGB | 167 | 21 | 150 |
HSL | 307° | 77.66% | 36.86% |
HSB/HSV | 307° | 87.43% | 65.49% |
CMYK | 0.00% | 87.43% | 10.18% |
34.51% |
Color #A71596 in popluar number systems.
HEX | A7 | 15 | 96 |
Decimal | 167 | 21 | 150 |
Binary | 10100111 | 10101 | 10010110 |
Octal | 247 | 25 | 226 |
Shades of #A71596
Tints of #A71596
Examples of css and html codes for elements with #A71596 color. Also use rgb(167,21,150) instead hex code.
.myTextColor { color: #A71596; }
<p style="color:#A71596">This sample text font color is #A71596.</p>
This text font color is #A71596.
.myBgColor { background-color: #A71596; }
<div style="background-color:#A71596">Inner text</div>
This div background color is #A71596.
.myBorderColor { border: 1px solid #A71596; }
<div style="border:3px solid #A71596">Div</div>
This div border color is #A71596.
.myOpacity80 { color: #A71596; opacity: 0.8; }
<p style="color:#A71596;opacity:0.8;">80%</p>
Text with #A71596 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A71596;}
<p style="text-shadow: 3px 3px 1px #A71596">Text here.</p>
This text has shadow with #A71596 color.
.textShadow {text-shadow: 3px 3px 1px #A71596', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A71596, 5px 5px 20px red">Text here.</p>
This text has shadow with #A71596 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A71596, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A71596, Direction=45, Strength=4)">Text</p>
This text has shadow with #A71596 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A71596;
-webkit-box-shadow: 1px 1px 3px 2px #A71596;
box-shadow: 1px 1px 3px 2px #A71596;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A71596; -webkit-box-shadow: 1px 1px 3px 2px #A71596; box-shadow:1px 1px 3px 2px #A71596;">
Div content here
</div>
This text has color #A71596 on black background.
This text has color #A71596 on white background.
This text has black color on #A71596 background.
This text has white color on #A71596 background.
Complementary color for #hex is #58EA69.