HEX: #A48ABA
RGB: (164,138,186)
#A48ABA contains red, green and blue colors in about the same proportion. Web safe color of #A48ABA is #9999CC (or #99C).
#A48ABA color RGB value is (164,138,186).
RGB: (164,138,186)
(64%, 54%, 73%)
R 164 of 255 = 64%
G 138 of 255 = 54%
B 186 of 255 = 73%
R + G + B ~ 64%. #A48ABA is quite light color.
R + G + B = 164 + 138 + 186 = 488 (100%)
R 164 of 488 ~ 33.61%
G 138 of 488 ~ 28.28%
B 186 of 488 ~ 38.11'%
#A48ABA color CMYK value is (12,26,0,27).
CMYK: (12,26,0,27) C12M26Y0K27 (12%,26%,0%,27%) (0.12/0.26/0.00/0.27)
Color #A48ABA in popluar color models
A4 | 8A | BA | |
---|---|---|---|
RGB | 164 | 138 | 186 |
HSL | 273° | 25.81% | 63.53% |
HSB/HSV | 273° | 25.81% | 72.94% |
CMYK | 11.83% | 25.81% | 0.00% |
27.06% |
Color #A48ABA in popluar number systems.
HEX | A4 | 8A | BA |
Decimal | 164 | 138 | 186 |
Binary | 10100100 | 10001010 | 10111010 |
Octal | 244 | 212 | 272 |
Shades of #A48ABA
Tints of #A48ABA
Examples of css and html codes for elements with #A48ABA color. Also use rgb(164,138,186) instead hex code.
.myTextColor { color: #A48ABA; }
<p style="color:#A48ABA">This sample text font color is #A48ABA.</p>
This text font color is #A48ABA.
.myBgColor { background-color: #A48ABA; }
<div style="background-color:#A48ABA">Inner text</div>
This div background color is #A48ABA.
.myBorderColor { border: 1px solid #A48ABA; }
<div style="border:3px solid #A48ABA">Div</div>
This div border color is #A48ABA.
.myOpacity80 { color: #A48ABA; opacity: 0.8; }
<p style="color:#A48ABA;opacity:0.8;">80%</p>
Text with #A48ABA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A48ABA;}
<p style="text-shadow: 3px 3px 1px #A48ABA">Text here.</p>
This text has shadow with #A48ABA color.
.textShadow {text-shadow: 3px 3px 1px #A48ABA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A48ABA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A48ABA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A48ABA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A48ABA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A48ABA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A48ABA;
-webkit-box-shadow: 1px 1px 3px 2px #A48ABA;
box-shadow: 1px 1px 3px 2px #A48ABA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A48ABA; -webkit-box-shadow: 1px 1px 3px 2px #A48ABA; box-shadow:1px 1px 3px 2px #A48ABA;">
Div content here
</div>
This text has color #A48ABA on black background.
This text has color #A48ABA on white background.
This text has black color on #A48ABA background.
This text has white color on #A48ABA background.
Complementary color for #hex is #5B7545.