COLOR #AB7FA4

HEX: #AB7FA4
RGB: (171,127,164)

Color info

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

RGB color model

#AB7FA4 color RGB value is (171,127,164).

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

RGB channels and saturation

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

171
127
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 164 = 462 (100%)
R 171 of 462 ~ 37.01%
G 127 of 462 ~ 27.49%
B 164 of 462 ~ 35.5%

%37.01
%27.49
%35.5

CMYK color model

#AB7FA4 color CMYK value is (0,26,4,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(0,26,4,33)
C0M26Y4K33 
(0%,26%,4%,33%)
(0.00/0.26/0.04/0.33)	

CMYK percentages

%0
%25.73
%4.09
%32.94

Codes

Color #AB7FA4 in popluar color models

AB7FA4
RGB171127164
HSL310°20.75%58.43%
HSB/HSV310°25.73%67.06%
CMYK0.00%25.73%4.09%
32.94%

Color #AB7FA4 in popluar number systems.

HEXAB7FA4
Decimal171127164
Binary10101011111111110100100
Octal253177244

Shades and tints

Shades of #AB7FA4

#AB7FA4
(171,127,164)
#9C7496
(156,116,150)
#8D6988
(141,105,136)
#7E5E7A
(126,94,122)
#6F536C
(111,83,108)
#60485E
(96,72,94)
#513D50
(81,61,80)
#423242
(66,50,66)
#332734
(51,39,52)
#241C26
(36,28,38)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #AB7FA4

#AB7FA4
(171,127,164)
#B28AAC
(178,138,172)
#B995B4
(185,149,180)
#C0A0BC
(192,160,188)
#C7ABC4
(199,171,196)
#CEB6CC
(206,182,204)
#D5C1D4
(213,193,212)
#DCCCDC
(220,204,220)
#E3D7E4
(227,215,228)
#EAE2EC
(234,226,236)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7FA4; }

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

This text font color is #AB7FA4.


Background Color

.myBgColor { background-color: #AB7FA4; }

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

This div background color is #AB7FA4.


Border color

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

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

This div border color is #AB7FA4.


Opacity

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

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

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

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

This text has shadow with #AB7FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7FA4 on black background.


Color preview on white background

This text has color #AB7FA4 on white background.



Black color preview on #AB7FA4 background

This text has black color on #AB7FA4 background.


White color preview on #AB7FA4 background

This text has white color on #AB7FA4 background.