COLOR #AA80DF

HEX: #AA80DF RGB: (170,128,223)

Color info

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

RGB color model

#AA80DF color RGB value is (170,128,223).

RGB: (170,128,223) (67%, 50%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 223 of 255 = 87%

170
128
223

R + G + B ~ 68%. #AA80DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 223 = 521 (100%)
R 170 of 521 ~ 32.63%
G 128 of 521 ~ 24.57%
B 223 of 521 ~ 42.8'%

%32.63
%24.57
%42.8

CMYK color model

#AA80DF color CMYK value is (24,43,0,13).

  • cyan value is 23.77%
  • magenta value is 42.60%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (24,43,0,13) C24M43Y0K13 (24%,43%,0%,13%) (0.24/0.43/0.00/0.13) 

CMYK percentages

%23.77
%42.6
%0
%12.55

Codes

Color #AA80DF in popluar color models

AA 80 DF
RGB 170 128 223
HSL 267° 59.75% 68.82%
HSB/HSV 267° 42.60% 87.45%
CMYK 23.77% 42.60% 0.00%
12.55%

Color #AA80DF in popluar number systems.

HEX AA 80 DF
Decimal 170 128 223
Binary 10101010 10000000 11011111
Octal 252 200 337

Shades and tints

Shades of #AA80DF

#AA80DF
(170,128,223)
#9B75CB
(155,117,203)
#8C6AB7
(140,106,183)
#7D5FA3
(125,95,163)
#6E548F
(110,84,143)
#5F497B
(95,73,123)
#503E67
(80,62,103)
#413353
(65,51,83)
#32283F
(50,40,63)
#231D2B
(35,29,43)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AA80DF

#AA80DF
(170,128,223)
#B18BE1
(177,139,225)
#B896E3
(184,150,227)
#BFA1E5
(191,161,229)
#C6ACE7
(198,172,231)
#CDB7E9
(205,183,233)
#D4C2EB
(212,194,235)
#DBCDED
(219,205,237)
#E2D8EF
(226,216,239)
#E9E3F1
(233,227,241)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA80DF color. Also use rgb(170,128,223) instead hex code.

Text Font Color

.myTextColor { color: #AA80DF; }

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

This text font color is #AA80DF.

Background Color

.myBgColor { background-color: #AA80DF; }

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

This div background color is #AA80DF.

Border color

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

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

This div border color is #AA80DF.

Opacity

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

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

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

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

This text has shadow with #AA80DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA80DF.

Preview

Color preview on black background

This text has color #AA80DF on black background.


Color preview on white background

This text has color #AA80DF on white background.


Black color preview on #AA80DF background

This text has black color on #AA80DF background.


White color preview on #AA80DF background

This text has white color on #AA80DF background.


Related colors

Complementary color

Complementary color for #hex is #557F20.


I love getcolorcode.com

Triadic colors

1 #DFAA80 and #80DFAA with #AA80DF are triadic colors.

2 #DF80AA and #80AADF with #AA80DF are triadic colors.