COLOR #AB3FA9

HEX: #AB3FA9
RGB: (171,63,169)

Color info

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

RGB color model

#AB3FA9 color RGB value is (171,63,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 63 of 255 = 25%
B 169 of 255 = 66%

171
63
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 63 + 169 = 403 (100%)
R 171 of 403 ~ 42.43%
G 63 of 403 ~ 15.63%
B 169 of 403 ~ 41.94%

%42.43
%15.63
%41.94

CMYK color model

#AB3FA9 color CMYK value is (0,63,1,33).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,63,1,33)
C0M63Y1K33 
(0%,63%,1%,33%)
(0.00/0.63/0.01/0.33)	

CMYK percentages

%0
%63.16
%1.17
%32.94

Codes

Color #AB3FA9 in popluar color models

AB3FA9
RGB17163169
HSL301°46.15%45.88%
HSB/HSV301°63.16%67.06%
CMYK0.00%63.16%1.17%
32.94%

Color #AB3FA9 in popluar number systems.

HEXAB3FA9
Decimal17163169
Binary1010101111111110101001
Octal25377251

Shades and tints

Shades of #AB3FA9

#AB3FA9
(171,63,169)
#9C3A9A
(156,58,154)
#8D358B
(141,53,139)
#7E307C
(126,48,124)
#6F2B6D
(111,43,109)
#60265E
(96,38,94)
#51214F
(81,33,79)
#421C40
(66,28,64)
#331731
(51,23,49)
#241222
(36,18,34)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #AB3FA9

#AB3FA9
(171,63,169)
#B250B0
(178,80,176)
#B961B7
(185,97,183)
#C072BE
(192,114,190)
#C783C5
(199,131,197)
#CE94CC
(206,148,204)
#D5A5D3
(213,165,211)
#DCB6DA
(220,182,218)
#E3C7E1
(227,199,225)
#EAD8E8
(234,216,232)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB3FA9; }

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

This text font color is #AB3FA9.


Background Color

.myBgColor { background-color: #AB3FA9; }

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

This div background color is #AB3FA9.


Border color

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

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

This div border color is #AB3FA9.


Opacity

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

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

Text with #AB3FA9 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 #AB3FA9;}

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

This text has shadow with #AB3FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3FA9 on black background.


Color preview on white background

This text has color #AB3FA9 on white background.



Black color preview on #AB3FA9 background

This text has black color on #AB3FA9 background.


White color preview on #AB3FA9 background

This text has white color on #AB3FA9 background.