COLOR #AA6198

HEX: #AA6198 RGB: (170,97,152)

Color info

#AA6198 contains mainly red and blue colors. Web safe color of #AA6198 is #996699 (or #969).

RGB color model

#AA6198 color RGB value is (170,97,152).

RGB: (170,97,152) (67%, 38%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 97 of 255 = 38%
B 152 of 255 = 60%

170
97
152

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

Portions of RGB colors in percentages

R + G + B = 170 + 97 + 152 = 419 (100%)
R 170 of 419 ~ 40.57%
G 97 of 419 ~ 23.15%
B 152 of 419 ~ 36.28'%

%40.57
%23.15
%36.28

CMYK color model

#AA6198 color CMYK value is (0,43,11,33).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 10.59%
  • key color value is 33.33%

CMYK: (0,43,11,33)
C0M43Y11K33 (0%, 43%, 11%, 33%)
(0.00 / 0.43 / 0.11 / 0.33)

CMYK percentages

%0
%42.94
%10.59
%33.33

Codes

Color #AA6198 in popluar color models

AA 61 98
RGB 170 97 152
HSL 315° 30.04% 52.35%
HSB/HSV 315° 42.94% 66.67%
CMYK 0.00% 42.94% 10.59%
33.33%

Color #AA6198 in popluar number systems.

HEX AA 61 98
Decimal 170 97 152
Binary 10101010 1100001 10011000
Octal 252 141 230

Shades and tints

Shades of #AA6198

#AA6198
(170,97,152)
#9B598B
(155,89,139)
#8C517E
(140,81,126)
#7D4971
(125,73,113)
#6E4164
(110,65,100)
#5F3957
(95,57,87)
#50314A
(80,49,74)
#41293D
(65,41,61)
#322130
(50,33,48)
#231923
(35,25,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AA6198

#AA6198
(170,97,152)
#B16FA1
(177,111,161)
#B87DAA
(184,125,170)
#BF8BB3
(191,139,179)
#C699BC
(198,153,188)
#CDA7C5
(205,167,197)
#D4B5CE
(212,181,206)
#DBC3D7
(219,195,215)
#E2D1E0
(226,209,224)
#E9DFE9
(233,223,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6198 color. Also use rgb(170,97,152) instead hex code.

Text Font Color

.myTextColor { color: #AA6198; }

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

This text font color is #AA6198.

Background Color

.myBgColor { background-color: #AA6198; }

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

This div background color is #AA6198.

Border color

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

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

This div border color is #AA6198.

Opacity

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

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

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

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

This text has shadow with #AA6198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6198.

Preview

Color preview on black background

This text has color #AA6198 on black background.


Color preview on white background

This text has color #AA6198 on white background.


Black color preview on #AA6198 background

This text has black color on #AA6198 background.


White color preview on #AA6198 background

This text has white color on #AA6198 background.


Related colors

Complementary color

Complementary color for #hex is #559E67.


I love getcolorcode.com

Triadic colors

1 #98AA61 and #6198AA with #AA6198 are triadic colors.

2 #9861AA and #61AA98 with #AA6198 are triadic colors.