COLOR #AA80F6

HEX: #AA80F6 RGB: (170,128,246)

Color info

#AA80F6 contains mainly blue color. Web safe color of #AA80F6 is #9966FF (or #96F).

RGB color model

#AA80F6 color RGB value is (170,128,246).

RGB: (170,128,246) (67%, 50%, 96%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 246 of 255 = 96%

170
128
246

R + G + B ~ 71%. #AA80F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 246 = 544 (100%)
R 170 of 544 ~ 31.25%
G 128 of 544 ~ 23.53%
B 246 of 544 ~ 45.22'%

%31.25
%23.53
%45.22

CMYK color model

#AA80F6 color CMYK value is (31,48,0,4).

  • cyan value is 30.89%
  • magenta value is 47.97%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (31,48,0,4)
C31M48Y0K4 (31%, 48%, 0%, 4%)
(0.31 / 0.48 / 0.00 / 0.04)

CMYK percentages

%30.89
%47.97
%0
%3.53

Codes

Color #AA80F6 in popluar color models

AA 80 F6
RGB 170 128 246
HSL 261° 86.76% 73.33%
HSB/HSV 261° 47.97% 96.47%
CMYK 30.89% 47.97% 0.00%
3.53%

Color #AA80F6 in popluar number systems.

HEX AA 80 F6
Decimal 170 128 246
Binary 10101010 10000000 11110110
Octal 252 200 366

Shades and tints

Shades of #AA80F6

#AA80F6
(170,128,246)
#9B75E0
(155,117,224)
#8C6ACA
(140,106,202)
#7D5FB4
(125,95,180)
#6E549E
(110,84,158)
#5F4988
(95,73,136)
#503E72
(80,62,114)
#41335C
(65,51,92)
#322846
(50,40,70)
#231D30
(35,29,48)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #AA80F6

#AA80F6
(170,128,246)
#B18BF6
(177,139,246)
#B896F6
(184,150,246)
#BFA1F6
(191,161,246)
#C6ACF6
(198,172,246)
#CDB7F6
(205,183,246)
#D4C2F6
(212,194,246)
#DBCDF6
(219,205,246)
#E2D8F6
(226,216,246)
#E9E3F6
(233,227,246)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA80F6; }

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

This text font color is #AA80F6.

Background Color

.myBgColor { background-color: #AA80F6; }

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

This div background color is #AA80F6.

Border color

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

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

This div border color is #AA80F6.

Opacity

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

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

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

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

This text has shadow with #AA80F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA80F6.

Preview

Color preview on black background

This text has color #AA80F6 on black background.


Color preview on white background

This text has color #AA80F6 on white background.


Black color preview on #AA80F6 background

This text has black color on #AA80F6 background.


White color preview on #AA80F6 background

This text has white color on #AA80F6 background.


Related colors

Complementary color

Complementary color for #hex is #557F09.


I love getcolorcode.com

Triadic colors

1 #F6AA80 and #80F6AA with #AA80F6 are triadic colors.

2 #F680AA and #80AAF6 with #AA80F6 are triadic colors.