COLOR #AA6BBD

HEX: #AA6BBD RGB: (170,107,189)

Color info

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

RGB color model

#AA6BBD color RGB value is (170,107,189).

RGB: (170,107,189) (67%, 42%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 107 of 255 = 42%
B 189 of 255 = 74%

170
107
189

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

Portions of RGB colors in percentages

R + G + B = 170 + 107 + 189 = 466 (100%)
R 170 of 466 ~ 36.48%
G 107 of 466 ~ 22.96%
B 189 of 466 ~ 40.56'%

%36.48
%22.96
%40.56

CMYK color model

#AA6BBD color CMYK value is (10,43,0,26).

  • cyan value is 10.05%
  • magenta value is 43.39%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (10,43,0,26)
C10M43Y0K26 (10%, 43%, 0%, 26%)
(0.10 / 0.43 / 0.00 / 0.26)

CMYK percentages

%10.05
%43.39
%0
%25.88

Codes

Color #AA6BBD in popluar color models

AA 6B BD
RGB 170 107 189
HSL 286° 38.32% 58.04%
HSB/HSV 286° 43.39% 74.12%
CMYK 10.05% 43.39% 0.00%
25.88%

Color #AA6BBD in popluar number systems.

HEX AA 6B BD
Decimal 170 107 189
Binary 10101010 1101011 10111101
Octal 252 153 275

Shades and tints

Shades of #AA6BBD

#AA6BBD
(170,107,189)
#9B62AC
(155,98,172)
#8C599B
(140,89,155)
#7D508A
(125,80,138)
#6E4779
(110,71,121)
#5F3E68
(95,62,104)
#503557
(80,53,87)
#412C46
(65,44,70)
#322335
(50,35,53)
#231A24
(35,26,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA6BBD

#AA6BBD
(170,107,189)
#B178C3
(177,120,195)
#B885C9
(184,133,201)
#BF92CF
(191,146,207)
#C69FD5
(198,159,213)
#CDACDB
(205,172,219)
#D4B9E1
(212,185,225)
#DBC6E7
(219,198,231)
#E2D3ED
(226,211,237)
#E9E0F3
(233,224,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6BBD color. Also use rgb(170,107,189) instead hex code.

Text Font Color

.myTextColor { color: #AA6BBD; }

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

This text font color is #AA6BBD.

Background Color

.myBgColor { background-color: #AA6BBD; }

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

This div background color is #AA6BBD.

Border color

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

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

This div border color is #AA6BBD.

Opacity

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

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

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

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

This text has shadow with #AA6BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6BBD.

Preview

Color preview on black background

This text has color #AA6BBD on black background.


Color preview on white background

This text has color #AA6BBD on white background.


Black color preview on #AA6BBD background

This text has black color on #AA6BBD background.


White color preview on #AA6BBD background

This text has white color on #AA6BBD background.


Related colors

Complementary color

Complementary color for #hex is #559442.


I love getcolorcode.com

Triadic colors

1 #BDAA6B and #6BBDAA with #AA6BBD are triadic colors.

2 #BD6BAA and #6BAABD with #AA6BBD are triadic colors.