COLOR #AA59C0

HEX: #AA59C0
RGB: (170,89,192)

Color info

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

RGB color model

#AA59C0 color RGB value is (170,89,192).

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

RGB channels and saturation

R 170 of 255 = 67%
G 89 of 255 = 35%
B 192 of 255 = 75%

170
89
192

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

Portions of RGB colors in percentages

R + G + B =
170 + 89 + 192 = 451 (100%)
R 170 of 451 ~ 37.69%
G 89 of 451 ~ 19.73%
B 192 of 451 ~ 42.57%

%37.69
%19.73
%42.57

CMYK color model

#AA59C0 color CMYK value is (11,54,0,25).

  • cyan value is 11.46%
  • magenta value is 53.65%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,54,0,25)
C11M54Y0K25 
(11%,54%,0%,25%)
(0.11/0.54/0.00/0.25)	

CMYK percentages

%11.46
%53.65
%0
%24.71

Codes

Color #AA59C0 in popluar color models

AA59C0
RGB17089192
HSL287°44.98%55.10%
HSB/HSV287°53.65%75.29%
CMYK11.46%53.65%0.00%
24.71%

Color #AA59C0 in popluar number systems.

HEXAA59C0
Decimal17089192
Binary10101010101100111000000
Octal252131300

Shades and tints

Shades of #AA59C0

#AA59C0
(170,89,192)
#9B51AF
(155,81,175)
#8C499E
(140,73,158)
#7D418D
(125,65,141)
#6E397C
(110,57,124)
#5F316B
(95,49,107)
#50295A
(80,41,90)
#412149
(65,33,73)
#321938
(50,25,56)
#231127
(35,17,39)
#140916
(20,9,22)
#000000
(0,0,0)

Tints of #AA59C0

#AA59C0
(170,89,192)
#B168C5
(177,104,197)
#B877CA
(184,119,202)
#BF86CF
(191,134,207)
#C695D4
(198,149,212)
#CDA4D9
(205,164,217)
#D4B3DE
(212,179,222)
#DBC2E3
(219,194,227)
#E2D1E8
(226,209,232)
#E9E0ED
(233,224,237)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA59C0; }

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

This text font color is #AA59C0.


Background Color

.myBgColor { background-color: #AA59C0; }

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

This div background color is #AA59C0.


Border color

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

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

This div border color is #AA59C0.


Opacity

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

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

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

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

This text has shadow with #AA59C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA59C0 on black background.


Color preview on white background

This text has color #AA59C0 on white background.



Black color preview on #AA59C0 background

This text has black color on #AA59C0 background.


White color preview on #AA59C0 background

This text has white color on #AA59C0 background.