COLOR #AB7FAD

HEX: #AB7FAD
RGB: (171,127,173)

Color info

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

RGB color model

#AB7FAD color RGB value is (171,127,173).

  • red value is 171;
  • green value is 127;
  • blue value is 173.
RGB:
(171,127,173)
(67%,50%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 173 of 255 = 68%

171
127
173

R + G + B ~ 62%. #AB7FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 173 = 471 (100%)
R 171 of 471 ~ 36.31%
G 127 of 471 ~ 26.96%
B 173 of 471 ~ 36.73%

%36.31
%26.96
%36.73

CMYK color model

#AB7FAD color CMYK value is (1,27,0,32).

  • cyan value is 1.16%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,27,0,32)
C1M27Y0K32 
(1%,27%,0%,32%)
(0.01/0.27/0.00/0.32)	

CMYK percentages

%1.16
%26.59
%0
%32.16

Codes

Color #AB7FAD in popluar color models

AB7FAD
RGB171127173
HSL297°21.90%58.82%
HSB/HSV297°26.59%67.84%
CMYK1.16%26.59%0.00%
32.16%

Color #AB7FAD in popluar number systems.

HEXAB7FAD
Decimal171127173
Binary10101011111111110101101
Octal253177255

Shades and tints

Shades of #AB7FAD

#AB7FAD
(171,127,173)
#9C749E
(156,116,158)
#8D698F
(141,105,143)
#7E5E80
(126,94,128)
#6F5371
(111,83,113)
#604862
(96,72,98)
#513D53
(81,61,83)
#423244
(66,50,68)
#332735
(51,39,53)
#241C26
(36,28,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #AB7FAD

#AB7FAD
(171,127,173)
#B28AB4
(178,138,180)
#B995BB
(185,149,187)
#C0A0C2
(192,160,194)
#C7ABC9
(199,171,201)
#CEB6D0
(206,182,208)
#D5C1D7
(213,193,215)
#DCCCDE
(220,204,222)
#E3D7E5
(227,215,229)
#EAE2EC
(234,226,236)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7FAD color. Also use rgb(171,127,173) instead hex code.

Text Font Color

.myTextColor { color: #AB7FAD; }

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

This text font color is #AB7FAD.


Background Color

.myBgColor { background-color: #AB7FAD; }

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

This div background color is #AB7FAD.


Border color

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

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

This div border color is #AB7FAD.


Opacity

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

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

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

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

This text has shadow with #AB7FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7FAD on black background.


Color preview on white background

This text has color #AB7FAD on white background.



Black color preview on #AB7FAD background

This text has black color on #AB7FAD background.


White color preview on #AB7FAD background

This text has white color on #AB7FAD background.