COLOR #AB7BAA

HEX: #AB7BAA RGB: (171,123,170)

Color info

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

RGB color model

#AB7BAA color RGB value is (171,123,170).

RGB: (171,123,170) (67%, 48%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 123 of 255 = 48%
B 170 of 255 = 67%

171
123
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 123 + 170 = 464 (100%)
R 171 of 464 ~ 36.85%
G 123 of 464 ~ 26.51%
B 170 of 464 ~ 36.64'%

%36.85
%26.51
%36.64

CMYK color model

#AB7BAA color CMYK value is (0,28,1,33).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 0.58%
  • key color value is 32.94%

CMYK: (0,28,1,33)
C0M28Y1K33 (0%, 28%, 1%, 33%)
(0.00 / 0.28 / 0.01 / 0.33)

CMYK percentages

%0
%28.07
%0.58
%32.94

Codes

Color #AB7BAA in popluar color models

AB 7B AA
RGB 171 123 170
HSL 301° 22.22% 57.65%
HSB/HSV 301° 28.07% 67.06%
CMYK 0.00% 28.07% 0.58%
32.94%

Color #AB7BAA in popluar number systems.

HEX AB 7B AA
Decimal 171 123 170
Binary 10101011 1111011 10101010
Octal 253 173 252

Shades and tints

Shades of #AB7BAA

#AB7BAA
(171,123,170)
#9C709B
(156,112,155)
#8D658C
(141,101,140)
#7E5A7D
(126,90,125)
#6F4F6E
(111,79,110)
#60445F
(96,68,95)
#513950
(81,57,80)
#422E41
(66,46,65)
#332332
(51,35,50)
#241823
(36,24,35)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #AB7BAA

#AB7BAA
(171,123,170)
#B287B1
(178,135,177)
#B993B8
(185,147,184)
#C09FBF
(192,159,191)
#C7ABC6
(199,171,198)
#CEB7CD
(206,183,205)
#D5C3D4
(213,195,212)
#DCCFDB
(220,207,219)
#E3DBE2
(227,219,226)
#EAE7E9
(234,231,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7BAA; }

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

This text font color is #AB7BAA.

Background Color

.myBgColor { background-color: #AB7BAA; }

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

This div background color is #AB7BAA.

Border color

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

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

This div border color is #AB7BAA.

Opacity

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

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

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

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

This text has shadow with #AB7BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7BAA.

Preview

Color preview on black background

This text has color #AB7BAA on black background.


Color preview on white background

This text has color #AB7BAA on white background.


Black color preview on #AB7BAA background

This text has black color on #AB7BAA background.


White color preview on #AB7BAA background

This text has white color on #AB7BAA background.


Related colors

Complementary color

Complementary color for #hex is #548455.


I love getcolorcode.com

Triadic colors

1 #AAAB7B and #7BAAAB with #AB7BAA are triadic colors.

2 #AA7BAB and #7BABAA with #AB7BAA are triadic colors.