COLOR #AB3F89

HEX: #AB3F89
RGB: (171,63,137)

Color info

#AB3F89 contains mainly red and blue colors. Web safe color of #AB3F89 is #993399 (or #939).

RGB color model

#AB3F89 color RGB value is (171,63,137).

  • red value is 171;
  • green value is 63;
  • blue value is 137.
RGB:
(171,63,137)
(67%,25%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 63 of 255 = 25%
B 137 of 255 = 54%

171
63
137

R + G + B ~ 49%. #AB3F89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 63 + 137 = 371 (100%)
R 171 of 371 ~ 46.09%
G 63 of 371 ~ 16.98%
B 137 of 371 ~ 36.93%

%46.09
%16.98
%36.93

CMYK color model

#AB3F89 color CMYK value is (0,63,20,33).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(0,63,20,33)
C0M63Y20K33 
(0%,63%,20%,33%)
(0.00/0.63/0.20/0.33)	

CMYK percentages

%0
%63.16
%19.88
%32.94

Codes

Color #AB3F89 in popluar color models

AB3F89
RGB17163137
HSL319°46.15%45.88%
HSB/HSV319°63.16%67.06%
CMYK0.00%63.16%19.88%
32.94%

Color #AB3F89 in popluar number systems.

HEXAB3F89
Decimal17163137
Binary1010101111111110001001
Octal25377211

Shades and tints

Shades of #AB3F89

#AB3F89
(171,63,137)
#9C3A7D
(156,58,125)
#8D3571
(141,53,113)
#7E3065
(126,48,101)
#6F2B59
(111,43,89)
#60264D
(96,38,77)
#512141
(81,33,65)
#421C35
(66,28,53)
#331729
(51,23,41)
#24121D
(36,18,29)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #AB3F89

#AB3F89
(171,63,137)
#B25093
(178,80,147)
#B9619D
(185,97,157)
#C072A7
(192,114,167)
#C783B1
(199,131,177)
#CE94BB
(206,148,187)
#D5A5C5
(213,165,197)
#DCB6CF
(220,182,207)
#E3C7D9
(227,199,217)
#EAD8E3
(234,216,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3F89 color. Also use rgb(171,63,137) instead hex code.

Text Font Color

.myTextColor { color: #AB3F89; }

<p style="color:#AB3F89">This sample text font color is #AB3F89.</p>

This text font color is #AB3F89.


Background Color

.myBgColor { background-color: #AB3F89; }

<div style="background-color:#AB3F89">Inner text</div>

This div background color is #AB3F89.


Border color

.myBorderColor { border: 1px solid #AB3F89; }

<div style="border:3px solid #AB3F89">Div</div>

This div border color is #AB3F89.


Opacity

.myOpacity80 { color: #AB3F89; opacity: 0.8; }

<p style="color:#AB3F89;opacity:0.8;">80%</p>

Text with #AB3F89 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB3F89;}

<p style="text-shadow: 3px 3px 1px #AB3F89">Text here.</p>

This text has shadow with #AB3F89 color.

.textShadow {text-shadow: 3px 3px 1px #AB3F89, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB3F89, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB3F89 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB3F89, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB3F89, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB3F89 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AB3F89;
  -webkit-box-shadow:	1px 1px 3px 2px #AB3F89;
  box-shadow:		1px 1px 3px 2px #AB3F89;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB3F89;
-webkit-box-shadow: 1px 1px 3px 2px #AB3F89;
box-shadow:1px 1px 3px 2px #AB3F89;">
Div content here</div>
This div box has shadow with color #AB3F89.

Preview

Color preview on black background

This text has color #AB3F89 on black background.


Color preview on white background

This text has color #AB3F89 on white background.



Black color preview on #AB3F89 background

This text has black color on #AB3F89 background.


White color preview on #AB3F89 background

This text has white color on #AB3F89 background.