COLOR #AA98C3

HEX: #AA98C3 RGB: (170,152,195)

Color info

#AA98C3 contains red, green and blue colors in about the same proportion. Web safe color of #AA98C3 is #9999CC (or #99C).

RGB color model

#AA98C3 color RGB value is (170,152,195).

RGB: (170,152,195) (67%, 60%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 195 of 255 = 76%

170
152
195

R + G + B ~ 68%. #AA98C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 195 = 517 (100%)
R 170 of 517 ~ 32.88%
G 152 of 517 ~ 29.4%
B 195 of 517 ~ 37.72'%

%32.88
%29.4
%37.72

CMYK color model

#AA98C3 color CMYK value is (13,22,0,24).

  • cyan value is 12.82%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (13,22,0,24)
C13M22Y0K24 (13%, 22%, 0%, 24%)
(0.13 / 0.22 / 0.00 / 0.24)

CMYK percentages

%12.82
%22.05
%0
%23.53

Codes

Color #AA98C3 in popluar color models

AA 98 C3
RGB 170 152 195
HSL 265° 26.38% 68.04%
HSB/HSV 265° 22.05% 76.47%
CMYK 12.82% 22.05% 0.00%
23.53%

Color #AA98C3 in popluar number systems.

HEX AA 98 C3
Decimal 170 152 195
Binary 10101010 10011000 11000011
Octal 252 230 303

Shades and tints

Shades of #AA98C3

#AA98C3
(170,152,195)
#9B8BB2
(155,139,178)
#8C7EA1
(140,126,161)
#7D7190
(125,113,144)
#6E647F
(110,100,127)
#5F576E
(95,87,110)
#504A5D
(80,74,93)
#413D4C
(65,61,76)
#32303B
(50,48,59)
#23232A
(35,35,42)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #AA98C3

#AA98C3
(170,152,195)
#B1A1C8
(177,161,200)
#B8AACD
(184,170,205)
#BFB3D2
(191,179,210)
#C6BCD7
(198,188,215)
#CDC5DC
(205,197,220)
#D4CEE1
(212,206,225)
#DBD7E6
(219,215,230)
#E2E0EB
(226,224,235)
#E9E9F0
(233,233,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98C3; }

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

This text font color is #AA98C3.

Background Color

.myBgColor { background-color: #AA98C3; }

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

This div background color is #AA98C3.

Border color

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

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

This div border color is #AA98C3.

Opacity

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

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

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

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

This text has shadow with #AA98C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA98C3.

Preview

Color preview on black background

This text has color #AA98C3 on black background.


Color preview on white background

This text has color #AA98C3 on white background.


Black color preview on #AA98C3 background

This text has black color on #AA98C3 background.


White color preview on #AA98C3 background

This text has white color on #AA98C3 background.


Related colors

Complementary color

Complementary color for #hex is #55673C.


I love getcolorcode.com

Triadic colors

1 #C3AA98 and #98C3AA with #AA98C3 are triadic colors.

2 #C398AA and #98AAC3 with #AA98C3 are triadic colors.