COLOR #A75E96

HEX: #A75E96
RGB: (167,94,150)

Color info

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

RGB color model

#A75E96 color RGB value is (167,94,150).

  • red value is 167;
  • green value is 94;
  • blue value is 150.
RGB:
(167,94,150)
(65%,37%,59%)

RGB channels and saturation

R 167 of 255 = 65%
G 94 of 255 = 37%
B 150 of 255 = 59%

167
94
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 94 + 150 = 411 (100%)
R 167 of 411 ~ 40.63%
G 94 of 411 ~ 22.87%
B 150 of 411 ~ 36.5%

%40.63
%22.87
%36.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.71%
  • 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
%43.71
%10.18
%34.51

Codes

Color #A75E96 in popluar color models

A75E96
RGB16794150
HSL314°29.32%51.18%
HSB/HSV314°43.71%65.49%
CMYK0.00%43.71%10.18%
34.51%

Color #A75E96 in popluar number systems.

HEXA75E96
Decimal16794150
Binary10100111101111010010110
Octal247136226

Shades and tints

Shades of #A75E96

#A75E96
(167,94,150)
#985689
(152,86,137)
#894E7C
(137,78,124)
#7A466F
(122,70,111)
#6B3E62
(107,62,98)
#5C3655
(92,54,85)
#4D2E48
(77,46,72)
#3E263B
(62,38,59)
#2F1E2E
(47,30,46)
#201621
(32,22,33)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #A75E96

#A75E96
(167,94,150)
#AF6C9F
(175,108,159)
#B77AA8
(183,122,168)
#BF88B1
(191,136,177)
#C796BA
(199,150,186)
#CFA4C3
(207,164,195)
#D7B2CC
(215,178,204)
#DFC0D5
(223,192,213)
#E7CEDE
(231,206,222)
#EFDCE7
(239,220,231)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75E96; }

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

This text font color is #A75E96.


Background Color

.myBgColor { background-color: #A75E96; }

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

This div background color is #A75E96.


Border color

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

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

This div border color is #A75E96.


Opacity

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

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

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

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

This text has shadow with #A75E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75E96 on black background.


Color preview on white background

This text has color #A75E96 on white background.



Black color preview on #A75E96 background

This text has black color on #A75E96 background.


White color preview on #A75E96 background

This text has white color on #A75E96 background.