HEX: #A55BB0
RGB: (165,91,176)
#A55BB0 contains mainly red and blue colors. Web safe color of #A55BB0 is #996699 (or #969).
#A55BB0 color RGB value is (165,91,176).
RGB: (165,91,176)
(65%, 36%, 69%)
R 165 of 255 = 65%
G 91 of 255 = 36%
B 176 of 255 = 69%
R + G + B ~ 57%. #A55BB0 is middle color (not dark and not light).
R + G + B = 165 + 91 + 176 = 432 (100%)
R 165 of 432 ~ 38.19%
G 91 of 432 ~ 21.06%
B 176 of 432 ~ 40.74'%
#A55BB0 color CMYK value is (6,48,0,31).
CMYK: (6,48,0,31)
C6M48Y0K31 (6%, 48%, 0%, 31%)
(0.06 / 0.48 / 0.00 / 0.31)
Color #A55BB0 in popluar color models
A5 | 5B | B0 | |
---|---|---|---|
RGB | 165 | 91 | 176 |
HSL | 292° | 34.98% | 52.35% |
HSB/HSV | 292° | 48.30% | 69.02% |
CMYK | 6.25% | 48.30% | 0.00% |
30.98% |
Color #A55BB0 in popluar number systems.
HEX | A5 | 5B | B0 |
Decimal | 165 | 91 | 176 |
Binary | 10100101 | 1011011 | 10110000 |
Octal | 245 | 133 | 260 |
Shades of #A55BB0
Tints of #A55BB0
Examples of css and html codes for elements with #A55BB0 color. Also use rgb(165,91,176) instead hex code.
.myTextColor { color: #A55BB0; }
<p style="color:#A55BB0">This sample text font color is #A55BB0.</p>
This text font color is #A55BB0.
.myBgColor { background-color: #A55BB0; }
<div style="background-color:#A55BB0">Inner text</div>
This div background color is #A55BB0.
.myBorderColor { border: 1px solid #A55BB0; }
<div style="border:3px solid #A55BB0">Div</div>
This div border color is #A55BB0.
.myOpacity80 { color: #A55BB0; opacity: 0.8; }
<p style="color:#A55BB0;opacity:0.8;">80%</p>
Text with #A55BB0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A55BB0;}
<p style="text-shadow: 3px 3px 1px #A55BB0">Text here.</p>
This text has shadow with #A55BB0 color.
.textShadow {text-shadow: 3px 3px 1px #A55BB0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A55BB0, 5px 5px 20px red">Text here.</p>
This text has shadow with #A55BB0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A55BB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A55BB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #A55BB0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A55BB0;
-webkit-box-shadow: 1px 1px 3px 2px #A55BB0;
box-shadow: 1px 1px 3px 2px #A55BB0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A55BB0; -webkit-box-shadow: 1px 1px 3px 2px #A55BB0; box-shadow:1px 1px 3px 2px #A55BB0;">
Div content here
</div>
This text has color #A55BB0 on black background.
This text has color #A55BB0 on white background.
This text has black color on #A55BB0 background.
This text has white color on #A55BB0 background.
Complementary color for #hex is #5AA44F.