COLOR #AA75A4

HEX: #AA75A4
RGB: (170,117,164)

Color info

#AA75A4 contains red, green and blue colors in about the same proportion. Web safe color of #AA75A4 is #996699 (or #969).

RGB color model

#AA75A4 color RGB value is (170,117,164).

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

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 164 of 255 = 64%

170
117
164

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

Portions of RGB colors in percentages

R + G + B =
170 + 117 + 164 = 451 (100%)
R 170 of 451 ~ 37.69%
G 117 of 451 ~ 25.94%
B 164 of 451 ~ 36.36%

%37.69
%25.94
%36.36

CMYK color model

#AA75A4 color CMYK value is (0,31,4,33).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 3.53%
  • key color value is 33.33%
CMYK:
(0,31,4,33)
C0M31Y4K33 
(0%,31%,4%,33%)
(0.00/0.31/0.04/0.33)	

CMYK percentages

%0
%31.18
%3.53
%33.33

Codes

Color #AA75A4 in popluar color models

AA75A4
RGB170117164
HSL307°23.77%56.27%
HSB/HSV307°31.18%66.67%
CMYK0.00%31.18%3.53%
33.33%

Color #AA75A4 in popluar number systems.

HEXAA75A4
Decimal170117164
Binary10101010111010110100100
Octal252165244

Shades and tints

Shades of #AA75A4

#AA75A4
(170,117,164)
#9B6B96
(155,107,150)
#8C6188
(140,97,136)
#7D577A
(125,87,122)
#6E4D6C
(110,77,108)
#5F435E
(95,67,94)
#503950
(80,57,80)
#412F42
(65,47,66)
#322534
(50,37,52)
#231B26
(35,27,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AA75A4

#AA75A4
(170,117,164)
#B181AC
(177,129,172)
#B88DB4
(184,141,180)
#BF99BC
(191,153,188)
#C6A5C4
(198,165,196)
#CDB1CC
(205,177,204)
#D4BDD4
(212,189,212)
#DBC9DC
(219,201,220)
#E2D5E4
(226,213,228)
#E9E1EC
(233,225,236)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA75A4; }

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

This text font color is #AA75A4.


Background Color

.myBgColor { background-color: #AA75A4; }

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

This div background color is #AA75A4.


Border color

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

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

This div border color is #AA75A4.


Opacity

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

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

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

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

This text has shadow with #AA75A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA75A4 on black background.


Color preview on white background

This text has color #AA75A4 on white background.



Black color preview on #AA75A4 background

This text has black color on #AA75A4 background.


White color preview on #AA75A4 background

This text has white color on #AA75A4 background.