COLOR #AB7499

HEX: #AB7499
RGB: (171,116,153)

Color info

#AB7499 contains red, green and blue colors in about the same proportion. Web safe color of #AB7499 is #996699 (or #969).

RGB color model

#AB7499 color RGB value is (171,116,153).

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

RGB channels and saturation

R 171 of 255 = 67%
G 116 of 255 = 45%
B 153 of 255 = 60%

171
116
153

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

Portions of RGB colors in percentages

R + G + B =
171 + 116 + 153 = 440 (100%)
R 171 of 440 ~ 38.86%
G 116 of 440 ~ 26.36%
B 153 of 440 ~ 34.77%

%38.86
%26.36
%34.77

CMYK color model

#AB7499 color CMYK value is (0,32,11,33).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(0,32,11,33)
C0M32Y11K33 
(0%,32%,11%,33%)
(0.00/0.32/0.11/0.33)	

CMYK percentages

%0
%32.16
%10.53
%32.94

Codes

Color #AB7499 in popluar color models

AB7499
RGB171116153
HSL320°24.66%56.27%
HSB/HSV320°32.16%67.06%
CMYK0.00%32.16%10.53%
32.94%

Color #AB7499 in popluar number systems.

HEXAB7499
Decimal171116153
Binary10101011111010010011001
Octal253164231

Shades and tints

Shades of #AB7499

#AB7499
(171,116,153)
#9C6A8C
(156,106,140)
#8D607F
(141,96,127)
#7E5672
(126,86,114)
#6F4C65
(111,76,101)
#604258
(96,66,88)
#51384B
(81,56,75)
#422E3E
(66,46,62)
#332431
(51,36,49)
#241A24
(36,26,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #AB7499

#AB7499
(171,116,153)
#B280A2
(178,128,162)
#B98CAB
(185,140,171)
#C098B4
(192,152,180)
#C7A4BD
(199,164,189)
#CEB0C6
(206,176,198)
#D5BCCF
(213,188,207)
#DCC8D8
(220,200,216)
#E3D4E1
(227,212,225)
#EAE0EA
(234,224,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7499 color. Also use rgb(171,116,153) instead hex code.

Text Font Color

.myTextColor { color: #AB7499; }

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

This text font color is #AB7499.


Background Color

.myBgColor { background-color: #AB7499; }

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

This div background color is #AB7499.


Border color

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

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

This div border color is #AB7499.


Opacity

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

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

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

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

This text has shadow with #AB7499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7499 on black background.


Color preview on white background

This text has color #AB7499 on white background.



Black color preview on #AB7499 background

This text has black color on #AB7499 background.


White color preview on #AB7499 background

This text has white color on #AB7499 background.