HEX: #AB6295
RGB: (171,98,149)
#AB6295 contains mainly red and blue colors. Web safe color of #AB6295 is #996699 (or #969).
#AB6295 color RGB value is (171,98,149).
RGB: (171,98,149)
(67%, 38%, 58%)
R 171 of 255 = 67%
G 98 of 255 = 38%
B 149 of 255 = 58%
R + G + B ~ 54%. #AB6295 is middle color (not dark and not light).
R + G + B = 171 + 98 + 149 = 418 (100%)
R 171 of 418 ~ 40.91%
G 98 of 418 ~ 23.44%
B 149 of 418 ~ 35.65'%
#AB6295 color CMYK value is (0,43,13,33).
CMYK: (0,43,13,33)
C0M43Y13K33 (0%, 43%, 13%, 33%)
(0.00 / 0.43 / 0.13 / 0.33)
Color #AB6295 in popluar color models
AB | 62 | 95 | |
---|---|---|---|
RGB | 171 | 98 | 149 |
HSL | 318° | 30.29% | 52.75% |
HSB/HSV | 318° | 42.69% | 67.06% |
CMYK | 0.00% | 42.69% | 12.87% |
32.94% |
Color #AB6295 in popluar number systems.
HEX | AB | 62 | 95 |
Decimal | 171 | 98 | 149 |
Binary | 10101011 | 1100010 | 10010101 |
Octal | 253 | 142 | 225 |
Shades of #AB6295
Tints of #AB6295
Examples of css and html codes for elements with #AB6295 color. Also use rgb(171,98,149) instead hex code.
.myTextColor { color: #AB6295; }
<p style="color:#AB6295">This sample text font color is #AB6295.</p>
This text font color is #AB6295.
.myBgColor { background-color: #AB6295; }
<div style="background-color:#AB6295">Inner text</div>
This div background color is #AB6295.
.myBorderColor { border: 1px solid #AB6295; }
<div style="border:3px solid #AB6295">Div</div>
This div border color is #AB6295.
.myOpacity80 { color: #AB6295; opacity: 0.8; }
<p style="color:#AB6295;opacity:0.8;">80%</p>
Text with #AB6295 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6295;}
<p style="text-shadow: 3px 3px 1px #AB6295">Text here.</p>
This text has shadow with #AB6295 color.
.textShadow {text-shadow: 3px 3px 1px #AB6295', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6295, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB6295 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6295, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6295, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6295 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6295;
-webkit-box-shadow: 1px 1px 3px 2px #AB6295;
box-shadow: 1px 1px 3px 2px #AB6295;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6295; -webkit-box-shadow: 1px 1px 3px 2px #AB6295; box-shadow:1px 1px 3px 2px #AB6295;">
Div content here
</div>
This text has color #AB6295 on black background.
This text has color #AB6295 on white background.
This text has black color on #AB6295 background.
This text has white color on #AB6295 background.
Complementary color for #hex is #549D6A.