HEX: #A996EA
RGB: (169,150,234)
#A996EA contains mainly blue color. Web safe color of #A996EA is #9999FF (or #99F).
#A996EA color RGB value is (169,150,234).
RGB: (169,150,234)
(66%, 59%, 92%)
R 169 of 255 = 66%
G 150 of 255 = 59%
B 234 of 255 = 92%
R + G + B ~ 72%. #A996EA is quite light color.
R + G + B = 169 + 150 + 234 = 553 (100%)
R 169 of 553 ~ 30.56%
G 150 of 553 ~ 27.12%
B 234 of 553 ~ 42.31'%
#A996EA color CMYK value is (28,36,0,8).
CMYK: (28,36,0,8)
C28M36Y0K8 (28%, 36%, 0%, 8%)
(0.28 / 0.36 / 0.00 / 0.08)
Color #A996EA in popluar color models
A9 | 96 | EA | |
---|---|---|---|
RGB | 169 | 150 | 234 |
HSL | 254° | 66.67% | 75.29% |
HSB/HSV | 254° | 35.90% | 91.76% |
CMYK | 27.78% | 35.90% | 0.00% |
8.24% |
Color #A996EA in popluar number systems.
HEX | A9 | 96 | EA |
Decimal | 169 | 150 | 234 |
Binary | 10101001 | 10010110 | 11101010 |
Octal | 251 | 226 | 352 |
Shades of #A996EA
Tints of #A996EA
Examples of css and html codes for elements with #A996EA color. Also use rgb(169,150,234) instead hex code.
.myTextColor { color: #A996EA; }
<p style="color:#A996EA">This sample text font color is #A996EA.</p>
This text font color is #A996EA.
.myBgColor { background-color: #A996EA; }
<div style="background-color:#A996EA">Inner text</div>
This div background color is #A996EA.
.myBorderColor { border: 1px solid #A996EA; }
<div style="border:3px solid #A996EA">Div</div>
This div border color is #A996EA.
.myOpacity80 { color: #A996EA; opacity: 0.8; }
<p style="color:#A996EA;opacity:0.8;">80%</p>
Text with #A996EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A996EA;}
<p style="text-shadow: 3px 3px 1px #A996EA">Text here.</p>
This text has shadow with #A996EA color.
.textShadow {text-shadow: 3px 3px 1px #A996EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A996EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A996EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A996EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A996EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A996EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A996EA;
-webkit-box-shadow: 1px 1px 3px 2px #A996EA;
box-shadow: 1px 1px 3px 2px #A996EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A996EA; -webkit-box-shadow: 1px 1px 3px 2px #A996EA; box-shadow:1px 1px 3px 2px #A996EA;">
Div content here
</div>
This text has color #A996EA on black background.
This text has color #A996EA on white background.
This text has black color on #A996EA background.
This text has white color on #A996EA background.
Complementary color for #hex is #566915.