COLOR #AA75B4

HEX: #AA75B4 RGB: (170,117,180)

Color info

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

RGB color model

#AA75B4 color RGB value is (170,117,180).

RGB: (170,117,180) (67%, 46%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 180 of 255 = 71%

170
117
180

R + G + B ~ 61%. #AA75B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 117 + 180 = 467 (100%)
R 170 of 467 ~ 36.4%
G 117 of 467 ~ 25.05%
B 180 of 467 ~ 38.54'%

%36.4
%25.05
%38.54

CMYK color model

#AA75B4 color CMYK value is (6,35,0,29).

  • cyan value is 5.56%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (6,35,0,29)
C6M35Y0K29 (6%, 35%, 0%, 29%)
(0.06 / 0.35 / 0.00 / 0.29)

CMYK percentages

%5.56
%35
%0
%29.41

Codes

Color #AA75B4 in popluar color models

AA 75 B4
RGB 170 117 180
HSL 290° 29.58% 58.24%
HSB/HSV 290° 35.00% 70.59%
CMYK 5.56% 35.00% 0.00%
29.41%

Color #AA75B4 in popluar number systems.

HEX AA 75 B4
Decimal 170 117 180
Binary 10101010 1110101 10110100
Octal 252 165 264

Shades and tints

Shades of #AA75B4

#AA75B4
(170,117,180)
#9B6BA4
(155,107,164)
#8C6194
(140,97,148)
#7D5784
(125,87,132)
#6E4D74
(110,77,116)
#5F4364
(95,67,100)
#503954
(80,57,84)
#412F44
(65,47,68)
#322534
(50,37,52)
#231B24
(35,27,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AA75B4

#AA75B4
(170,117,180)
#B181BA
(177,129,186)
#B88DC0
(184,141,192)
#BF99C6
(191,153,198)
#C6A5CC
(198,165,204)
#CDB1D2
(205,177,210)
#D4BDD8
(212,189,216)
#DBC9DE
(219,201,222)
#E2D5E4
(226,213,228)
#E9E1EA
(233,225,234)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA75B4; }

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

This text font color is #AA75B4.

Background Color

.myBgColor { background-color: #AA75B4; }

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

This div background color is #AA75B4.

Border color

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

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

This div border color is #AA75B4.

Opacity

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

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

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

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

This text has shadow with #AA75B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA75B4.

Preview

Color preview on black background

This text has color #AA75B4 on black background.


Color preview on white background

This text has color #AA75B4 on white background.


Black color preview on #AA75B4 background

This text has black color on #AA75B4 background.


White color preview on #AA75B4 background

This text has white color on #AA75B4 background.


Related colors

Complementary color

Complementary color for #hex is #558A4B.


I love getcolorcode.com

Triadic colors

1 #B4AA75 and #75B4AA with #AA75B4 are triadic colors.

2 #B475AA and #75AAB4 with #AA75B4 are triadic colors.