HEX: #A373AB
RGB: (163,115,171)
#A373AB contains red, green and blue colors in about the same proportion. Web safe color of #A373AB is #996699 (or #969).
#A373AB color RGB value is (163,115,171).
RGB: (163,115,171)
(64%, 45%, 67%)
R 163 of 255 = 64%
G 115 of 255 = 45%
B 171 of 255 = 67%
R + G + B ~ 59%. #A373AB is middle color (not dark and not light).
R + G + B = 163 + 115 + 171 = 449 (100%)
R 163 of 449 ~ 36.3%
G 115 of 449 ~ 25.61%
B 171 of 449 ~ 38.08'%
#A373AB color CMYK value is (5,33,0,33).
CMYK: (5,33,0,33)
C5M33Y0K33 (5%, 33%, 0%, 33%)
(0.05 / 0.33 / 0.00 / 0.33)
Color #A373AB in popluar color models
A3 | 73 | AB | |
---|---|---|---|
RGB | 163 | 115 | 171 |
HSL | 291° | 25.00% | 56.08% |
HSB/HSV | 291° | 32.75% | 67.06% |
CMYK | 4.68% | 32.75% | 0.00% |
32.94% |
Color #A373AB in popluar number systems.
HEX | A3 | 73 | AB |
Decimal | 163 | 115 | 171 |
Binary | 10100011 | 1110011 | 10101011 |
Octal | 243 | 163 | 253 |
Shades of #A373AB
Tints of #A373AB
Examples of css and html codes for elements with #A373AB color. Also use rgb(163,115,171) instead hex code.
.myTextColor { color: #A373AB; }
<p style="color:#A373AB">This sample text font color is #A373AB.</p>
This text font color is #A373AB.
.myBgColor { background-color: #A373AB; }
<div style="background-color:#A373AB">Inner text</div>
This div background color is #A373AB.
.myBorderColor { border: 1px solid #A373AB; }
<div style="border:3px solid #A373AB">Div</div>
This div border color is #A373AB.
.myOpacity80 { color: #A373AB; opacity: 0.8; }
<p style="color:#A373AB;opacity:0.8;">80%</p>
Text with #A373AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A373AB;}
<p style="text-shadow: 3px 3px 1px #A373AB">Text here.</p>
This text has shadow with #A373AB color.
.textShadow {text-shadow: 3px 3px 1px #A373AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A373AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A373AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A373AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A373AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A373AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A373AB;
-webkit-box-shadow: 1px 1px 3px 2px #A373AB;
box-shadow: 1px 1px 3px 2px #A373AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A373AB; -webkit-box-shadow: 1px 1px 3px 2px #A373AB; box-shadow:1px 1px 3px 2px #A373AB;">
Div content here
</div>
This text has color #A373AB on black background.
This text has color #A373AB on white background.
This text has black color on #A373AB background.
This text has white color on #A373AB background.
Complementary color for #hex is #5C8C54.