COLOR #A8388B

HEX: #A8388B
RGB: (168,56,139)

Color info

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

RGB color model

#A8388B color RGB value is (168,56,139).

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

RGB channels and saturation

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

168
56
139

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

Portions of RGB colors in percentages

R + G + B =
168 + 56 + 139 = 363 (100%)
R 168 of 363 ~ 46.28%
G 56 of 363 ~ 15.43%
B 139 of 363 ~ 38.29%

%46.28
%15.43
%38.29

CMYK color model

#A8388B color CMYK value is (0,67,17,34).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK:
(0,67,17,34)
C0M67Y17K34 
(0%,67%,17%,34%)
(0.00/0.67/0.17/0.34)	

CMYK percentages

%0
%66.67
%17.26
%34.12

Codes

Color #A8388B in popluar color models

A8388B
RGB16856139
HSL316°50.00%43.92%
HSB/HSV316°66.67%65.88%
CMYK0.00%66.67%17.26%
34.12%

Color #A8388B in popluar number systems.

HEXA8388B
Decimal16856139
Binary1010100011100010001011
Octal25070213

Shades and tints

Shades of #A8388B

#A8388B
(168,56,139)
#99337F
(153,51,127)
#8A2E73
(138,46,115)
#7B2967
(123,41,103)
#6C245B
(108,36,91)
#5D1F4F
(93,31,79)
#4E1A43
(78,26,67)
#3F1537
(63,21,55)
#30102B
(48,16,43)
#210B1F
(33,11,31)
#120613
(18,6,19)
#000000
(0,0,0)

Tints of #A8388B

#A8388B
(168,56,139)
#AF4A95
(175,74,149)
#B65C9F
(182,92,159)
#BD6EA9
(189,110,169)
#C480B3
(196,128,179)
#CB92BD
(203,146,189)
#D2A4C7
(210,164,199)
#D9B6D1
(217,182,209)
#E0C8DB
(224,200,219)
#E7DAE5
(231,218,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8388B; }

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

This text font color is #A8388B.


Background Color

.myBgColor { background-color: #A8388B; }

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

This div background color is #A8388B.


Border color

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

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

This div border color is #A8388B.


Opacity

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

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

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

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

This text has shadow with #A8388B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8388B on black background.


Color preview on white background

This text has color #A8388B on white background.



Black color preview on #A8388B background

This text has black color on #A8388B background.


White color preview on #A8388B background

This text has white color on #A8388B background.