COLOR #A75F8F

HEX: #A75F8F RGB: (167,95,143)

Color info

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

RGB color model

#A75F8F color RGB value is (167,95,143).

RGB: (167,95,143) (65%, 37%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 143 of 255 = 56%

167
95
143

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

Portions of RGB colors in percentages

R + G + B = 167 + 95 + 143 = 405 (100%)
R 167 of 405 ~ 41.23%
G 95 of 405 ~ 23.46%
B 143 of 405 ~ 35.31'%

%41.23
%23.46
%35.31

CMYK color model

#A75F8F color CMYK value is (0,43,14,35).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 14.37%
  • key color value is 34.51%

CMYK: (0,43,14,35)
C0M43Y14K35 (0%, 43%, 14%, 35%)
(0.00 / 0.43 / 0.14 / 0.35)

CMYK percentages

%0
%43.11
%14.37
%34.51

Codes

Color #A75F8F in popluar color models

A7 5F 8F
RGB 167 95 143
HSL 320° 29.03% 51.37%
HSB/HSV 320° 43.11% 65.49%
CMYK 0.00% 43.11% 14.37%
34.51%

Color #A75F8F in popluar number systems.

HEX A7 5F 8F
Decimal 167 95 143
Binary 10100111 1011111 10001111
Octal 247 137 217

Shades and tints

Shades of #A75F8F

#A75F8F
(167,95,143)
#985782
(152,87,130)
#894F75
(137,79,117)
#7A4768
(122,71,104)
#6B3F5B
(107,63,91)
#5C374E
(92,55,78)
#4D2F41
(77,47,65)
#3E2734
(62,39,52)
#2F1F27
(47,31,39)
#20171A
(32,23,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #A75F8F

#A75F8F
(167,95,143)
#AF6D99
(175,109,153)
#B77BA3
(183,123,163)
#BF89AD
(191,137,173)
#C797B7
(199,151,183)
#CFA5C1
(207,165,193)
#D7B3CB
(215,179,203)
#DFC1D5
(223,193,213)
#E7CFDF
(231,207,223)
#EFDDE9
(239,221,233)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75F8F color. Also use rgb(167,95,143) instead hex code.

Text Font Color

.myTextColor { color: #A75F8F; }

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

This text font color is #A75F8F.

Background Color

.myBgColor { background-color: #A75F8F; }

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

This div background color is #A75F8F.

Border color

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

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

This div border color is #A75F8F.

Opacity

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

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

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

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

This text has shadow with #A75F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A75F8F.

Preview

Color preview on black background

This text has color #A75F8F on black background.


Color preview on white background

This text has color #A75F8F on white background.


Black color preview on #A75F8F background

This text has black color on #A75F8F background.


White color preview on #A75F8F background

This text has white color on #A75F8F background.


Related colors

Complementary color

Complementary color for #hex is #58A070.


I love getcolorcode.com

Triadic colors

1 #8FA75F and #5F8FA7 with #A75F8F are triadic colors.

2 #8F5FA7 and #5FA78F with #A75F8F are triadic colors.