COLOR #AB2193

HEX: #AB2193
RGB: (171,33,147)

Color info

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

RGB color model

#AB2193 color RGB value is (171,33,147).

  • red value is 171;
  • green value is 33;
  • blue value is 147.
RGB:
(171,33,147)
(67%,13%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 33 of 255 = 13%
B 147 of 255 = 58%

171
33
147

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

Portions of RGB colors in percentages

R + G + B =
171 + 33 + 147 = 351 (100%)
R 171 of 351 ~ 48.72%
G 33 of 351 ~ 9.4%
B 147 of 351 ~ 41.88%

%48.72
%41.88

CMYK color model

#AB2193 color CMYK value is (0,81,14,33).

  • cyan value is 0.00%
  • magenta value is 80.70%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK:
(0,81,14,33)
C0M81Y14K33 
(0%,81%,14%,33%)
(0.00/0.81/0.14/0.33)	

CMYK percentages

%0
%80.7
%14.04
%32.94

Codes

Color #AB2193 in popluar color models

AB2193
RGB17133147
HSL310°67.65%40.00%
HSB/HSV310°80.70%67.06%
CMYK0.00%80.70%14.04%
32.94%

Color #AB2193 in popluar number systems.

HEXAB2193
Decimal17133147
Binary1010101110000110010011
Octal25341223

Shades and tints

Shades of #AB2193

#AB2193
(171,33,147)
#9C1E86
(156,30,134)
#8D1B79
(141,27,121)
#7E186C
(126,24,108)
#6F155F
(111,21,95)
#601252
(96,18,82)
#510F45
(81,15,69)
#420C38
(66,12,56)
#33092B
(51,9,43)
#24061E
(36,6,30)
#150311
(21,3,17)
#000000
(0,0,0)

Tints of #AB2193

#AB2193
(171,33,147)
#B2359C
(178,53,156)
#B949A5
(185,73,165)
#C05DAE
(192,93,174)
#C771B7
(199,113,183)
#CE85C0
(206,133,192)
#D599C9
(213,153,201)
#DCADD2
(220,173,210)
#E3C1DB
(227,193,219)
#EAD5E4
(234,213,228)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2193 color. Also use rgb(171,33,147) instead hex code.

Text Font Color

.myTextColor { color: #AB2193; }

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

This text font color is #AB2193.


Background Color

.myBgColor { background-color: #AB2193; }

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

This div background color is #AB2193.


Border color

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

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

This div border color is #AB2193.


Opacity

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

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

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

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

This text has shadow with #AB2193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2193 on black background.


Color preview on white background

This text has color #AB2193 on white background.



Black color preview on #AB2193 background

This text has black color on #AB2193 background.


White color preview on #AB2193 background

This text has white color on #AB2193 background.