COLOR #A75FAD

HEX: #A75FAD
RGB: (167,95,173)

Color info

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

RGB color model

#A75FAD color RGB value is (167,95,173).

  • red value is 167;
  • green value is 95;
  • blue value is 173.
RGB:
(167,95,173)
(65%,37%,68%)

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 173 of 255 = 68%

167
95
173

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

Portions of RGB colors in percentages

R + G + B =
167 + 95 + 173 = 435 (100%)
R 167 of 435 ~ 38.39%
G 95 of 435 ~ 21.84%
B 173 of 435 ~ 39.77%

%38.39
%21.84
%39.77

CMYK color model

#A75FAD color CMYK value is (3,45,0,32).

  • cyan value is 3.47%
  • magenta value is 45.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,45,0,32)
C3M45Y0K32 
(3%,45%,0%,32%)
(0.03/0.45/0.00/0.32)	

CMYK percentages

%3.47
%45.09
%0
%32.16

Codes

Color #A75FAD in popluar color models

A75FAD
RGB16795173
HSL295°32.23%52.55%
HSB/HSV295°45.09%67.84%
CMYK3.47%45.09%0.00%
32.16%

Color #A75FAD in popluar number systems.

HEXA75FAD
Decimal16795173
Binary10100111101111110101101
Octal247137255

Shades and tints

Shades of #A75FAD

#A75FAD
(167,95,173)
#98579E
(152,87,158)
#894F8F
(137,79,143)
#7A4780
(122,71,128)
#6B3F71
(107,63,113)
#5C3762
(92,55,98)
#4D2F53
(77,47,83)
#3E2744
(62,39,68)
#2F1F35
(47,31,53)
#201726
(32,23,38)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #A75FAD

#A75FAD
(167,95,173)
#AF6DB4
(175,109,180)
#B77BBB
(183,123,187)
#BF89C2
(191,137,194)
#C797C9
(199,151,201)
#CFA5D0
(207,165,208)
#D7B3D7
(215,179,215)
#DFC1DE
(223,193,222)
#E7CFE5
(231,207,229)
#EFDDEC
(239,221,236)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75FAD; }

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

This text font color is #A75FAD.


Background Color

.myBgColor { background-color: #A75FAD; }

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

This div background color is #A75FAD.


Border color

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

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

This div border color is #A75FAD.


Opacity

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

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

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

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

This text has shadow with #A75FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75FAD on black background.


Color preview on white background

This text has color #A75FAD on white background.



Black color preview on #A75FAD background

This text has black color on #A75FAD background.


White color preview on #A75FAD background

This text has white color on #A75FAD background.