COLOR #A75D96

HEX: #A75D96 RGB: (167,93,150)

Color info

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

RGB color model

#A75D96 color RGB value is (167,93,150).

RGB: (167,93,150) (65%, 36%, 59%)

RGB channels and saturation

R 167 of 255 = 65%
G 93 of 255 = 36%
B 150 of 255 = 59%

167
93
150

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

Portions of RGB colors in percentages

R + G + B = 167 + 93 + 150 = 410 (100%)
R 167 of 410 ~ 40.73%
G 93 of 410 ~ 22.68%
B 150 of 410 ~ 36.59'%

%40.73
%22.68
%36.59

CMYK color model

#A75D96 color CMYK value is (0,44,10,35).

  • cyan value is 0.00%
  • magenta value is 44.31%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK: (0,44,10,35) C0M44Y10K35 (0%,44%,10%,35%) (0.00/0.44/0.10/0.35) 

CMYK percentages

%0
%44.31
%10.18
%34.51

Codes

Color #A75D96 in popluar color models

A7 5D 96
RGB 167 93 150
HSL 314° 29.60% 50.98%
HSB/HSV 314° 44.31% 65.49%
CMYK 0.00% 44.31% 10.18%
34.51%

Color #A75D96 in popluar number systems.

HEX A7 5D 96
Decimal 167 93 150
Binary 10100111 1011101 10010110
Octal 247 135 226

Shades and tints

Shades of #A75D96

#A75D96
(167,93,150)
#985589
(152,85,137)
#894D7C
(137,77,124)
#7A456F
(122,69,111)
#6B3D62
(107,61,98)
#5C3555
(92,53,85)
#4D2D48
(77,45,72)
#3E253B
(62,37,59)
#2F1D2E
(47,29,46)
#201521
(32,21,33)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #A75D96

#A75D96
(167,93,150)
#AF6B9F
(175,107,159)
#B779A8
(183,121,168)
#BF87B1
(191,135,177)
#C795BA
(199,149,186)
#CFA3C3
(207,163,195)
#D7B1CC
(215,177,204)
#DFBFD5
(223,191,213)
#E7CDDE
(231,205,222)
#EFDBE7
(239,219,231)
#F7E9F0
(247,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75D96; }

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

This text font color is #A75D96.

Background Color

.myBgColor { background-color: #A75D96; }

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

This div background color is #A75D96.

Border color

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

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

This div border color is #A75D96.

Opacity

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

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

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

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

This text has shadow with #A75D96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A75D96.

Preview

Color preview on black background

This text has color #A75D96 on black background.


Color preview on white background

This text has color #A75D96 on white background.


Black color preview on #A75D96 background

This text has black color on #A75D96 background.


White color preview on #A75D96 background

This text has white color on #A75D96 background.


Related colors

Complementary color

Complementary color for #hex is #58A269.


I love getcolorcode.com

Triadic colors

1 #96A75D and #5D96A7 with #A75D96 are triadic colors.

2 #965DA7 and #5DA796 with #A75D96 are triadic colors.