COLOR #A8679E

HEX: #A8679E RGB: (168,103,158)

Color info

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

RGB color model

#A8679E color RGB value is (168,103,158).

RGB: (168,103,158) (66%, 40%, 62%)

RGB channels and saturation

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

168
103
158

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

Portions of RGB colors in percentages

R + G + B = 168 + 103 + 158 = 429 (100%)
R 168 of 429 ~ 39.16%
G 103 of 429 ~ 24.01%
B 158 of 429 ~ 36.83'%

%39.16
%24.01
%36.83

CMYK color model

#A8679E color CMYK value is (0,39,6,34).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK: (0,39,6,34) C0M39Y6K34 (0%,39%,6%,34%) (0.00/0.39/0.06/0.34) 

CMYK percentages

%0
%38.69
%5.95
%34.12

Codes

Color #A8679E in popluar color models

A8 67 9E
RGB 168 103 158
HSL 309° 27.20% 53.14%
HSB/HSV 309° 38.69% 65.88%
CMYK 0.00% 38.69% 5.95%
34.12%

Color #A8679E in popluar number systems.

HEX A8 67 9E
Decimal 168 103 158
Binary 10101000 1100111 10011110
Octal 250 147 236

Shades and tints

Shades of #A8679E

#A8679E
(168,103,158)
#995E90
(153,94,144)
#8A5582
(138,85,130)
#7B4C74
(123,76,116)
#6C4366
(108,67,102)
#5D3A58
(93,58,88)
#4E314A
(78,49,74)
#3F283C
(63,40,60)
#301F2E
(48,31,46)
#211620
(33,22,32)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A8679E

#A8679E
(168,103,158)
#AF74A6
(175,116,166)
#B681AE
(182,129,174)
#BD8EB6
(189,142,182)
#C49BBE
(196,155,190)
#CBA8C6
(203,168,198)
#D2B5CE
(210,181,206)
#D9C2D6
(217,194,214)
#E0CFDE
(224,207,222)
#E7DCE6
(231,220,230)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8679E; }

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

This text font color is #A8679E.

Background Color

.myBgColor { background-color: #A8679E; }

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

This div background color is #A8679E.

Border color

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

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

This div border color is #A8679E.

Opacity

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

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

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

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

This text has shadow with #A8679E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8679E.

Preview

Color preview on black background

This text has color #A8679E on black background.


Color preview on white background

This text has color #A8679E on white background.


Black color preview on #A8679E background

This text has black color on #A8679E background.


White color preview on #A8679E background

This text has white color on #A8679E background.


Related colors

Complementary color

Complementary color for #hex is #579861.


I love getcolorcode.com

Triadic colors

1 #9EA867 and #679EA8 with #A8679E are triadic colors.

2 #9E67A8 and #67A89E with #A8679E are triadic colors.