COLOR #AA6DC2

HEX: #AA6DC2
RGB: (170,109,194)

Color info

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

RGB color model

#AA6DC2 color RGB value is (170,109,194).

  • red value is 170;
  • green value is 109;
  • blue value is 194.
RGB:
(170,109,194)
(67%,43%,76%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 194 of 255 = 76%

170
109
194

R + G + B ~ 62%. #AA6DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 109 + 194 = 473 (100%)
R 170 of 473 ~ 35.94%
G 109 of 473 ~ 23.04%
B 194 of 473 ~ 41.01%

%35.94
%23.04
%41.01

CMYK color model

#AA6DC2 color CMYK value is (12,44,0,24).

  • cyan value is 12.37%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(12,44,0,24)
C12M44Y0K24 
(12%,44%,0%,24%)
(0.12/0.44/0.00/0.24)	

CMYK percentages

%12.37
%43.81
%0
%23.92

Codes

Color #AA6DC2 in popluar color models

AA6DC2
RGB170109194
HSL283°41.06%59.41%
HSB/HSV283°43.81%76.08%
CMYK12.37%43.81%0.00%
23.92%

Color #AA6DC2 in popluar number systems.

HEXAA6DC2
Decimal170109194
Binary10101010110110111000010
Octal252155302

Shades and tints

Shades of #AA6DC2

#AA6DC2
(170,109,194)
#9B64B1
(155,100,177)
#8C5BA0
(140,91,160)
#7D528F
(125,82,143)
#6E497E
(110,73,126)
#5F406D
(95,64,109)
#50375C
(80,55,92)
#412E4B
(65,46,75)
#32253A
(50,37,58)
#231C29
(35,28,41)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AA6DC2

#AA6DC2
(170,109,194)
#B17AC7
(177,122,199)
#B887CC
(184,135,204)
#BF94D1
(191,148,209)
#C6A1D6
(198,161,214)
#CDAEDB
(205,174,219)
#D4BBE0
(212,187,224)
#DBC8E5
(219,200,229)
#E2D5EA
(226,213,234)
#E9E2EF
(233,226,239)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6DC2 color. Also use rgb(170,109,194) instead hex code.

Text Font Color

.myTextColor { color: #AA6DC2; }

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

This text font color is #AA6DC2.


Background Color

.myBgColor { background-color: #AA6DC2; }

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

This div background color is #AA6DC2.


Border color

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

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

This div border color is #AA6DC2.


Opacity

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

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

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

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

This text has shadow with #AA6DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6DC2 on black background.


Color preview on white background

This text has color #AA6DC2 on white background.



Black color preview on #AA6DC2 background

This text has black color on #AA6DC2 background.


White color preview on #AA6DC2 background

This text has white color on #AA6DC2 background.