COLOR #AB4997

HEX: #AB4997
RGB: (171,73,151)

Color info

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

RGB color model

#AB4997 color RGB value is (171,73,151).

  • red value is 171;
  • green value is 73;
  • blue value is 151.
RGB:
(171,73,151)
(67%,29%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 73 of 255 = 29%
B 151 of 255 = 59%

171
73
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 73 + 151 = 395 (100%)
R 171 of 395 ~ 43.29%
G 73 of 395 ~ 18.48%
B 151 of 395 ~ 38.23%

%43.29
%18.48
%38.23

CMYK color model

#AB4997 color CMYK value is (0,57,12,33).

  • cyan value is 0.00%
  • magenta value is 57.31%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(0,57,12,33)
C0M57Y12K33 
(0%,57%,12%,33%)
(0.00/0.57/0.12/0.33)	

CMYK percentages

%0
%57.31
%11.7
%32.94

Codes

Color #AB4997 in popluar color models

AB4997
RGB17173151
HSL312°40.16%47.84%
HSB/HSV312°57.31%67.06%
CMYK0.00%57.31%11.70%
32.94%

Color #AB4997 in popluar number systems.

HEXAB4997
Decimal17173151
Binary10101011100100110010111
Octal253111227

Shades and tints

Shades of #AB4997

#AB4997
(171,73,151)
#9C438A
(156,67,138)
#8D3D7D
(141,61,125)
#7E3770
(126,55,112)
#6F3163
(111,49,99)
#602B56
(96,43,86)
#512549
(81,37,73)
#421F3C
(66,31,60)
#33192F
(51,25,47)
#241322
(36,19,34)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB4997

#AB4997
(171,73,151)
#B259A0
(178,89,160)
#B969A9
(185,105,169)
#C079B2
(192,121,178)
#C789BB
(199,137,187)
#CE99C4
(206,153,196)
#D5A9CD
(213,169,205)
#DCB9D6
(220,185,214)
#E3C9DF
(227,201,223)
#EAD9E8
(234,217,232)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4997 color. Also use rgb(171,73,151) instead hex code.

Text Font Color

.myTextColor { color: #AB4997; }

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

This text font color is #AB4997.


Background Color

.myBgColor { background-color: #AB4997; }

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

This div background color is #AB4997.


Border color

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

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

This div border color is #AB4997.


Opacity

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

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

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

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

This text has shadow with #AB4997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4997 on black background.


Color preview on white background

This text has color #AB4997 on white background.



Black color preview on #AB4997 background

This text has black color on #AB4997 background.


White color preview on #AB4997 background

This text has white color on #AB4997 background.