COLOR #AA6AD8

HEX: #AA6AD8
RGB: (170,106,216)

Color info

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

RGB color model

#AA6AD8 color RGB value is (170,106,216).

  • red value is 170;
  • green value is 106;
  • blue value is 216.
RGB:
(170,106,216)
(67%,42%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 216 of 255 = 85%

170
106
216

R + G + B ~ 65%. #AA6AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 106 + 216 = 492 (100%)
R 170 of 492 ~ 34.55%
G 106 of 492 ~ 21.54%
B 216 of 492 ~ 43.9%

%34.55
%21.54
%43.9

CMYK color model

#AA6AD8 color CMYK value is (21,51,0,15).

  • cyan value is 21.30%
  • magenta value is 50.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(21,51,0,15)
C21M51Y0K15 
(21%,51%,0%,15%)
(0.21/0.51/0.00/0.15)	

CMYK percentages

%21.3
%50.93
%0
%15.29

Codes

Color #AA6AD8 in popluar color models

AA6AD8
RGB170106216
HSL275°58.51%63.14%
HSB/HSV275°50.93%84.71%
CMYK21.30%50.93%0.00%
15.29%

Color #AA6AD8 in popluar number systems.

HEXAA6AD8
Decimal170106216
Binary10101010110101011011000
Octal252152330

Shades and tints

Shades of #AA6AD8

#AA6AD8
(170,106,216)
#9B61C5
(155,97,197)
#8C58B2
(140,88,178)
#7D4F9F
(125,79,159)
#6E468C
(110,70,140)
#5F3D79
(95,61,121)
#503466
(80,52,102)
#412B53
(65,43,83)
#322240
(50,34,64)
#23192D
(35,25,45)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #AA6AD8

#AA6AD8
(170,106,216)
#B177DB
(177,119,219)
#B884DE
(184,132,222)
#BF91E1
(191,145,225)
#C69EE4
(198,158,228)
#CDABE7
(205,171,231)
#D4B8EA
(212,184,234)
#DBC5ED
(219,197,237)
#E2D2F0
(226,210,240)
#E9DFF3
(233,223,243)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6AD8 color. Also use rgb(170,106,216) instead hex code.

Text Font Color

.myTextColor { color: #AA6AD8; }

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

This text font color is #AA6AD8.


Background Color

.myBgColor { background-color: #AA6AD8; }

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

This div background color is #AA6AD8.


Border color

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

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

This div border color is #AA6AD8.


Opacity

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

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

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

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

This text has shadow with #AA6AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6AD8 on black background.


Color preview on white background

This text has color #AA6AD8 on white background.



Black color preview on #AA6AD8 background

This text has black color on #AA6AD8 background.


White color preview on #AA6AD8 background

This text has white color on #AA6AD8 background.