COLOR #AA98D6

HEX: #AA98D6
RGB: (170,152,214)

Color info

#AA98D6 contains mainly red and blue colors. Web safe color of #AA98D6 is #9999CC (or #99C).

RGB color model

#AA98D6 color RGB value is (170,152,214).

  • red value is 170;
  • green value is 152;
  • blue value is 214.
RGB:
(170,152,214)
(67%,60%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 214 of 255 = 84%

170
152
214

R + G + B ~ 70%. #AA98D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 214 = 536 (100%)
R 170 of 536 ~ 31.72%
G 152 of 536 ~ 28.36%
B 214 of 536 ~ 39.93%

%31.72
%28.36
%39.93

CMYK color model

#AA98D6 color CMYK value is (21,29,0,16).

  • cyan value is 20.56%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,29,0,16)
C21M29Y0K16 
(21%,29%,0%,16%)
(0.21/0.29/0.00/0.16)	

CMYK percentages

%20.56
%28.97
%0
%16.08

Codes

Color #AA98D6 in popluar color models

AA98D6
RGB170152214
HSL257°43.06%71.76%
HSB/HSV257°28.97%83.92%
CMYK20.56%28.97%0.00%
16.08%

Color #AA98D6 in popluar number systems.

HEXAA98D6
Decimal170152214
Binary101010101001100011010110
Octal252230326

Shades and tints

Shades of #AA98D6

#AA98D6
(170,152,214)
#9B8BC3
(155,139,195)
#8C7EB0
(140,126,176)
#7D719D
(125,113,157)
#6E648A
(110,100,138)
#5F5777
(95,87,119)
#504A64
(80,74,100)
#413D51
(65,61,81)
#32303E
(50,48,62)
#23232B
(35,35,43)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #AA98D6

#AA98D6
(170,152,214)
#B1A1D9
(177,161,217)
#B8AADC
(184,170,220)
#BFB3DF
(191,179,223)
#C6BCE2
(198,188,226)
#CDC5E5
(205,197,229)
#D4CEE8
(212,206,232)
#DBD7EB
(219,215,235)
#E2E0EE
(226,224,238)
#E9E9F1
(233,233,241)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98D6; }

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

This text font color is #AA98D6.


Background Color

.myBgColor { background-color: #AA98D6; }

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

This div background color is #AA98D6.


Border color

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

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

This div border color is #AA98D6.


Opacity

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

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

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

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

This text has shadow with #AA98D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA98D6 on black background.


Color preview on white background

This text has color #AA98D6 on white background.



Black color preview on #AA98D6 background

This text has black color on #AA98D6 background.


White color preview on #AA98D6 background

This text has white color on #AA98D6 background.