COLOR #AB7FA3

HEX: #AB7FA3
RGB: (171,127,163)

Color info

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

RGB color model

#AB7FA3 color RGB value is (171,127,163).

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

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 163 of 255 = 64%

171
127
163

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 163 = 461 (100%)
R 171 of 461 ~ 37.09%
G 127 of 461 ~ 27.55%
B 163 of 461 ~ 35.36%

%37.09
%27.55
%35.36

CMYK color model

#AB7FA3 color CMYK value is (0,26,5,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK:
(0,26,5,33)
C0M26Y5K33 
(0%,26%,5%,33%)
(0.00/0.26/0.05/0.33)	

CMYK percentages

%0
%25.73
%4.68
%32.94

Codes

Color #AB7FA3 in popluar color models

AB7FA3
RGB171127163
HSL311°20.75%58.43%
HSB/HSV311°25.73%67.06%
CMYK0.00%25.73%4.68%
32.94%

Color #AB7FA3 in popluar number systems.

HEXAB7FA3
Decimal171127163
Binary10101011111111110100011
Octal253177243

Shades and tints

Shades of #AB7FA3

#AB7FA3
(171,127,163)
#9C7495
(156,116,149)
#8D6987
(141,105,135)
#7E5E79
(126,94,121)
#6F536B
(111,83,107)
#60485D
(96,72,93)
#513D4F
(81,61,79)
#423241
(66,50,65)
#332733
(51,39,51)
#241C25
(36,28,37)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #AB7FA3

#AB7FA3
(171,127,163)
#B28AAB
(178,138,171)
#B995B3
(185,149,179)
#C0A0BB
(192,160,187)
#C7ABC3
(199,171,195)
#CEB6CB
(206,182,203)
#D5C1D3
(213,193,211)
#DCCCDB
(220,204,219)
#E3D7E3
(227,215,227)
#EAE2EB
(234,226,235)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7FA3; }

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

This text font color is #AB7FA3.


Background Color

.myBgColor { background-color: #AB7FA3; }

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

This div background color is #AB7FA3.


Border color

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

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

This div border color is #AB7FA3.


Opacity

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

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

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

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

This text has shadow with #AB7FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7FA3 on black background.


Color preview on white background

This text has color #AB7FA3 on white background.



Black color preview on #AB7FA3 background

This text has black color on #AB7FA3 background.


White color preview on #AB7FA3 background

This text has white color on #AB7FA3 background.