COLOR #A8679D

HEX: #A8679D
RGB: (168,103,157)

Color info

#A8679D contains mainly red and blue colors. Web safe color of #A8679D is #996699 (or #969).

RGB color model

#A8679D color RGB value is (168,103,157).

  • red value is 168;
  • green value is 103;
  • blue value is 157.
RGB:
(168,103,157)
(66%,40%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 103 of 255 = 40%
B 157 of 255 = 62%

168
103
157

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

Portions of RGB colors in percentages

R + G + B =
168 + 103 + 157 = 428 (100%)
R 168 of 428 ~ 39.25%
G 103 of 428 ~ 24.07%
B 157 of 428 ~ 36.68%

%39.25
%24.07
%36.68

CMYK color model

#A8679D color CMYK value is (0,39,7,34).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(0,39,7,34)
C0M39Y7K34 
(0%,39%,7%,34%)
(0.00/0.39/0.07/0.34)	

CMYK percentages

%0
%38.69
%6.55
%34.12

Codes

Color #A8679D in popluar color models

A8679D
RGB168103157
HSL310°27.20%53.14%
HSB/HSV310°38.69%65.88%
CMYK0.00%38.69%6.55%
34.12%

Color #A8679D in popluar number systems.

HEXA8679D
Decimal168103157
Binary10101000110011110011101
Octal250147235

Shades and tints

Shades of #A8679D

#A8679D
(168,103,157)
#995E8F
(153,94,143)
#8A5581
(138,85,129)
#7B4C73
(123,76,115)
#6C4365
(108,67,101)
#5D3A57
(93,58,87)
#4E3149
(78,49,73)
#3F283B
(63,40,59)
#301F2D
(48,31,45)
#21161F
(33,22,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #A8679D

#A8679D
(168,103,157)
#AF74A5
(175,116,165)
#B681AD
(182,129,173)
#BD8EB5
(189,142,181)
#C49BBD
(196,155,189)
#CBA8C5
(203,168,197)
#D2B5CD
(210,181,205)
#D9C2D5
(217,194,213)
#E0CFDD
(224,207,221)
#E7DCE5
(231,220,229)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8679D color. Also use rgb(168,103,157) instead hex code.

Text Font Color

.myTextColor { color: #A8679D; }

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

This text font color is #A8679D.


Background Color

.myBgColor { background-color: #A8679D; }

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

This div background color is #A8679D.


Border color

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

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

This div border color is #A8679D.


Opacity

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

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

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

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

This text has shadow with #A8679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8679D on black background.


Color preview on white background

This text has color #A8679D on white background.



Black color preview on #A8679D background

This text has black color on #A8679D background.


White color preview on #A8679D background

This text has white color on #A8679D background.