COLOR #AB2D98

HEX: #AB2D98
RGB: (171,45,152)

Color info

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

RGB color model

#AB2D98 color RGB value is (171,45,152).

  • red value is 171;
  • green value is 45;
  • blue value is 152.
RGB:
(171,45,152)
(67%,18%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 45 of 255 = 18%
B 152 of 255 = 60%

171
45
152

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

Portions of RGB colors in percentages

R + G + B =
171 + 45 + 152 = 368 (100%)
R 171 of 368 ~ 46.47%
G 45 of 368 ~ 12.23%
B 152 of 368 ~ 41.3%

%46.47
%12.23
%41.3

CMYK color model

#AB2D98 color CMYK value is (0,74,11,33).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 11.11%
  • key color value is 32.94%
CMYK:
(0,74,11,33)
C0M74Y11K33 
(0%,74%,11%,33%)
(0.00/0.74/0.11/0.33)	

CMYK percentages

%0
%73.68
%11.11
%32.94

Codes

Color #AB2D98 in popluar color models

AB2D98
RGB17145152
HSL309°58.33%42.35%
HSB/HSV309°73.68%67.06%
CMYK0.00%73.68%11.11%
32.94%

Color #AB2D98 in popluar number systems.

HEXAB2D98
Decimal17145152
Binary1010101110110110011000
Octal25355230

Shades and tints

Shades of #AB2D98

#AB2D98
(171,45,152)
#9C298B
(156,41,139)
#8D257E
(141,37,126)
#7E2171
(126,33,113)
#6F1D64
(111,29,100)
#601957
(96,25,87)
#51154A
(81,21,74)
#42113D
(66,17,61)
#330D30
(51,13,48)
#240923
(36,9,35)
#150516
(21,5,22)
#000000
(0,0,0)

Tints of #AB2D98

#AB2D98
(171,45,152)
#B240A1
(178,64,161)
#B953AA
(185,83,170)
#C066B3
(192,102,179)
#C779BC
(199,121,188)
#CE8CC5
(206,140,197)
#D59FCE
(213,159,206)
#DCB2D7
(220,178,215)
#E3C5E0
(227,197,224)
#EAD8E9
(234,216,233)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2D98 color. Also use rgb(171,45,152) instead hex code.

Text Font Color

.myTextColor { color: #AB2D98; }

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

This text font color is #AB2D98.


Background Color

.myBgColor { background-color: #AB2D98; }

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

This div background color is #AB2D98.


Border color

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

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

This div border color is #AB2D98.


Opacity

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

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

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

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

This text has shadow with #AB2D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2D98 on black background.


Color preview on white background

This text has color #AB2D98 on white background.



Black color preview on #AB2D98 background

This text has black color on #AB2D98 background.


White color preview on #AB2D98 background

This text has white color on #AB2D98 background.