COLOR #A75AA3

HEX: #A75AA3
RGB: (167,90,163)

Color info

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

RGB color model

#A75AA3 color RGB value is (167,90,163).

  • red value is 167;
  • green value is 90;
  • blue value is 163.
RGB:
(167,90,163)
(65%,35%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 163 of 255 = 64%

167
90
163

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

Portions of RGB colors in percentages

R + G + B =
167 + 90 + 163 = 420 (100%)
R 167 of 420 ~ 39.76%
G 90 of 420 ~ 21.43%
B 163 of 420 ~ 38.81%

%39.76
%21.43
%38.81

CMYK color model

#A75AA3 color CMYK value is (0,46,2,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 2.40%
  • key color value is 34.51%
CMYK:
(0,46,2,35)
C0M46Y2K35 
(0%,46%,2%,35%)
(0.00/0.46/0.02/0.35)	

CMYK percentages

%0
%46.11
%2.4
%34.51

Codes

Color #A75AA3 in popluar color models

A75AA3
RGB16790163
HSL303°30.43%50.39%
HSB/HSV303°46.11%65.49%
CMYK0.00%46.11%2.40%
34.51%

Color #A75AA3 in popluar number systems.

HEXA75AA3
Decimal16790163
Binary10100111101101010100011
Octal247132243

Shades and tints

Shades of #A75AA3

#A75AA3
(167,90,163)
#985295
(152,82,149)
#894A87
(137,74,135)
#7A4279
(122,66,121)
#6B3A6B
(107,58,107)
#5C325D
(92,50,93)
#4D2A4F
(77,42,79)
#3E2241
(62,34,65)
#2F1A33
(47,26,51)
#201225
(32,18,37)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #A75AA3

#A75AA3
(167,90,163)
#AF69AB
(175,105,171)
#B778B3
(183,120,179)
#BF87BB
(191,135,187)
#C796C3
(199,150,195)
#CFA5CB
(207,165,203)
#D7B4D3
(215,180,211)
#DFC3DB
(223,195,219)
#E7D2E3
(231,210,227)
#EFE1EB
(239,225,235)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75AA3 color. Also use rgb(167,90,163) instead hex code.

Text Font Color

.myTextColor { color: #A75AA3; }

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

This text font color is #A75AA3.


Background Color

.myBgColor { background-color: #A75AA3; }

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

This div background color is #A75AA3.


Border color

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

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

This div border color is #A75AA3.


Opacity

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

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

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

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

This text has shadow with #A75AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75AA3 on black background.


Color preview on white background

This text has color #A75AA3 on white background.



Black color preview on #A75AA3 background

This text has black color on #A75AA3 background.


White color preview on #A75AA3 background

This text has white color on #A75AA3 background.