COLOR #AA46C0

HEX: #AA46C0
RGB: (170,70,192)

Color info

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

RGB color model

#AA46C0 color RGB value is (170,70,192).

  • red value is 170;
  • green value is 70;
  • blue value is 192.
RGB:
(170,70,192)
(67%,27%,75%)

RGB channels and saturation

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

170
70
192

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

Portions of RGB colors in percentages

R + G + B =
170 + 70 + 192 = 432 (100%)
R 170 of 432 ~ 39.35%
G 70 of 432 ~ 16.2%
B 192 of 432 ~ 44.44%

%39.35
%16.2
%44.44

CMYK color model

#AA46C0 color CMYK value is (11,64,0,25).

  • cyan value is 11.46%
  • magenta value is 63.54%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,64,0,25)
C11M64Y0K25 
(11%,64%,0%,25%)
(0.11/0.64/0.00/0.25)	

CMYK percentages

%11.46
%63.54
%0
%24.71

Codes

Color #AA46C0 in popluar color models

AA46C0
RGB17070192
HSL289°49.19%51.37%
HSB/HSV289°63.54%75.29%
CMYK11.46%63.54%0.00%
24.71%

Color #AA46C0 in popluar number systems.

HEXAA46C0
Decimal17070192
Binary10101010100011011000000
Octal252106300

Shades and tints

Shades of #AA46C0

#AA46C0
(170,70,192)
#9B40AF
(155,64,175)
#8C3A9E
(140,58,158)
#7D348D
(125,52,141)
#6E2E7C
(110,46,124)
#5F286B
(95,40,107)
#50225A
(80,34,90)
#411C49
(65,28,73)
#321638
(50,22,56)
#231027
(35,16,39)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #AA46C0

#AA46C0
(170,70,192)
#B156C5
(177,86,197)
#B866CA
(184,102,202)
#BF76CF
(191,118,207)
#C686D4
(198,134,212)
#CD96D9
(205,150,217)
#D4A6DE
(212,166,222)
#DBB6E3
(219,182,227)
#E2C6E8
(226,198,232)
#E9D6ED
(233,214,237)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA46C0; }

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

This text font color is #AA46C0.


Background Color

.myBgColor { background-color: #AA46C0; }

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

This div background color is #AA46C0.


Border color

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

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

This div border color is #AA46C0.


Opacity

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

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

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

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

This text has shadow with #AA46C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA46C0 on black background.


Color preview on white background

This text has color #AA46C0 on white background.



Black color preview on #AA46C0 background

This text has black color on #AA46C0 background.


White color preview on #AA46C0 background

This text has white color on #AA46C0 background.