COLOR #AB7FAA

HEX: #AB7FAA RGB: (171,127,170)

Color info

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

RGB color model

#AB7FAA color RGB value is (171,127,170).

RGB: (171,127,170) (67%, 50%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 170 of 255 = 67%

171
127
170

R + G + B ~ 61%. #AB7FAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 127 + 170 = 468 (100%)
R 171 of 468 ~ 36.54%
G 127 of 468 ~ 27.14%
B 170 of 468 ~ 36.32'%

%36.54
%27.14
%36.32

CMYK color model

#AB7FAA color CMYK value is (0,26,1,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK: (0,26,1,33) C0M26Y1K33 (0%,26%,1%,33%) (0.00/0.26/0.01/0.33) 

CMYK percentages

%0
%25.73
%0.58
%32.94

Codes

Color #AB7FAA in popluar color models

AB 7F AA
RGB 171 127 170
HSL 301° 20.75% 58.43%
HSB/HSV 301° 25.73% 67.06%
CMYK 0.00% 25.73% 0.58%
32.94%

Color #AB7FAA in popluar number systems.

HEX AB 7F AA
Decimal 171 127 170
Binary 10101011 1111111 10101010
Octal 253 177 252

Shades and tints

Shades of #AB7FAA

#AB7FAA
(171,127,170)
#9C749B
(156,116,155)
#8D698C
(141,105,140)
#7E5E7D
(126,94,125)
#6F536E
(111,83,110)
#60485F
(96,72,95)
#513D50
(81,61,80)
#423241
(66,50,65)
#332732
(51,39,50)
#241C23
(36,28,35)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #AB7FAA

#AB7FAA
(171,127,170)
#B28AB1
(178,138,177)
#B995B8
(185,149,184)
#C0A0BF
(192,160,191)
#C7ABC6
(199,171,198)
#CEB6CD
(206,182,205)
#D5C1D4
(213,193,212)
#DCCCDB
(220,204,219)
#E3D7E2
(227,215,226)
#EAE2E9
(234,226,233)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7FAA; }

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

This text font color is #AB7FAA.

Background Color

.myBgColor { background-color: #AB7FAA; }

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

This div background color is #AB7FAA.

Border color

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

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

This div border color is #AB7FAA.

Opacity

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

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

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

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

This text has shadow with #AB7FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7FAA.

Preview

Color preview on black background

This text has color #AB7FAA on black background.


Color preview on white background

This text has color #AB7FAA on white background.


Black color preview on #AB7FAA background

This text has black color on #AB7FAA background.


White color preview on #AB7FAA background

This text has white color on #AB7FAA background.


Related colors

Complementary color

Complementary color for #hex is #548055.


I love getcolorcode.com

Triadic colors

1 #AAAB7F and #7FAAAB with #AB7FAA are triadic colors.

2 #AA7FAB and #7FABAA with #AB7FAA are triadic colors.