COLOR #A75FA1

HEX: #A75FA1
RGB: (167,95,161)

Color info

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

RGB color model

#A75FA1 color RGB value is (167,95,161).

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

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 161 of 255 = 63%

167
95
161

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

Portions of RGB colors in percentages

R + G + B =
167 + 95 + 161 = 423 (100%)
R 167 of 423 ~ 39.48%
G 95 of 423 ~ 22.46%
B 161 of 423 ~ 38.06%

%39.48
%22.46
%38.06

CMYK color model

#A75FA1 color CMYK value is (0,43,4,35).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 3.59%
  • key color value is 34.51%
CMYK:
(0,43,4,35)
C0M43Y4K35 
(0%,43%,4%,35%)
(0.00/0.43/0.04/0.35)	

CMYK percentages

%0
%43.11
%3.59
%34.51

Codes

Color #A75FA1 in popluar color models

A75FA1
RGB16795161
HSL305°29.03%51.37%
HSB/HSV305°43.11%65.49%
CMYK0.00%43.11%3.59%
34.51%

Color #A75FA1 in popluar number systems.

HEXA75FA1
Decimal16795161
Binary10100111101111110100001
Octal247137241

Shades and tints

Shades of #A75FA1

#A75FA1
(167,95,161)
#985793
(152,87,147)
#894F85
(137,79,133)
#7A4777
(122,71,119)
#6B3F69
(107,63,105)
#5C375B
(92,55,91)
#4D2F4D
(77,47,77)
#3E273F
(62,39,63)
#2F1F31
(47,31,49)
#201723
(32,23,35)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A75FA1

#A75FA1
(167,95,161)
#AF6DA9
(175,109,169)
#B77BB1
(183,123,177)
#BF89B9
(191,137,185)
#C797C1
(199,151,193)
#CFA5C9
(207,165,201)
#D7B3D1
(215,179,209)
#DFC1D9
(223,193,217)
#E7CFE1
(231,207,225)
#EFDDE9
(239,221,233)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75FA1; }

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

This text font color is #A75FA1.


Background Color

.myBgColor { background-color: #A75FA1; }

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

This div background color is #A75FA1.


Border color

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

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

This div border color is #A75FA1.


Opacity

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

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

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

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

This text has shadow with #A75FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75FA1 on black background.


Color preview on white background

This text has color #A75FA1 on white background.



Black color preview on #A75FA1 background

This text has black color on #A75FA1 background.


White color preview on #A75FA1 background

This text has white color on #A75FA1 background.