COLOR #A8398B

HEX: #A8398B
RGB: (168,57,139)

Color info

#A8398B contains mainly red and blue colors. Web safe color of #A8398B is #993399 (or #939).

RGB color model

#A8398B color RGB value is (168,57,139).

  • red value is 168;
  • green value is 57;
  • blue value is 139.
RGB:
(168,57,139)
(66%,22%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 57 of 255 = 22%
B 139 of 255 = 55%

168
57
139

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

Portions of RGB colors in percentages

R + G + B =
168 + 57 + 139 = 364 (100%)
R 168 of 364 ~ 46.15%
G 57 of 364 ~ 15.66%
B 139 of 364 ~ 38.19%

%46.15
%15.66
%38.19

CMYK color model

#A8398B color CMYK value is (0,66,17,34).

  • cyan value is 0.00%
  • magenta value is 66.07%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK:
(0,66,17,34)
C0M66Y17K34 
(0%,66%,17%,34%)
(0.00/0.66/0.17/0.34)	

CMYK percentages

%0
%66.07
%17.26
%34.12

Codes

Color #A8398B in popluar color models

A8398B
RGB16857139
HSL316°49.33%44.12%
HSB/HSV316°66.07%65.88%
CMYK0.00%66.07%17.26%
34.12%

Color #A8398B in popluar number systems.

HEXA8398B
Decimal16857139
Binary1010100011100110001011
Octal25071213

Shades and tints

Shades of #A8398B

#A8398B
(168,57,139)
#99347F
(153,52,127)
#8A2F73
(138,47,115)
#7B2A67
(123,42,103)
#6C255B
(108,37,91)
#5D204F
(93,32,79)
#4E1B43
(78,27,67)
#3F1637
(63,22,55)
#30112B
(48,17,43)
#210C1F
(33,12,31)
#120713
(18,7,19)
#000000
(0,0,0)

Tints of #A8398B

#A8398B
(168,57,139)
#AF4B95
(175,75,149)
#B65D9F
(182,93,159)
#BD6FA9
(189,111,169)
#C481B3
(196,129,179)
#CB93BD
(203,147,189)
#D2A5C7
(210,165,199)
#D9B7D1
(217,183,209)
#E0C9DB
(224,201,219)
#E7DBE5
(231,219,229)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8398B color. Also use rgb(168,57,139) instead hex code.

Text Font Color

.myTextColor { color: #A8398B; }

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

This text font color is #A8398B.


Background Color

.myBgColor { background-color: #A8398B; }

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

This div background color is #A8398B.


Border color

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

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

This div border color is #A8398B.


Opacity

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

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

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

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

This text has shadow with #A8398B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8398B on black background.


Color preview on white background

This text has color #A8398B on white background.



Black color preview on #A8398B background

This text has black color on #A8398B background.


White color preview on #A8398B background

This text has white color on #A8398B background.