HEX: #A37BBA
RGB: (163,123,186)
#A37BBA contains mainly red and blue colors. Web safe color of #A37BBA is #9966CC (or #96C).
#A37BBA color RGB value is (163,123,186).
RGB: (163,123,186)
(64%, 48%, 73%)
R 163 of 255 = 64%
G 123 of 255 = 48%
B 186 of 255 = 73%
R + G + B ~ 62%. #A37BBA is quite light color.
R + G + B = 163 + 123 + 186 = 472 (100%)
R 163 of 472 ~ 34.53%
G 123 of 472 ~ 26.06%
B 186 of 472 ~ 39.41'%
#A37BBA color CMYK value is (12,34,0,27).
CMYK: (12,34,0,27)
C12M34Y0K27 (12%, 34%, 0%, 27%)
(0.12 / 0.34 / 0.00 / 0.27)
Color #A37BBA in popluar color models
A3 | 7B | BA | |
---|---|---|---|
RGB | 163 | 123 | 186 |
HSL | 278° | 31.34% | 60.59% |
HSB/HSV | 278° | 33.87% | 72.94% |
CMYK | 12.37% | 33.87% | 0.00% |
27.06% |
Color #A37BBA in popluar number systems.
HEX | A3 | 7B | BA |
Decimal | 163 | 123 | 186 |
Binary | 10100011 | 1111011 | 10111010 |
Octal | 243 | 173 | 272 |
Shades of #A37BBA
Tints of #A37BBA
Examples of css and html codes for elements with #A37BBA color. Also use rgb(163,123,186) instead hex code.
.myTextColor { color: #A37BBA; }
<p style="color:#A37BBA">This sample text font color is #A37BBA.</p>
This text font color is #A37BBA.
.myBgColor { background-color: #A37BBA; }
<div style="background-color:#A37BBA">Inner text</div>
This div background color is #A37BBA.
.myBorderColor { border: 1px solid #A37BBA; }
<div style="border:3px solid #A37BBA">Div</div>
This div border color is #A37BBA.
.myOpacity80 { color: #A37BBA; opacity: 0.8; }
<p style="color:#A37BBA;opacity:0.8;">80%</p>
Text with #A37BBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37BBA;}
<p style="text-shadow: 3px 3px 1px #A37BBA">Text here.</p>
This text has shadow with #A37BBA color.
.textShadow {text-shadow: 3px 3px 1px #A37BBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37BBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A37BBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37BBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37BBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37BBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A37BBA;
-webkit-box-shadow: 1px 1px 3px 2px #A37BBA;
box-shadow: 1px 1px 3px 2px #A37BBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A37BBA; -webkit-box-shadow: 1px 1px 3px 2px #A37BBA; box-shadow:1px 1px 3px 2px #A37BBA;">
Div content here
</div>
This text has color #A37BBA on black background.
This text has color #A37BBA on white background.
This text has black color on #A37BBA background.
This text has white color on #A37BBA background.
Complementary color for #hex is #5C8445.