COLOR #AA58DC

HEX: #AA58DC
RGB: (170,88,220)

Color info

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

RGB color model

#AA58DC color RGB value is (170,88,220).

  • red value is 170;
  • green value is 88;
  • blue value is 220.
RGB:
(170,88,220)
(67%,35%,86%)

RGB channels and saturation

R 170 of 255 = 67%
G 88 of 255 = 35%
B 220 of 255 = 86%

170
88
220

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

Portions of RGB colors in percentages

R + G + B =
170 + 88 + 220 = 478 (100%)
R 170 of 478 ~ 35.56%
G 88 of 478 ~ 18.41%
B 220 of 478 ~ 46.03%

%35.56
%18.41
%46.03

CMYK color model

#AA58DC color CMYK value is (23,60,0,14).

  • cyan value is 22.73%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,60,0,14)
C23M60Y0K14 
(23%,60%,0%,14%)
(0.23/0.60/0.00/0.14)	

CMYK percentages

%22.73
%60
%0
%13.73

Codes

Color #AA58DC in popluar color models

AA58DC
RGB17088220
HSL277°65.35%60.39%
HSB/HSV277°60.00%86.27%
CMYK22.73%60.00%0.00%
13.73%

Color #AA58DC in popluar number systems.

HEXAA58DC
Decimal17088220
Binary10101010101100011011100
Octal252130334

Shades and tints

Shades of #AA58DC

#AA58DC
(170,88,220)
#9B50C8
(155,80,200)
#8C48B4
(140,72,180)
#7D40A0
(125,64,160)
#6E388C
(110,56,140)
#5F3078
(95,48,120)
#502864
(80,40,100)
#412050
(65,32,80)
#32183C
(50,24,60)
#231028
(35,16,40)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #AA58DC

#AA58DC
(170,88,220)
#B167DF
(177,103,223)
#B876E2
(184,118,226)
#BF85E5
(191,133,229)
#C694E8
(198,148,232)
#CDA3EB
(205,163,235)
#D4B2EE
(212,178,238)
#DBC1F1
(219,193,241)
#E2D0F4
(226,208,244)
#E9DFF7
(233,223,247)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA58DC color. Also use rgb(170,88,220) instead hex code.

Text Font Color

.myTextColor { color: #AA58DC; }

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

This text font color is #AA58DC.


Background Color

.myBgColor { background-color: #AA58DC; }

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

This div background color is #AA58DC.


Border color

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

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

This div border color is #AA58DC.


Opacity

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

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

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

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

This text has shadow with #AA58DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA58DC on black background.


Color preview on white background

This text has color #AA58DC on white background.



Black color preview on #AA58DC background

This text has black color on #AA58DC background.


White color preview on #AA58DC background

This text has white color on #AA58DC background.