HEX: #A37DCA
RGB: (163,125,202)
#A37DCA contains mainly red and blue colors. Web safe color of #A37DCA is #9966CC (or #96C).
#A37DCA color RGB value is (163,125,202).
RGB: (163,125,202)
(64%, 49%, 79%)
R 163 of 255 = 64%
G 125 of 255 = 49%
B 202 of 255 = 79%
R + G + B ~ 64%. #A37DCA is quite light color.
R + G + B = 163 + 125 + 202 = 490 (100%)
R 163 of 490 ~ 33.27%
G 125 of 490 ~ 25.51%
B 202 of 490 ~ 41.22'%
#A37DCA color CMYK value is (19,38,0,21).
CMYK: (19,38,0,21)
C19M38Y0K21 (19%, 38%, 0%, 21%)
(0.19 / 0.38 / 0.00 / 0.21)
Color #A37DCA in popluar color models
A3 | 7D | CA | |
---|---|---|---|
RGB | 163 | 125 | 202 |
HSL | 270° | 42.08% | 64.12% |
HSB/HSV | 270° | 38.12% | 79.22% |
CMYK | 19.31% | 38.12% | 0.00% |
20.78% |
Color #A37DCA in popluar number systems.
HEX | A3 | 7D | CA |
Decimal | 163 | 125 | 202 |
Binary | 10100011 | 1111101 | 11001010 |
Octal | 243 | 175 | 312 |
Shades of #A37DCA
Tints of #A37DCA
Examples of css and html codes for elements with #A37DCA color. Also use rgb(163,125,202) instead hex code.
.myTextColor { color: #A37DCA; }
<p style="color:#A37DCA">This sample text font color is #A37DCA.</p>
This text font color is #A37DCA.
.myBgColor { background-color: #A37DCA; }
<div style="background-color:#A37DCA">Inner text</div>
This div background color is #A37DCA.
.myBorderColor { border: 1px solid #A37DCA; }
<div style="border:3px solid #A37DCA">Div</div>
This div border color is #A37DCA.
.myOpacity80 { color: #A37DCA; opacity: 0.8; }
<p style="color:#A37DCA;opacity:0.8;">80%</p>
Text with #A37DCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37DCA;}
<p style="text-shadow: 3px 3px 1px #A37DCA">Text here.</p>
This text has shadow with #A37DCA color.
.textShadow {text-shadow: 3px 3px 1px #A37DCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37DCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A37DCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37DCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37DCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37DCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A37DCA;
-webkit-box-shadow: 1px 1px 3px 2px #A37DCA;
box-shadow: 1px 1px 3px 2px #A37DCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A37DCA; -webkit-box-shadow: 1px 1px 3px 2px #A37DCA; box-shadow:1px 1px 3px 2px #A37DCA;">
Div content here
</div>
This text has color #A37DCA on black background.
This text has color #A37DCA on white background.
This text has black color on #A37DCA background.
This text has white color on #A37DCA background.
Complementary color for #hex is #5C8235.