HEX: #A398CE
RGB: (163,152,206)
#A398CE contains red, green and blue colors in about the same proportion. Web safe color of #A398CE is #9999CC (or #99C).
#A398CE color RGB value is (163,152,206).
RGB: (163,152,206)
(64%, 60%, 81%)
R 163 of 255 = 64%
G 152 of 255 = 60%
B 206 of 255 = 81%
R + G + B ~ 68%. #A398CE is quite light color.
R + G + B = 163 + 152 + 206 = 521 (100%)
R 163 of 521 ~ 31.29%
G 152 of 521 ~ 29.17%
B 206 of 521 ~ 39.54'%
#A398CE color CMYK value is (21,26,0,19).
CMYK: (21,26,0,19)
C21M26Y0K19 (21%, 26%, 0%, 19%)
(0.21 / 0.26 / 0.00 / 0.19)
Color #A398CE in popluar color models
A3 | 98 | CE | |
---|---|---|---|
RGB | 163 | 152 | 206 |
HSL | 252° | 35.53% | 70.20% |
HSB/HSV | 252° | 26.21% | 80.78% |
CMYK | 20.87% | 26.21% | 0.00% |
19.22% |
Color #A398CE in popluar number systems.
HEX | A3 | 98 | CE |
Decimal | 163 | 152 | 206 |
Binary | 10100011 | 10011000 | 11001110 |
Octal | 243 | 230 | 316 |
Shades of #A398CE
Tints of #A398CE
Examples of css and html codes for elements with #A398CE color. Also use rgb(163,152,206) instead hex code.
.myTextColor { color: #A398CE; }
<p style="color:#A398CE">This sample text font color is #A398CE.</p>
This text font color is #A398CE.
.myBgColor { background-color: #A398CE; }
<div style="background-color:#A398CE">Inner text</div>
This div background color is #A398CE.
.myBorderColor { border: 1px solid #A398CE; }
<div style="border:3px solid #A398CE">Div</div>
This div border color is #A398CE.
.myOpacity80 { color: #A398CE; opacity: 0.8; }
<p style="color:#A398CE;opacity:0.8;">80%</p>
Text with #A398CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A398CE;}
<p style="text-shadow: 3px 3px 1px #A398CE">Text here.</p>
This text has shadow with #A398CE color.
.textShadow {text-shadow: 3px 3px 1px #A398CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A398CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A398CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A398CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A398CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A398CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A398CE;
-webkit-box-shadow: 1px 1px 3px 2px #A398CE;
box-shadow: 1px 1px 3px 2px #A398CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A398CE; -webkit-box-shadow: 1px 1px 3px 2px #A398CE; box-shadow:1px 1px 3px 2px #A398CE;">
Div content here
</div>
This text has color #A398CE on black background.
This text has color #A398CE on white background.
This text has black color on #A398CE background.
This text has white color on #A398CE background.
Complementary color for #hex is #5C6731.