HEX: #A090DD
RGB: (160,144,221)
#A090DD contains mainly blue color. Web safe color of #A090DD is #9999CC (or #99C).
#A090DD color RGB value is (160,144,221).
RGB: (160,144,221)
(63%, 56%, 87%)
R 160 of 255 = 63%
G 144 of 255 = 56%
B 221 of 255 = 87%
R + G + B ~ 69%. #A090DD is quite light color.
R + G + B = 160 + 144 + 221 = 525 (100%)
R 160 of 525 ~ 30.48%
G 144 of 525 ~ 27.43%
B 221 of 525 ~ 42.1'%
#A090DD color CMYK value is (28,35,0,13).
CMYK: (28,35,0,13)
C28M35Y0K13 (28%, 35%, 0%, 13%)
(0.28 / 0.35 / 0.00 / 0.13)
Color #A090DD in popluar color models
A0 | 90 | DD | |
---|---|---|---|
RGB | 160 | 144 | 221 |
HSL | 252° | 53.10% | 71.57% |
HSB/HSV | 252° | 34.84% | 86.67% |
CMYK | 27.60% | 34.84% | 0.00% |
13.33% |
Color #A090DD in popluar number systems.
HEX | A0 | 90 | DD |
Decimal | 160 | 144 | 221 |
Binary | 10100000 | 10010000 | 11011101 |
Octal | 240 | 220 | 335 |
Shades of #A090DD
Tints of #A090DD
Examples of css and html codes for elements with #A090DD color. Also use rgb(160,144,221) instead hex code.
.myTextColor { color: #A090DD; }
<p style="color:#A090DD">This sample text font color is #A090DD.</p>
This text font color is #A090DD.
.myBgColor { background-color: #A090DD; }
<div style="background-color:#A090DD">Inner text</div>
This div background color is #A090DD.
.myBorderColor { border: 1px solid #A090DD; }
<div style="border:3px solid #A090DD">Div</div>
This div border color is #A090DD.
.myOpacity80 { color: #A090DD; opacity: 0.8; }
<p style="color:#A090DD;opacity:0.8;">80%</p>
Text with #A090DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A090DD;}
<p style="text-shadow: 3px 3px 1px #A090DD">Text here.</p>
This text has shadow with #A090DD color.
.textShadow {text-shadow: 3px 3px 1px #A090DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A090DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A090DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A090DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A090DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A090DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A090DD;
-webkit-box-shadow: 1px 1px 3px 2px #A090DD;
box-shadow: 1px 1px 3px 2px #A090DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A090DD; -webkit-box-shadow: 1px 1px 3px 2px #A090DD; box-shadow:1px 1px 3px 2px #A090DD;">
Div content here
</div>
This text has color #A090DD on black background.
This text has color #A090DD on white background.
This text has black color on #A090DD background.
This text has white color on #A090DD background.
Complementary color for #hex is #5F6F22.