HEX: #A375AD
RGB: (163,117,173)
#A375AD contains red, green and blue colors in about the same proportion. Web safe color of #A375AD is #996699 (or #969).
#A375AD color RGB value is (163,117,173).
RGB: (163,117,173)
(64%, 46%, 68%)
R 163 of 255 = 64%
G 117 of 255 = 46%
B 173 of 255 = 68%
R + G + B ~ 59%. #A375AD is middle color (not dark and not light).
R + G + B = 163 + 117 + 173 = 453 (100%)
R 163 of 453 ~ 35.98%
G 117 of 453 ~ 25.83%
B 173 of 453 ~ 38.19'%
#A375AD color CMYK value is (6,32,0,32).
CMYK: (6,32,0,32) C6M32Y0K32 (6%,32%,0%,32%) (0.06/0.32/0.00/0.32)
Color #A375AD in popluar color models
A3 | 75 | AD | |
---|---|---|---|
RGB | 163 | 117 | 173 |
HSL | 289° | 25.45% | 56.86% |
HSB/HSV | 289° | 32.37% | 67.84% |
CMYK | 5.78% | 32.37% | 0.00% |
32.16% |
Color #A375AD in popluar number systems.
HEX | A3 | 75 | AD |
Decimal | 163 | 117 | 173 |
Binary | 10100011 | 1110101 | 10101101 |
Octal | 243 | 165 | 255 |
Shades of #A375AD
Tints of #A375AD
Examples of css and html codes for elements with #A375AD color. Also use rgb(163,117,173) instead hex code.
.myTextColor { color: #A375AD; }
<p style="color:#A375AD">This sample text font color is #A375AD.</p>
This text font color is #A375AD.
.myBgColor { background-color: #A375AD; }
<div style="background-color:#A375AD">Inner text</div>
This div background color is #A375AD.
.myBorderColor { border: 1px solid #A375AD; }
<div style="border:3px solid #A375AD">Div</div>
This div border color is #A375AD.
.myOpacity80 { color: #A375AD; opacity: 0.8; }
<p style="color:#A375AD;opacity:0.8;">80%</p>
Text with #A375AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A375AD;}
<p style="text-shadow: 3px 3px 1px #A375AD">Text here.</p>
This text has shadow with #A375AD color.
.textShadow {text-shadow: 3px 3px 1px #A375AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A375AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A375AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A375AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A375AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A375AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A375AD;
-webkit-box-shadow: 1px 1px 3px 2px #A375AD;
box-shadow: 1px 1px 3px 2px #A375AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A375AD; -webkit-box-shadow: 1px 1px 3px 2px #A375AD; box-shadow:1px 1px 3px 2px #A375AD;">
Div content here
</div>
This text has color #A375AD on black background.
This text has color #A375AD on white background.
This text has black color on #A375AD background.
This text has white color on #A375AD background.
Complementary color for #hex is #5C8A52.