COLOR #AA6FCE

HEX: #AA6FCE
RGB: (170,111,206)

Color info

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

RGB color model

#AA6FCE color RGB value is (170,111,206).

  • red value is 170;
  • green value is 111;
  • blue value is 206.
RGB:
(170,111,206)
(67%,44%,81%)

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 206 of 255 = 81%

170
111
206

R + G + B ~ 64%. #AA6FCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 206 = 487 (100%)
R 170 of 487 ~ 34.91%
G 111 of 487 ~ 22.79%
B 206 of 487 ~ 42.3%

%34.91
%22.79
%42.3

CMYK color model

#AA6FCE color CMYK value is (17,46,0,19).

  • cyan value is 17.48%
  • magenta value is 46.12%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,46,0,19)
C17M46Y0K19 
(17%,46%,0%,19%)
(0.17/0.46/0.00/0.19)	

CMYK percentages

%17.48
%46.12
%0
%19.22

Codes

Color #AA6FCE in popluar color models

AA6FCE
RGB170111206
HSL277°49.22%62.16%
HSB/HSV277°46.12%80.78%
CMYK17.48%46.12%0.00%
19.22%

Color #AA6FCE in popluar number systems.

HEXAA6FCE
Decimal170111206
Binary10101010110111111001110
Octal252157316

Shades and tints

Shades of #AA6FCE

#AA6FCE
(170,111,206)
#9B65BC
(155,101,188)
#8C5BAA
(140,91,170)
#7D5198
(125,81,152)
#6E4786
(110,71,134)
#5F3D74
(95,61,116)
#503362
(80,51,98)
#412950
(65,41,80)
#321F3E
(50,31,62)
#23152C
(35,21,44)
#140B1A
(20,11,26)
#000000
(0,0,0)

Tints of #AA6FCE

#AA6FCE
(170,111,206)
#B17CD2
(177,124,210)
#B889D6
(184,137,214)
#BF96DA
(191,150,218)
#C6A3DE
(198,163,222)
#CDB0E2
(205,176,226)
#D4BDE6
(212,189,230)
#DBCAEA
(219,202,234)
#E2D7EE
(226,215,238)
#E9E4F2
(233,228,242)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6FCE color. Also use rgb(170,111,206) instead hex code.

Text Font Color

.myTextColor { color: #AA6FCE; }

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

This text font color is #AA6FCE.


Background Color

.myBgColor { background-color: #AA6FCE; }

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

This div background color is #AA6FCE.


Border color

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

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

This div border color is #AA6FCE.


Opacity

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

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

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

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

This text has shadow with #AA6FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6FCE on black background.


Color preview on white background

This text has color #AA6FCE on white background.



Black color preview on #AA6FCE background

This text has black color on #AA6FCE background.


White color preview on #AA6FCE background

This text has white color on #AA6FCE background.