COLOR #AB3183

HEX: #AB3183
RGB: (171,49,131)

Color info

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

RGB color model

#AB3183 color RGB value is (171,49,131).

  • red value is 171;
  • green value is 49;
  • blue value is 131.
RGB:
(171,49,131)
(67%,19%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 49 of 255 = 19%
B 131 of 255 = 51%

171
49
131

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

Portions of RGB colors in percentages

R + G + B =
171 + 49 + 131 = 351 (100%)
R 171 of 351 ~ 48.72%
G 49 of 351 ~ 13.96%
B 131 of 351 ~ 37.32%

%48.72
%13.96
%37.32

CMYK color model

#AB3183 color CMYK value is (0,71,23,33).

  • cyan value is 0.00%
  • magenta value is 71.35%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK:
(0,71,23,33)
C0M71Y23K33 
(0%,71%,23%,33%)
(0.00/0.71/0.23/0.33)	

CMYK percentages

%0
%71.35
%23.39
%32.94

Codes

Color #AB3183 in popluar color models

AB3183
RGB17149131
HSL320°55.45%43.14%
HSB/HSV320°71.35%67.06%
CMYK0.00%71.35%23.39%
32.94%

Color #AB3183 in popluar number systems.

HEXAB3183
Decimal17149131
Binary1010101111000110000011
Octal25361203

Shades and tints

Shades of #AB3183

#AB3183
(171,49,131)
#9C2D78
(156,45,120)
#8D296D
(141,41,109)
#7E2562
(126,37,98)
#6F2157
(111,33,87)
#601D4C
(96,29,76)
#511941
(81,25,65)
#421536
(66,21,54)
#33112B
(51,17,43)
#240D20
(36,13,32)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #AB3183

#AB3183
(171,49,131)
#B2438E
(178,67,142)
#B95599
(185,85,153)
#C067A4
(192,103,164)
#C779AF
(199,121,175)
#CE8BBA
(206,139,186)
#D59DC5
(213,157,197)
#DCAFD0
(220,175,208)
#E3C1DB
(227,193,219)
#EAD3E6
(234,211,230)
#F1E5F1
(241,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3183 color. Also use rgb(171,49,131) instead hex code.

Text Font Color

.myTextColor { color: #AB3183; }

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

This text font color is #AB3183.


Background Color

.myBgColor { background-color: #AB3183; }

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

This div background color is #AB3183.


Border color

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

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

This div border color is #AB3183.


Opacity

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

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

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

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

This text has shadow with #AB3183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3183 on black background.


Color preview on white background

This text has color #AB3183 on white background.



Black color preview on #AB3183 background

This text has black color on #AB3183 background.


White color preview on #AB3183 background

This text has white color on #AB3183 background.