COLOR #A98FC2

HEX: #A98FC2
RGB: (169,143,194)

Color info

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

RGB color model

#A98FC2 color RGB value is (169,143,194).

  • red value is 169;
  • green value is 143;
  • blue value is 194.
RGB:
(169,143,194)
(66%,56%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 194 of 255 = 76%

169
143
194

R + G + B ~ 66%. #A98FC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 143 + 194 = 506 (100%)
R 169 of 506 ~ 33.4%
G 143 of 506 ~ 28.26%
B 194 of 506 ~ 38.34%

%33.4
%28.26
%38.34

CMYK color model

#A98FC2 color CMYK value is (13,26,0,24).

  • cyan value is 12.89%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(13,26,0,24)
C13M26Y0K24 
(13%,26%,0%,24%)
(0.13/0.26/0.00/0.24)	

CMYK percentages

%12.89
%26.29
%0
%23.92

Codes

Color #A98FC2 in popluar color models

A98FC2
RGB169143194
HSL271°29.48%66.08%
HSB/HSV271°26.29%76.08%
CMYK12.89%26.29%0.00%
23.92%

Color #A98FC2 in popluar number systems.

HEXA98FC2
Decimal169143194
Binary101010011000111111000010
Octal251217302

Shades and tints

Shades of #A98FC2

#A98FC2
(169,143,194)
#9A82B1
(154,130,177)
#8B75A0
(139,117,160)
#7C688F
(124,104,143)
#6D5B7E
(109,91,126)
#5E4E6D
(94,78,109)
#4F415C
(79,65,92)
#40344B
(64,52,75)
#31273A
(49,39,58)
#221A29
(34,26,41)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #A98FC2

#A98FC2
(169,143,194)
#B099C7
(176,153,199)
#B7A3CC
(183,163,204)
#BEADD1
(190,173,209)
#C5B7D6
(197,183,214)
#CCC1DB
(204,193,219)
#D3CBE0
(211,203,224)
#DAD5E5
(218,213,229)
#E1DFEA
(225,223,234)
#E8E9EF
(232,233,239)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98FC2 color. Also use rgb(169,143,194) instead hex code.

Text Font Color

.myTextColor { color: #A98FC2; }

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

This text font color is #A98FC2.


Background Color

.myBgColor { background-color: #A98FC2; }

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

This div background color is #A98FC2.


Border color

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

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

This div border color is #A98FC2.


Opacity

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

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

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

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

This text has shadow with #A98FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98FC2 on black background.


Color preview on white background

This text has color #A98FC2 on white background.



Black color preview on #A98FC2 background

This text has black color on #A98FC2 background.


White color preview on #A98FC2 background

This text has white color on #A98FC2 background.