COLOR #AB7AAA

HEX: #AB7AAA RGB: (171,122,170)

Color info

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

RGB color model

#AB7AAA color RGB value is (171,122,170).

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

RGB channels and saturation

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

171
122
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 122 + 170 = 463 (100%)
R 171 of 463 ~ 36.93%
G 122 of 463 ~ 26.35%
B 170 of 463 ~ 36.72'%

%36.93
%26.35
%36.72

CMYK color model

#AB7AAA color CMYK value is (0,29,1,33).

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

CMYK: (0,29,1,33)
C0M29Y1K33 (0%, 29%, 1%, 33%)
(0.00 / 0.29 / 0.01 / 0.33)

CMYK percentages

%0
%28.65
%0.58
%32.94

Codes

Color #AB7AAA in popluar color models

AB 7A AA
RGB 171 122 170
HSL 301° 22.58% 57.45%
HSB/HSV 301° 28.65% 67.06%
CMYK 0.00% 28.65% 0.58%
32.94%

Color #AB7AAA in popluar number systems.

HEX AB 7A AA
Decimal 171 122 170
Binary 10101011 1111010 10101010
Octal 253 172 252

Shades and tints

Shades of #AB7AAA

#AB7AAA
(171,122,170)
#9C6F9B
(156,111,155)
#8D648C
(141,100,140)
#7E597D
(126,89,125)
#6F4E6E
(111,78,110)
#60435F
(96,67,95)
#513850
(81,56,80)
#422D41
(66,45,65)
#332232
(51,34,50)
#241723
(36,23,35)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #AB7AAA

#AB7AAA
(171,122,170)
#B286B1
(178,134,177)
#B992B8
(185,146,184)
#C09EBF
(192,158,191)
#C7AAC6
(199,170,198)
#CEB6CD
(206,182,205)
#D5C2D4
(213,194,212)
#DCCEDB
(220,206,219)
#E3DAE2
(227,218,226)
#EAE6E9
(234,230,233)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7AAA; }

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

This text font color is #AB7AAA.

Background Color

.myBgColor { background-color: #AB7AAA; }

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

This div background color is #AB7AAA.

Border color

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

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

This div border color is #AB7AAA.

Opacity

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

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

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

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

This text has shadow with #AB7AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7AAA.

Preview

Color preview on black background

This text has color #AB7AAA on black background.


Color preview on white background

This text has color #AB7AAA on white background.


Black color preview on #AB7AAA background

This text has black color on #AB7AAA background.


White color preview on #AB7AAA background

This text has white color on #AB7AAA background.


Related colors

Complementary color

Complementary color for #hex is #548555.


I love getcolorcode.com

Triadic colors

1 #AAAB7A and #7AAAAB with #AB7AAA are triadic colors.

2 #AA7AAB and #7AABAA with #AB7AAA are triadic colors.