COLOR #A98AC8

HEX: #A98AC8
RGB: (169,138,200)

Color info

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

RGB color model

#A98AC8 color RGB value is (169,138,200).

  • red value is 169;
  • green value is 138;
  • blue value is 200.
RGB:
(169,138,200)
(66%,54%,78%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 200 of 255 = 78%

169
138
200

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 200 = 507 (100%)
R 169 of 507 ~ 33.33%
G 138 of 507 ~ 27.22%
B 200 of 507 ~ 39.45%

%33.33
%27.22
%39.45

CMYK color model

#A98AC8 color CMYK value is (16,31,0,22).

  • cyan value is 15.50%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(16,31,0,22)
C16M31Y0K22 
(16%,31%,0%,22%)
(0.16/0.31/0.00/0.22)	

CMYK percentages

%15.5
%31
%0
%21.57

Codes

Color #A98AC8 in popluar color models

A98AC8
RGB169138200
HSL270°36.05%66.27%
HSB/HSV270°31.00%78.43%
CMYK15.50%31.00%0.00%
21.57%

Color #A98AC8 in popluar number systems.

HEXA98AC8
Decimal169138200
Binary101010011000101011001000
Octal251212310

Shades and tints

Shades of #A98AC8

#A98AC8
(169,138,200)
#9A7EB6
(154,126,182)
#8B72A4
(139,114,164)
#7C6692
(124,102,146)
#6D5A80
(109,90,128)
#5E4E6E
(94,78,110)
#4F425C
(79,66,92)
#40364A
(64,54,74)
#312A38
(49,42,56)
#221E26
(34,30,38)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A98AC8

#A98AC8
(169,138,200)
#B094CD
(176,148,205)
#B79ED2
(183,158,210)
#BEA8D7
(190,168,215)
#C5B2DC
(197,178,220)
#CCBCE1
(204,188,225)
#D3C6E6
(211,198,230)
#DAD0EB
(218,208,235)
#E1DAF0
(225,218,240)
#E8E4F5
(232,228,245)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98AC8 color. Also use rgb(169,138,200) instead hex code.

Text Font Color

.myTextColor { color: #A98AC8; }

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

This text font color is #A98AC8.


Background Color

.myBgColor { background-color: #A98AC8; }

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

This div background color is #A98AC8.


Border color

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

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

This div border color is #A98AC8.


Opacity

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

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

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

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

This text has shadow with #A98AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98AC8 on black background.


Color preview on white background

This text has color #A98AC8 on white background.



Black color preview on #A98AC8 background

This text has black color on #A98AC8 background.


White color preview on #A98AC8 background

This text has white color on #A98AC8 background.