COLOR #A75D8C

HEX: #A75D8C
RGB: (167,93,140)

Color info

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

RGB color model

#A75D8C color RGB value is (167,93,140).

  • red value is 167;
  • green value is 93;
  • blue value is 140.
RGB:
(167,93,140)
(65%,36%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 93 of 255 = 36%
B 140 of 255 = 55%

167
93
140

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

Portions of RGB colors in percentages

R + G + B =
167 + 93 + 140 = 400 (100%)
R 167 of 400 ~ 41.75%
G 93 of 400 ~ 23.25%
B 140 of 400 ~ 35%

%41.75
%23.25
%35

CMYK color model

#A75D8C color CMYK value is (0,44,16,35).

  • cyan value is 0.00%
  • magenta value is 44.31%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(0,44,16,35)
C0M44Y16K35 
(0%,44%,16%,35%)
(0.00/0.44/0.16/0.35)	

CMYK percentages

%0
%44.31
%16.17
%34.51

Codes

Color #A75D8C in popluar color models

A75D8C
RGB16793140
HSL322°29.60%50.98%
HSB/HSV322°44.31%65.49%
CMYK0.00%44.31%16.17%
34.51%

Color #A75D8C in popluar number systems.

HEXA75D8C
Decimal16793140
Binary10100111101110110001100
Octal247135214

Shades and tints

Shades of #A75D8C

#A75D8C
(167,93,140)
#985580
(152,85,128)
#894D74
(137,77,116)
#7A4568
(122,69,104)
#6B3D5C
(107,61,92)
#5C3550
(92,53,80)
#4D2D44
(77,45,68)
#3E2538
(62,37,56)
#2F1D2C
(47,29,44)
#201520
(32,21,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #A75D8C

#A75D8C
(167,93,140)
#AF6B96
(175,107,150)
#B779A0
(183,121,160)
#BF87AA
(191,135,170)
#C795B4
(199,149,180)
#CFA3BE
(207,163,190)
#D7B1C8
(215,177,200)
#DFBFD2
(223,191,210)
#E7CDDC
(231,205,220)
#EFDBE6
(239,219,230)
#F7E9F0
(247,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75D8C color. Also use rgb(167,93,140) instead hex code.

Text Font Color

.myTextColor { color: #A75D8C; }

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

This text font color is #A75D8C.


Background Color

.myBgColor { background-color: #A75D8C; }

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

This div background color is #A75D8C.


Border color

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

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

This div border color is #A75D8C.


Opacity

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

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

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

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

This text has shadow with #A75D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75D8C on black background.


Color preview on white background

This text has color #A75D8C on white background.



Black color preview on #A75D8C background

This text has black color on #A75D8C background.


White color preview on #A75D8C background

This text has white color on #A75D8C background.