COLOR #AA38D8

HEX: #AA38D8 RGB: (170,56,216)

Color info

#AA38D8 contains mainly red and blue colors. Web safe color of #AA38D8 is #9933CC (or #93C).

RGB color model

#AA38D8 color RGB value is (170,56,216).

RGB: (170,56,216) (67%, 22%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 56 of 255 = 22%
B 216 of 255 = 85%

170
56
216

R + G + B ~ 58%. #AA38D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 56 + 216 = 442 (100%)
R 170 of 442 ~ 38.46%
G 56 of 442 ~ 12.67%
B 216 of 442 ~ 48.87'%

%38.46
%12.67
%48.87

CMYK color model

#AA38D8 color CMYK value is (21,74,0,15).

  • cyan value is 21.30%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (21,74,0,15)
C21M74Y0K15 (21%, 74%, 0%, 15%)
(0.21 / 0.74 / 0.00 / 0.15)

CMYK percentages

%21.3
%74.07
%0
%15.29

Codes

Color #AA38D8 in popluar color models

AA 38 D8
RGB 170 56 216
HSL 283° 67.23% 53.33%
HSB/HSV 283° 74.07% 84.71%
CMYK 21.30% 74.07% 0.00%
15.29%

Color #AA38D8 in popluar number systems.

HEX AA 38 D8
Decimal 170 56 216
Binary 10101010 111000 11011000
Octal 252 70 330

Shades and tints

Shades of #AA38D8

#AA38D8
(170,56,216)
#9B33C5
(155,51,197)
#8C2EB2
(140,46,178)
#7D299F
(125,41,159)
#6E248C
(110,36,140)
#5F1F79
(95,31,121)
#501A66
(80,26,102)
#411553
(65,21,83)
#321040
(50,16,64)
#230B2D
(35,11,45)
#14061A
(20,6,26)
#000000
(0,0,0)

Tints of #AA38D8

#AA38D8
(170,56,216)
#B14ADB
(177,74,219)
#B85CDE
(184,92,222)
#BF6EE1
(191,110,225)
#C680E4
(198,128,228)
#CD92E7
(205,146,231)
#D4A4EA
(212,164,234)
#DBB6ED
(219,182,237)
#E2C8F0
(226,200,240)
#E9DAF3
(233,218,243)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA38D8; }

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

This text font color is #AA38D8.

Background Color

.myBgColor { background-color: #AA38D8; }

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

This div background color is #AA38D8.

Border color

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

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

This div border color is #AA38D8.

Opacity

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

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

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

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

This text has shadow with #AA38D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA38D8.

Preview

Color preview on black background

This text has color #AA38D8 on black background.


Color preview on white background

This text has color #AA38D8 on white background.


Black color preview on #AA38D8 background

This text has black color on #AA38D8 background.


White color preview on #AA38D8 background

This text has white color on #AA38D8 background.


Related colors

Complementary color

Complementary color for #hex is #55C727.


I love getcolorcode.com

Triadic colors

1 #D8AA38 and #38D8AA with #AA38D8 are triadic colors.

2 #D838AA and #38AAD8 with #AA38D8 are triadic colors.