COLOR #AA3CD1

HEX: #AA3CD1
RGB: (170,60,209)

Color info

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

RGB color model

#AA3CD1 color RGB value is (170,60,209).

  • red value is 170;
  • green value is 60;
  • blue value is 209.
RGB:
(170,60,209)
(67%,24%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 60 of 255 = 24%
B 209 of 255 = 82%

170
60
209

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

Portions of RGB colors in percentages

R + G + B =
170 + 60 + 209 = 439 (100%)
R 170 of 439 ~ 38.72%
G 60 of 439 ~ 13.67%
B 209 of 439 ~ 47.61%

%38.72
%13.67
%47.61

CMYK color model

#AA3CD1 color CMYK value is (19,71,0,18).

  • cyan value is 18.66%
  • magenta value is 71.29%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(19,71,0,18)
C19M71Y0K18 
(19%,71%,0%,18%)
(0.19/0.71/0.00/0.18)	

CMYK percentages

%18.66
%71.29
%0
%18.04

Codes

Color #AA3CD1 in popluar color models

AA3CD1
RGB17060209
HSL284°61.83%52.75%
HSB/HSV284°71.29%81.96%
CMYK18.66%71.29%0.00%
18.04%

Color #AA3CD1 in popluar number systems.

HEXAA3CD1
Decimal17060209
Binary1010101011110011010001
Octal25274321

Shades and tints

Shades of #AA3CD1

#AA3CD1
(170,60,209)
#9B37BE
(155,55,190)
#8C32AB
(140,50,171)
#7D2D98
(125,45,152)
#6E2885
(110,40,133)
#5F2372
(95,35,114)
#501E5F
(80,30,95)
#41194C
(65,25,76)
#321439
(50,20,57)
#230F26
(35,15,38)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #AA3CD1

#AA3CD1
(170,60,209)
#B14DD5
(177,77,213)
#B85ED9
(184,94,217)
#BF6FDD
(191,111,221)
#C680E1
(198,128,225)
#CD91E5
(205,145,229)
#D4A2E9
(212,162,233)
#DBB3ED
(219,179,237)
#E2C4F1
(226,196,241)
#E9D5F5
(233,213,245)
#F0E6F9
(240,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3CD1 color. Also use rgb(170,60,209) instead hex code.

Text Font Color

.myTextColor { color: #AA3CD1; }

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

This text font color is #AA3CD1.


Background Color

.myBgColor { background-color: #AA3CD1; }

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

This div background color is #AA3CD1.


Border color

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

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

This div border color is #AA3CD1.


Opacity

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

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

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

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

This text has shadow with #AA3CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3CD1 on black background.


Color preview on white background

This text has color #AA3CD1 on white background.



Black color preview on #AA3CD1 background

This text has black color on #AA3CD1 background.


White color preview on #AA3CD1 background

This text has white color on #AA3CD1 background.