COLOR #AA7ABA

HEX: #AA7ABA RGB: (170,122,186)

Color info

#AA7ABA contains mainly red and blue colors. Web safe color of #AA7ABA is #9966CC (or #96C).

RGB color model

#AA7ABA color RGB value is (170,122,186).

RGB: (170,122,186) (67%, 48%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 186 of 255 = 73%

170
122
186

R + G + B ~ 63%. #AA7ABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 122 + 186 = 478 (100%)
R 170 of 478 ~ 35.56%
G 122 of 478 ~ 25.52%
B 186 of 478 ~ 38.91'%

%35.56
%25.52
%38.91

CMYK color model

#AA7ABA color CMYK value is (9,34,0,27).

  • cyan value is 8.60%
  • magenta value is 34.41%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (9,34,0,27)
C9M34Y0K27 (9%, 34%, 0%, 27%)
(0.09 / 0.34 / 0.00 / 0.27)

CMYK percentages

%8.6
%34.41
%0
%27.06

Codes

Color #AA7ABA in popluar color models

AA 7A BA
RGB 170 122 186
HSL 285° 31.68% 60.39%
HSB/HSV 285° 34.41% 72.94%
CMYK 8.60% 34.41% 0.00%
27.06%

Color #AA7ABA in popluar number systems.

HEX AA 7A BA
Decimal 170 122 186
Binary 10101010 1111010 10111010
Octal 252 172 272

Shades and tints

Shades of #AA7ABA

#AA7ABA
(170,122,186)
#9B6FAA
(155,111,170)
#8C649A
(140,100,154)
#7D598A
(125,89,138)
#6E4E7A
(110,78,122)
#5F436A
(95,67,106)
#50385A
(80,56,90)
#412D4A
(65,45,74)
#32223A
(50,34,58)
#23172A
(35,23,42)
#140C1A
(20,12,26)
#000000
(0,0,0)

Tints of #AA7ABA

#AA7ABA
(170,122,186)
#B186C0
(177,134,192)
#B892C6
(184,146,198)
#BF9ECC
(191,158,204)
#C6AAD2
(198,170,210)
#CDB6D8
(205,182,216)
#D4C2DE
(212,194,222)
#DBCEE4
(219,206,228)
#E2DAEA
(226,218,234)
#E9E6F0
(233,230,240)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7ABA; }

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

This text font color is #AA7ABA.

Background Color

.myBgColor { background-color: #AA7ABA; }

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

This div background color is #AA7ABA.

Border color

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

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

This div border color is #AA7ABA.

Opacity

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

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

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

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

This text has shadow with #AA7ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7ABA.

Preview

Color preview on black background

This text has color #AA7ABA on black background.


Color preview on white background

This text has color #AA7ABA on white background.


Black color preview on #AA7ABA background

This text has black color on #AA7ABA background.


White color preview on #AA7ABA background

This text has white color on #AA7ABA background.


Related colors

Complementary color

Complementary color for #hex is #558545.


I love getcolorcode.com

Triadic colors

1 #BAAA7A and #7ABAAA with #AA7ABA are triadic colors.

2 #BA7AAA and #7AAABA with #AA7ABA are triadic colors.