COLOR #A75578

HEX: #A75578
RGB: (167,85,120)

Color info

#A75578 contains mainly red and blue colors. Web safe color of #A75578 is #996666 (or #966).

RGB color model

#A75578 color RGB value is (167,85,120).

  • red value is 167;
  • green value is 85;
  • blue value is 120.
RGB:
(167,85,120)
(65%,33%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 85 of 255 = 33%
B 120 of 255 = 47%

167
85
120

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

Portions of RGB colors in percentages

R + G + B =
167 + 85 + 120 = 372 (100%)
R 167 of 372 ~ 44.89%
G 85 of 372 ~ 22.85%
B 120 of 372 ~ 32.26%

%44.89
%22.85
%32.26

CMYK color model

#A75578 color CMYK value is (0,49,28,35).

  • cyan value is 0.00%
  • magenta value is 49.10%
  • yellow value is 28.14%
  • key color value is 34.51%
CMYK:
(0,49,28,35)
C0M49Y28K35 
(0%,49%,28%,35%)
(0.00/0.49/0.28/0.35)	

CMYK percentages

%0
%49.1
%28.14
%34.51

Codes

Color #A75578 in popluar color models

A75578
RGB16785120
HSL334°32.54%49.41%
HSB/HSV334°49.10%65.49%
CMYK0.00%49.10%28.14%
34.51%

Color #A75578 in popluar number systems.

HEXA75578
Decimal16785120
Binary1010011110101011111000
Octal247125170

Shades and tints

Shades of #A75578

#A75578
(167,85,120)
#984E6E
(152,78,110)
#894764
(137,71,100)
#7A405A
(122,64,90)
#6B3950
(107,57,80)
#5C3246
(92,50,70)
#4D2B3C
(77,43,60)
#3E2432
(62,36,50)
#2F1D28
(47,29,40)
#20161E
(32,22,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #A75578

#A75578
(167,85,120)
#AF6484
(175,100,132)
#B77390
(183,115,144)
#BF829C
(191,130,156)
#C791A8
(199,145,168)
#CFA0B4
(207,160,180)
#D7AFC0
(215,175,192)
#DFBECC
(223,190,204)
#E7CDD8
(231,205,216)
#EFDCE4
(239,220,228)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75578 color. Also use rgb(167,85,120) instead hex code.

Text Font Color

.myTextColor { color: #A75578; }

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

This text font color is #A75578.


Background Color

.myBgColor { background-color: #A75578; }

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

This div background color is #A75578.


Border color

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

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

This div border color is #A75578.


Opacity

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

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

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

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

This text has shadow with #A75578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75578 on black background.


Color preview on white background

This text has color #A75578 on white background.



Black color preview on #A75578 background

This text has black color on #A75578 background.


White color preview on #A75578 background

This text has white color on #A75578 background.