HEX: #A38FAD
RGB: (163,143,173)
#A38FAD contains red, green and blue colors in about the same proportion. Web safe color of #A38FAD is #999999 (or #999).
#A38FAD color RGB value is (163,143,173).
RGB: (163,143,173)
(64%, 56%, 68%)
R 163 of 255 = 64%
G 143 of 255 = 56%
B 173 of 255 = 68%
R + G + B ~ 63%. #A38FAD is quite light color.
R + G + B = 163 + 143 + 173 = 479 (100%)
R 163 of 479 ~ 34.03%
G 143 of 479 ~ 29.85%
B 173 of 479 ~ 36.12'%
#A38FAD color CMYK value is (6,17,0,32).
CMYK: (6,17,0,32)
C6M17Y0K32 (6%, 17%, 0%, 32%)
(0.06 / 0.17 / 0.00 / 0.32)
Color #A38FAD in popluar color models
A3 | 8F | AD | |
---|---|---|---|
RGB | 163 | 143 | 173 |
HSL | 280° | 15.46% | 61.96% |
HSB/HSV | 280° | 17.34% | 67.84% |
CMYK | 5.78% | 17.34% | 0.00% |
32.16% |
Color #A38FAD in popluar number systems.
HEX | A3 | 8F | AD |
Decimal | 163 | 143 | 173 |
Binary | 10100011 | 10001111 | 10101101 |
Octal | 243 | 217 | 255 |
Shades of #A38FAD
Tints of #A38FAD
Examples of css and html codes for elements with #A38FAD color. Also use rgb(163,143,173) instead hex code.
.myTextColor { color: #A38FAD; }
<p style="color:#A38FAD">This sample text font color is #A38FAD.</p>
This text font color is #A38FAD.
.myBgColor { background-color: #A38FAD; }
<div style="background-color:#A38FAD">Inner text</div>
This div background color is #A38FAD.
.myBorderColor { border: 1px solid #A38FAD; }
<div style="border:3px solid #A38FAD">Div</div>
This div border color is #A38FAD.
.myOpacity80 { color: #A38FAD; opacity: 0.8; }
<p style="color:#A38FAD;opacity:0.8;">80%</p>
Text with #A38FAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A38FAD;}
<p style="text-shadow: 3px 3px 1px #A38FAD">Text here.</p>
This text has shadow with #A38FAD color.
.textShadow {text-shadow: 3px 3px 1px #A38FAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A38FAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A38FAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A38FAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A38FAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A38FAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A38FAD;
-webkit-box-shadow: 1px 1px 3px 2px #A38FAD;
box-shadow: 1px 1px 3px 2px #A38FAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A38FAD; -webkit-box-shadow: 1px 1px 3px 2px #A38FAD; box-shadow:1px 1px 3px 2px #A38FAD;">
Div content here
</div>
This text has color #A38FAD on black background.
This text has color #A38FAD on white background.
This text has black color on #A38FAD background.
This text has white color on #A38FAD background.
Complementary color for #hex is #5C7052.