HEX: #AB6488
RGB: (171,100,136)
#AB6488 contains mainly red and blue colors. Web safe color of #AB6488 is #996699 (or #969).
#AB6488 color RGB value is (171,100,136).
RGB: (171,100,136)
(67%, 39%, 53%)
R 171 of 255 = 67%
G 100 of 255 = 39%
B 136 of 255 = 53%
R + G + B ~ 53%. #AB6488 is middle color (not dark and not light).
R + G + B = 171 + 100 + 136 = 407 (100%)
R 171 of 407 ~ 42.01%
G 100 of 407 ~ 24.57%
B 136 of 407 ~ 33.42'%
#AB6488 color CMYK value is (0,42,20,33).
CMYK: (0,42,20,33)
C0M42Y20K33 (0%, 42%, 20%, 33%)
(0.00 / 0.42 / 0.20 / 0.33)
Color #AB6488 in popluar color models
AB | 64 | 88 | |
---|---|---|---|
RGB | 171 | 100 | 136 |
HSL | 330° | 29.71% | 53.14% |
HSB/HSV | 330° | 41.52% | 67.06% |
CMYK | 0.00% | 41.52% | 20.47% |
32.94% |
Color #AB6488 in popluar number systems.
HEX | AB | 64 | 88 |
Decimal | 171 | 100 | 136 |
Binary | 10101011 | 1100100 | 10001000 |
Octal | 253 | 144 | 210 |
Shades of #AB6488
Tints of #AB6488
Examples of css and html codes for elements with #AB6488 color. Also use rgb(171,100,136) instead hex code.
.myTextColor { color: #AB6488; }
<p style="color:#AB6488">This sample text font color is #AB6488.</p>
This text font color is #AB6488.
.myBgColor { background-color: #AB6488; }
<div style="background-color:#AB6488">Inner text</div>
This div background color is #AB6488.
.myBorderColor { border: 1px solid #AB6488; }
<div style="border:3px solid #AB6488">Div</div>
This div border color is #AB6488.
.myOpacity80 { color: #AB6488; opacity: 0.8; }
<p style="color:#AB6488;opacity:0.8;">80%</p>
Text with #AB6488 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6488;}
<p style="text-shadow: 3px 3px 1px #AB6488">Text here.</p>
This text has shadow with #AB6488 color.
.textShadow {text-shadow: 3px 3px 1px #AB6488', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6488, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB6488 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6488, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6488, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6488 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6488;
-webkit-box-shadow: 1px 1px 3px 2px #AB6488;
box-shadow: 1px 1px 3px 2px #AB6488;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6488; -webkit-box-shadow: 1px 1px 3px 2px #AB6488; box-shadow:1px 1px 3px 2px #AB6488;">
Div content here
</div>
This text has color #AB6488 on black background.
This text has color #AB6488 on white background.
This text has black color on #AB6488 background.
This text has white color on #AB6488 background.
Complementary color for #hex is #549B77.