COLOR #AA75C2

HEX: #AA75C2
RGB: (170,117,194)

Color info

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

RGB color model

#AA75C2 color RGB value is (170,117,194).

  • red value is 170;
  • green value is 117;
  • blue value is 194.
RGB:
(170,117,194)
(67%,46%,76%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 194 of 255 = 76%

170
117
194

R + G + B ~ 63%. #AA75C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 117 + 194 = 481 (100%)
R 170 of 481 ~ 35.34%
G 117 of 481 ~ 24.32%
B 194 of 481 ~ 40.33%

%35.34
%24.32
%40.33

CMYK color model

#AA75C2 color CMYK value is (12,40,0,24).

  • cyan value is 12.37%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(12,40,0,24)
C12M40Y0K24 
(12%,40%,0%,24%)
(0.12/0.40/0.00/0.24)	

CMYK percentages

%12.37
%39.69
%0
%23.92

Codes

Color #AA75C2 in popluar color models

AA75C2
RGB170117194
HSL281°38.69%60.98%
HSB/HSV281°39.69%76.08%
CMYK12.37%39.69%0.00%
23.92%

Color #AA75C2 in popluar number systems.

HEXAA75C2
Decimal170117194
Binary10101010111010111000010
Octal252165302

Shades and tints

Shades of #AA75C2

#AA75C2
(170,117,194)
#9B6BB1
(155,107,177)
#8C61A0
(140,97,160)
#7D578F
(125,87,143)
#6E4D7E
(110,77,126)
#5F436D
(95,67,109)
#50395C
(80,57,92)
#412F4B
(65,47,75)
#32253A
(50,37,58)
#231B29
(35,27,41)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AA75C2

#AA75C2
(170,117,194)
#B181C7
(177,129,199)
#B88DCC
(184,141,204)
#BF99D1
(191,153,209)
#C6A5D6
(198,165,214)
#CDB1DB
(205,177,219)
#D4BDE0
(212,189,224)
#DBC9E5
(219,201,229)
#E2D5EA
(226,213,234)
#E9E1EF
(233,225,239)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA75C2; }

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

This text font color is #AA75C2.


Background Color

.myBgColor { background-color: #AA75C2; }

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

This div background color is #AA75C2.


Border color

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

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

This div border color is #AA75C2.


Opacity

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

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

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

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

This text has shadow with #AA75C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA75C2 on black background.


Color preview on white background

This text has color #AA75C2 on white background.



Black color preview on #AA75C2 background

This text has black color on #AA75C2 background.


White color preview on #AA75C2 background

This text has white color on #AA75C2 background.