COLOR #AA75E3

HEX: #AA75E3 RGB: (170,117,227)

Color info

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

RGB color model

#AA75E3 color RGB value is (170,117,227).

RGB: (170,117,227) (67%, 46%, 89%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 227 of 255 = 89%

170
117
227

R + G + B ~ 67%. #AA75E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 117 + 227 = 514 (100%)
R 170 of 514 ~ 33.07%
G 117 of 514 ~ 22.76%
B 227 of 514 ~ 44.16'%

%33.07
%22.76
%44.16

CMYK color model

#AA75E3 color CMYK value is (25,48,0,11).

  • cyan value is 25.11%
  • magenta value is 48.46%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (25,48,0,11)
C25M48Y0K11 (25%, 48%, 0%, 11%)
(0.25 / 0.48 / 0.00 / 0.11)

CMYK percentages

%25.11
%48.46
%0
%10.98

Codes

Color #AA75E3 in popluar color models

AA 75 E3
RGB 170 117 227
HSL 269° 66.27% 67.45%
HSB/HSV 269° 48.46% 89.02%
CMYK 25.11% 48.46% 0.00%
10.98%

Color #AA75E3 in popluar number systems.

HEX AA 75 E3
Decimal 170 117 227
Binary 10101010 1110101 11100011
Octal 252 165 343

Shades and tints

Shades of #AA75E3

#AA75E3
(170,117,227)
#9B6BCF
(155,107,207)
#8C61BB
(140,97,187)
#7D57A7
(125,87,167)
#6E4D93
(110,77,147)
#5F437F
(95,67,127)
#50396B
(80,57,107)
#412F57
(65,47,87)
#322543
(50,37,67)
#231B2F
(35,27,47)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #AA75E3

#AA75E3
(170,117,227)
#B181E5
(177,129,229)
#B88DE7
(184,141,231)
#BF99E9
(191,153,233)
#C6A5EB
(198,165,235)
#CDB1ED
(205,177,237)
#D4BDEF
(212,189,239)
#DBC9F1
(219,201,241)
#E2D5F3
(226,213,243)
#E9E1F5
(233,225,245)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA75E3 color. Also use rgb(170,117,227) instead hex code.

Text Font Color

.myTextColor { color: #AA75E3; }

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

This text font color is #AA75E3.

Background Color

.myBgColor { background-color: #AA75E3; }

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

This div background color is #AA75E3.

Border color

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

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

This div border color is #AA75E3.

Opacity

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

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

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

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

This text has shadow with #AA75E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA75E3.

Preview

Color preview on black background

This text has color #AA75E3 on black background.


Color preview on white background

This text has color #AA75E3 on white background.


Black color preview on #AA75E3 background

This text has black color on #AA75E3 background.


White color preview on #AA75E3 background

This text has white color on #AA75E3 background.


Related colors

Complementary color

Complementary color for #hex is #558A1C.


I love getcolorcode.com

Triadic colors

1 #E3AA75 and #75E3AA with #AA75E3 are triadic colors.

2 #E375AA and #75AAE3 with #AA75E3 are triadic colors.