COLOR #AB198B

HEX: #AB198B RGB: (171,25,139)

Color info

#AB198B contains mainly red and blue colors. Web safe color of #AB198B is #990099 (or #909).

RGB color model

#AB198B color RGB value is (171,25,139).

RGB: (171,25,139) (67%, 10%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 25 of 255 = 10%
B 139 of 255 = 55%

171
25
139

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

Portions of RGB colors in percentages

R + G + B = 171 + 25 + 139 = 335 (100%)
R 171 of 335 ~ 51.04%
G 25 of 335 ~ 7.46%
B 139 of 335 ~ 41.49'%

%51.04
%41.49

CMYK color model

#AB198B color CMYK value is (0,85,19,33).

  • cyan value is 0.00%
  • magenta value is 85.38%
  • yellow value is 18.71%
  • key color value is 32.94%

CMYK: (0,85,19,33)
C0M85Y19K33 (0%, 85%, 19%, 33%)
(0.00 / 0.85 / 0.19 / 0.33)

CMYK percentages

%0
%85.38
%18.71
%32.94

Codes

Color #AB198B in popluar color models

AB 19 8B
RGB 171 25 139
HSL 313° 74.49% 38.43%
HSB/HSV 313° 85.38% 67.06%
CMYK 0.00% 85.38% 18.71%
32.94%

Color #AB198B in popluar number systems.

HEX AB 19 8B
Decimal 171 25 139
Binary 10101011 11001 10001011
Octal 253 31 213

Shades and tints

Shades of #AB198B

#AB198B
(171,25,139)
#9C177F
(156,23,127)
#8D1573
(141,21,115)
#7E1367
(126,19,103)
#6F115B
(111,17,91)
#600F4F
(96,15,79)
#510D43
(81,13,67)
#420B37
(66,11,55)
#33092B
(51,9,43)
#24071F
(36,7,31)
#150513
(21,5,19)
#000000
(0,0,0)

Tints of #AB198B

#AB198B
(171,25,139)
#B22D95
(178,45,149)
#B9419F
(185,65,159)
#C055A9
(192,85,169)
#C769B3
(199,105,179)
#CE7DBD
(206,125,189)
#D591C7
(213,145,199)
#DCA5D1
(220,165,209)
#E3B9DB
(227,185,219)
#EACDE5
(234,205,229)
#F1E1EF
(241,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB198B color. Also use rgb(171,25,139) instead hex code.

Text Font Color

.myTextColor { color: #AB198B; }

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

This text font color is #AB198B.

Background Color

.myBgColor { background-color: #AB198B; }

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

This div background color is #AB198B.

Border color

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

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

This div border color is #AB198B.

Opacity

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

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

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

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

This text has shadow with #AB198B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB198B.

Preview

Color preview on black background

This text has color #AB198B on black background.


Color preview on white background

This text has color #AB198B on white background.


Black color preview on #AB198B background

This text has black color on #AB198B background.


White color preview on #AB198B background

This text has white color on #AB198B background.


Related colors

Complementary color

Complementary color for #AB198B is #54E674.


I love getcolorcode.com

Triadic colors

1 #8BAB19 and #198BAB with #AB198B are triadic colors.

2 #8B19AB and #19AB8B with #AB198B are triadic colors.