COLOR #A8699D

HEX: #A8699D
RGB: (168,105,157)

Color info

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

RGB color model

#A8699D color RGB value is (168,105,157).

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

RGB channels and saturation

R 168 of 255 = 66%
G 105 of 255 = 41%
B 157 of 255 = 62%

168
105
157

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

Portions of RGB colors in percentages

R + G + B =
168 + 105 + 157 = 430 (100%)
R 168 of 430 ~ 39.07%
G 105 of 430 ~ 24.42%
B 157 of 430 ~ 36.51%

%39.07
%24.42
%36.51

CMYK color model

#A8699D color CMYK value is (0,38,7,34).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(0,38,7,34)
C0M38Y7K34 
(0%,38%,7%,34%)
(0.00/0.38/0.07/0.34)	

CMYK percentages

%0
%37.5
%6.55
%34.12

Codes

Color #A8699D in popluar color models

A8699D
RGB168105157
HSL310°26.58%53.53%
HSB/HSV310°37.50%65.88%
CMYK0.00%37.50%6.55%
34.12%

Color #A8699D in popluar number systems.

HEXA8699D
Decimal168105157
Binary10101000110100110011101
Octal250151235

Shades and tints

Shades of #A8699D

#A8699D
(168,105,157)
#99608F
(153,96,143)
#8A5781
(138,87,129)
#7B4E73
(123,78,115)
#6C4565
(108,69,101)
#5D3C57
(93,60,87)
#4E3349
(78,51,73)
#3F2A3B
(63,42,59)
#30212D
(48,33,45)
#21181F
(33,24,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A8699D

#A8699D
(168,105,157)
#AF76A5
(175,118,165)
#B683AD
(182,131,173)
#BD90B5
(189,144,181)
#C49DBD
(196,157,189)
#CBAAC5
(203,170,197)
#D2B7CD
(210,183,205)
#D9C4D5
(217,196,213)
#E0D1DD
(224,209,221)
#E7DEE5
(231,222,229)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8699D; }

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

This text font color is #A8699D.


Background Color

.myBgColor { background-color: #A8699D; }

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

This div background color is #A8699D.


Border color

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

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

This div border color is #A8699D.


Opacity

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

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

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

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

This text has shadow with #A8699D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8699D on black background.


Color preview on white background

This text has color #A8699D on white background.



Black color preview on #A8699D background

This text has black color on #A8699D background.


White color preview on #A8699D background

This text has white color on #A8699D background.