COLOR #A8759D

HEX: #A8759D RGB: (168,117,157)

Color info

#A8759D contains red, green and blue colors in about the same proportion. Web safe color of #A8759D is #996699 (or #969).

RGB color model

#A8759D color RGB value is (168,117,157).

RGB: (168,117,157) (66%, 46%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 157 of 255 = 62%

168
117
157

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

Portions of RGB colors in percentages

R + G + B = 168 + 117 + 157 = 442 (100%)
R 168 of 442 ~ 38.01%
G 117 of 442 ~ 26.47%
B 157 of 442 ~ 35.52'%

%38.01
%26.47
%35.52

CMYK color model

#A8759D color CMYK value is (0,30,7,34).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 6.55%
  • key color value is 34.12%

CMYK: (0,30,7,34)
C0M30Y7K34 (0%, 30%, 7%, 34%)
(0.00 / 0.30 / 0.07 / 0.34)

CMYK percentages

%0
%30.36
%6.55
%34.12

Codes

Color #A8759D in popluar color models

A8 75 9D
RGB 168 117 157
HSL 313° 22.67% 55.88%
HSB/HSV 313° 30.36% 65.88%
CMYK 0.00% 30.36% 6.55%
34.12%

Color #A8759D in popluar number systems.

HEX A8 75 9D
Decimal 168 117 157
Binary 10101000 1110101 10011101
Octal 250 165 235

Shades and tints

Shades of #A8759D

#A8759D
(168,117,157)
#996B8F
(153,107,143)
#8A6181
(138,97,129)
#7B5773
(123,87,115)
#6C4D65
(108,77,101)
#5D4357
(93,67,87)
#4E3949
(78,57,73)
#3F2F3B
(63,47,59)
#30252D
(48,37,45)
#211B1F
(33,27,31)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #A8759D

#A8759D
(168,117,157)
#AF81A5
(175,129,165)
#B68DAD
(182,141,173)
#BD99B5
(189,153,181)
#C4A5BD
(196,165,189)
#CBB1C5
(203,177,197)
#D2BDCD
(210,189,205)
#D9C9D5
(217,201,213)
#E0D5DD
(224,213,221)
#E7E1E5
(231,225,229)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8759D; }

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

This text font color is #A8759D.

Background Color

.myBgColor { background-color: #A8759D; }

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

This div background color is #A8759D.

Border color

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

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

This div border color is #A8759D.

Opacity

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

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

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

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

This text has shadow with #A8759D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8759D.

Preview

Color preview on black background

This text has color #A8759D on black background.


Color preview on white background

This text has color #A8759D on white background.


Black color preview on #A8759D background

This text has black color on #A8759D background.


White color preview on #A8759D background

This text has white color on #A8759D background.


Related colors

Complementary color

Complementary color for #hex is #578A62.


I love getcolorcode.com

Triadic colors

1 #9DA875 and #759DA8 with #A8759D are triadic colors.

2 #9D75A8 and #75A89D with #A8759D are triadic colors.