COLOR #A75393

HEX: #A75393
RGB: (167,83,147)

Color info

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

RGB color model

#A75393 color RGB value is (167,83,147).

  • red value is 167;
  • green value is 83;
  • blue value is 147.
RGB:
(167,83,147)
(65%,33%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 83 of 255 = 33%
B 147 of 255 = 58%

167
83
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 83 + 147 = 397 (100%)
R 167 of 397 ~ 42.07%
G 83 of 397 ~ 20.91%
B 147 of 397 ~ 37.03%

%42.07
%20.91
%37.03

CMYK color model

#A75393 color CMYK value is (0,50,12,35).

  • cyan value is 0.00%
  • magenta value is 50.30%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK:
(0,50,12,35)
C0M50Y12K35 
(0%,50%,12%,35%)
(0.00/0.50/0.12/0.35)	

CMYK percentages

%0
%50.3
%11.98
%34.51

Codes

Color #A75393 in popluar color models

A75393
RGB16783147
HSL314°33.60%49.02%
HSB/HSV314°50.30%65.49%
CMYK0.00%50.30%11.98%
34.51%

Color #A75393 in popluar number systems.

HEXA75393
Decimal16783147
Binary10100111101001110010011
Octal247123223

Shades and tints

Shades of #A75393

#A75393
(167,83,147)
#984C86
(152,76,134)
#894579
(137,69,121)
#7A3E6C
(122,62,108)
#6B375F
(107,55,95)
#5C3052
(92,48,82)
#4D2945
(77,41,69)
#3E2238
(62,34,56)
#2F1B2B
(47,27,43)
#20141E
(32,20,30)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A75393

#A75393
(167,83,147)
#AF629C
(175,98,156)
#B771A5
(183,113,165)
#BF80AE
(191,128,174)
#C78FB7
(199,143,183)
#CF9EC0
(207,158,192)
#D7ADC9
(215,173,201)
#DFBCD2
(223,188,210)
#E7CBDB
(231,203,219)
#EFDAE4
(239,218,228)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75393 color. Also use rgb(167,83,147) instead hex code.

Text Font Color

.myTextColor { color: #A75393; }

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

This text font color is #A75393.


Background Color

.myBgColor { background-color: #A75393; }

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

This div background color is #A75393.


Border color

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

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

This div border color is #A75393.


Opacity

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

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

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

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

This text has shadow with #A75393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75393 on black background.


Color preview on white background

This text has color #A75393 on white background.



Black color preview on #A75393 background

This text has black color on #A75393 background.


White color preview on #A75393 background

This text has white color on #A75393 background.