HEX: #AB619B
RGB: (171,97,155)
#AB619B contains mainly red and blue colors. Web safe color of #AB619B is #996699 (or #969).
#AB619B color RGB value is (171,97,155).
RGB: (171,97,155)
(67%, 38%, 61%)
R 171 of 255 = 67%
G 97 of 255 = 38%
B 155 of 255 = 61%
R + G + B ~ 55%. #AB619B is middle color (not dark and not light).
R + G + B = 171 + 97 + 155 = 423 (100%)
R 171 of 423 ~ 40.43%
G 97 of 423 ~ 22.93%
B 155 of 423 ~ 36.64'%
#AB619B color CMYK value is (0,43,9,33).
CMYK: (0,43,9,33) C0M43Y9K33 (0%,43%,9%,33%) (0.00/0.43/0.09/0.33)
Color #AB619B in popluar color models
AB | 61 | 9B | |
---|---|---|---|
RGB | 171 | 97 | 155 |
HSL | 313° | 30.58% | 52.55% |
HSB/HSV | 313° | 43.27% | 67.06% |
CMYK | 0.00% | 43.27% | 9.36% |
32.94% |
Color #AB619B in popluar number systems.
HEX | AB | 61 | 9B |
Decimal | 171 | 97 | 155 |
Binary | 10101011 | 1100001 | 10011011 |
Octal | 253 | 141 | 233 |
Shades of #AB619B
Tints of #AB619B
Examples of css and html codes for elements with #AB619B color. Also use rgb(171,97,155) instead hex code.
.myTextColor { color: #AB619B; }
<p style="color:#AB619B">This sample text font color is #AB619B.</p>
This text font color is #AB619B.
.myBgColor { background-color: #AB619B; }
<div style="background-color:#AB619B">Inner text</div>
This div background color is #AB619B.
.myBorderColor { border: 1px solid #AB619B; }
<div style="border:3px solid #AB619B">Div</div>
This div border color is #AB619B.
.myOpacity80 { color: #AB619B; opacity: 0.8; }
<p style="color:#AB619B;opacity:0.8;">80%</p>
Text with #AB619B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB619B;}
<p style="text-shadow: 3px 3px 1px #AB619B">Text here.</p>
This text has shadow with #AB619B color.
.textShadow {text-shadow: 3px 3px 1px #AB619B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB619B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB619B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB619B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB619B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB619B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB619B;
-webkit-box-shadow: 1px 1px 3px 2px #AB619B;
box-shadow: 1px 1px 3px 2px #AB619B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB619B; -webkit-box-shadow: 1px 1px 3px 2px #AB619B; box-shadow:1px 1px 3px 2px #AB619B;">
Div content here
</div>
This text has color #AB619B on black background.
This text has color #AB619B on white background.
This text has black color on #AB619B background.
This text has white color on #AB619B background.
Complementary color for #hex is #549E64.