HEX: #AB599B
RGB: (171,89,155)
#AB599B contains mainly red and blue colors. Web safe color of #AB599B is #996699 (or #969).
#AB599B color RGB value is (171,89,155).
RGB: (171,89,155)
(67%, 35%, 61%)
R 171 of 255 = 67%
G 89 of 255 = 35%
B 155 of 255 = 61%
R + G + B ~ 54%. #AB599B is middle color (not dark and not light).
R + G + B = 171 + 89 + 155 = 415 (100%)
R 171 of 415 ~ 41.2%
G 89 of 415 ~ 21.45%
B 155 of 415 ~ 37.35'%
#AB599B color CMYK value is (0,48,9,33).
CMYK: (0,48,9,33)
C0M48Y9K33 (0%, 48%, 9%, 33%)
(0.00 / 0.48 / 0.09 / 0.33)
Color #AB599B in popluar color models
AB | 59 | 9B | |
---|---|---|---|
RGB | 171 | 89 | 155 |
HSL | 312° | 32.80% | 50.98% |
HSB/HSV | 312° | 47.95% | 67.06% |
CMYK | 0.00% | 47.95% | 9.36% |
32.94% |
Color #AB599B in popluar number systems.
HEX | AB | 59 | 9B |
Decimal | 171 | 89 | 155 |
Binary | 10101011 | 1011001 | 10011011 |
Octal | 253 | 131 | 233 |
Shades of #AB599B
Tints of #AB599B
Examples of css and html codes for elements with #AB599B color. Also use rgb(171,89,155) instead hex code.
.myTextColor { color: #AB599B; }
<p style="color:#AB599B">This sample text font color is #AB599B.</p>
This text font color is #AB599B.
.myBgColor { background-color: #AB599B; }
<div style="background-color:#AB599B">Inner text</div>
This div background color is #AB599B.
.myBorderColor { border: 1px solid #AB599B; }
<div style="border:3px solid #AB599B">Div</div>
This div border color is #AB599B.
.myOpacity80 { color: #AB599B; opacity: 0.8; }
<p style="color:#AB599B;opacity:0.8;">80%</p>
Text with #AB599B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB599B;}
<p style="text-shadow: 3px 3px 1px #AB599B">Text here.</p>
This text has shadow with #AB599B color.
.textShadow {text-shadow: 3px 3px 1px #AB599B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB599B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB599B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB599B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB599B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB599B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB599B;
-webkit-box-shadow: 1px 1px 3px 2px #AB599B;
box-shadow: 1px 1px 3px 2px #AB599B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB599B; -webkit-box-shadow: 1px 1px 3px 2px #AB599B; box-shadow:1px 1px 3px 2px #AB599B;">
Div content here
</div>
This text has color #AB599B on black background.
This text has color #AB599B on white background.
This text has black color on #AB599B background.
This text has white color on #AB599B background.
Complementary color for #hex is #54A664.