HEX: #A550D0
RGB: (165,80,208)
#A550D0 contains mainly red and blue colors. Web safe color of #A550D0 is #9966CC (or #96C).
#A550D0 color RGB value is (165,80,208).
RGB: (165,80,208)
(65%, 31%, 82%)
R 165 of 255 = 65%
G 80 of 255 = 31%
B 208 of 255 = 82%
R + G + B ~ 59%. #A550D0 is middle color (not dark and not light).
R + G + B = 165 + 80 + 208 = 453 (100%)
R 165 of 453 ~ 36.42%
G 80 of 453 ~ 17.66%
B 208 of 453 ~ 45.92'%
#A550D0 color CMYK value is (21,62,0,18).
CMYK: (21,62,0,18)
C21M62Y0K18 (21%, 62%, 0%, 18%)
(0.21 / 0.62 / 0.00 / 0.18)
Color #A550D0 in popluar color models
A5 | 50 | D0 | |
---|---|---|---|
RGB | 165 | 80 | 208 |
HSL | 280° | 57.66% | 56.47% |
HSB/HSV | 280° | 61.54% | 81.57% |
CMYK | 20.67% | 61.54% | 0.00% |
18.43% |
Color #A550D0 in popluar number systems.
HEX | A5 | 50 | D0 |
Decimal | 165 | 80 | 208 |
Binary | 10100101 | 1010000 | 11010000 |
Octal | 245 | 120 | 320 |
Shades of #A550D0
Tints of #A550D0
Examples of css and html codes for elements with #A550D0 color. Also use rgb(165,80,208) instead hex code.
.myTextColor { color: #A550D0; }
<p style="color:#A550D0">This sample text font color is #A550D0.</p>
This text font color is #A550D0.
.myBgColor { background-color: #A550D0; }
<div style="background-color:#A550D0">Inner text</div>
This div background color is #A550D0.
.myBorderColor { border: 1px solid #A550D0; }
<div style="border:3px solid #A550D0">Div</div>
This div border color is #A550D0.
.myOpacity80 { color: #A550D0; opacity: 0.8; }
<p style="color:#A550D0;opacity:0.8;">80%</p>
Text with #A550D0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A550D0;}
<p style="text-shadow: 3px 3px 1px #A550D0">Text here.</p>
This text has shadow with #A550D0 color.
.textShadow {text-shadow: 3px 3px 1px #A550D0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A550D0, 5px 5px 20px red">Text here.</p>
This text has shadow with #A550D0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A550D0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A550D0, Direction=45, Strength=4)">Text</p>
This text has shadow with #A550D0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A550D0;
-webkit-box-shadow: 1px 1px 3px 2px #A550D0;
box-shadow: 1px 1px 3px 2px #A550D0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A550D0; -webkit-box-shadow: 1px 1px 3px 2px #A550D0; box-shadow:1px 1px 3px 2px #A550D0;">
Div content here
</div>
This text has color #A550D0 on black background.
This text has color #A550D0 on white background.
This text has black color on #A550D0 background.
This text has white color on #A550D0 background.
Complementary color for #hex is #5AAF2F.