COLOR #AA46BF

HEX: #AA46BF RGB: (170,70,191)

Color info

#AA46BF contains mainly red and blue colors. Web safe color of #AA46BF is #9933CC (or #93C).

RGB color model

#AA46BF color RGB value is (170,70,191).

RGB: (170,70,191) (67%, 27%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 70 of 255 = 27%
B 191 of 255 = 75%

170
70
191

R + G + B ~ 56%. #AA46BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 70 + 191 = 431 (100%)
R 170 of 431 ~ 39.44%
G 70 of 431 ~ 16.24%
B 191 of 431 ~ 44.32'%

%39.44
%16.24
%44.32

CMYK color model

#AA46BF color CMYK value is (11,63,0,25).

  • cyan value is 10.99%
  • magenta value is 63.35%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (11,63,0,25) C11M63Y0K25 (11%,63%,0%,25%) (0.11/0.63/0.00/0.25) 

CMYK percentages

%10.99
%63.35
%0
%25.1

Codes

Color #AA46BF in popluar color models

AA 46 BF
RGB 170 70 191
HSL 290° 48.59% 51.18%
HSB/HSV 290° 63.35% 74.90%
CMYK 10.99% 63.35% 0.00%
25.10%

Color #AA46BF in popluar number systems.

HEX AA 46 BF
Decimal 170 70 191
Binary 10101010 1000110 10111111
Octal 252 106 277

Shades and tints

Shades of #AA46BF

#AA46BF
(170,70,191)
#9B40AE
(155,64,174)
#8C3A9D
(140,58,157)
#7D348C
(125,52,140)
#6E2E7B
(110,46,123)
#5F286A
(95,40,106)
#502259
(80,34,89)
#411C48
(65,28,72)
#321637
(50,22,55)
#231026
(35,16,38)
#140A15
(20,10,21)
#000000
(0,0,0)

Tints of #AA46BF

#AA46BF
(170,70,191)
#B156C4
(177,86,196)
#B866C9
(184,102,201)
#BF76CE
(191,118,206)
#C686D3
(198,134,211)
#CD96D8
(205,150,216)
#D4A6DD
(212,166,221)
#DBB6E2
(219,182,226)
#E2C6E7
(226,198,231)
#E9D6EC
(233,214,236)
#F0E6F1
(240,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA46BF color. Also use rgb(170,70,191) instead hex code.

Text Font Color

.myTextColor { color: #AA46BF; }

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

This text font color is #AA46BF.

Background Color

.myBgColor { background-color: #AA46BF; }

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

This div background color is #AA46BF.

Border color

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

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

This div border color is #AA46BF.

Opacity

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

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

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

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

This text has shadow with #AA46BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA46BF.

Preview

Color preview on black background

This text has color #AA46BF on black background.


Color preview on white background

This text has color #AA46BF on white background.


Black color preview on #AA46BF background

This text has black color on #AA46BF background.


White color preview on #AA46BF background

This text has white color on #AA46BF background.


Related colors

Complementary color

Complementary color for #hex is #55B940.


I love getcolorcode.com

Triadic colors

1 #BFAA46 and #46BFAA with #AA46BF are triadic colors.

2 #BF46AA and #46AABF with #AA46BF are triadic colors.