COLOR #AB2094

HEX: #AB2094
RGB: (171,32,148)

Color info

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

RGB color model

#AB2094 color RGB value is (171,32,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 32 of 255 = 13%
B 148 of 255 = 58%

171
32
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 32 + 148 = 351 (100%)
R 171 of 351 ~ 48.72%
G 32 of 351 ~ 9.12%
B 148 of 351 ~ 42.17%

%48.72
%42.17

CMYK color model

#AB2094 color CMYK value is (0,81,13,33).

  • cyan value is 0.00%
  • magenta value is 81.29%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(0,81,13,33)
C0M81Y13K33 
(0%,81%,13%,33%)
(0.00/0.81/0.13/0.33)	

CMYK percentages

%0
%81.29
%13.45
%32.94

Codes

Color #AB2094 in popluar color models

AB2094
RGB17132148
HSL310°68.47%39.80%
HSB/HSV310°81.29%67.06%
CMYK0.00%81.29%13.45%
32.94%

Color #AB2094 in popluar number systems.

HEXAB2094
Decimal17132148
Binary1010101110000010010100
Octal25340224

Shades and tints

Shades of #AB2094

#AB2094
(171,32,148)
#9C1E87
(156,30,135)
#8D1C7A
(141,28,122)
#7E1A6D
(126,26,109)
#6F1860
(111,24,96)
#601653
(96,22,83)
#511446
(81,20,70)
#421239
(66,18,57)
#33102C
(51,16,44)
#240E1F
(36,14,31)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #AB2094

#AB2094
(171,32,148)
#B2349D
(178,52,157)
#B948A6
(185,72,166)
#C05CAF
(192,92,175)
#C770B8
(199,112,184)
#CE84C1
(206,132,193)
#D598CA
(213,152,202)
#DCACD3
(220,172,211)
#E3C0DC
(227,192,220)
#EAD4E5
(234,212,229)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2094 color. Also use rgb(171,32,148) instead hex code.

Text Font Color

.myTextColor { color: #AB2094; }

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

This text font color is #AB2094.


Background Color

.myBgColor { background-color: #AB2094; }

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

This div background color is #AB2094.


Border color

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

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

This div border color is #AB2094.


Opacity

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

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

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

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

This text has shadow with #AB2094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2094 on black background.


Color preview on white background

This text has color #AB2094 on white background.



Black color preview on #AB2094 background

This text has black color on #AB2094 background.


White color preview on #AB2094 background

This text has white color on #AB2094 background.