COLOR #A75A90

HEX: #A75A90
RGB: (167,90,144)

Color info

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

RGB color model

#A75A90 color RGB value is (167,90,144).

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

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 144 of 255 = 56%

167
90
144

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

Portions of RGB colors in percentages

R + G + B =
167 + 90 + 144 = 401 (100%)
R 167 of 401 ~ 41.65%
G 90 of 401 ~ 22.44%
B 144 of 401 ~ 35.91%

%41.65
%22.44
%35.91

CMYK color model

#A75A90 color CMYK value is (0,46,14,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 13.77%
  • key color value is 34.51%
CMYK:
(0,46,14,35)
C0M46Y14K35 
(0%,46%,14%,35%)
(0.00/0.46/0.14/0.35)	

CMYK percentages

%0
%46.11
%13.77
%34.51

Codes

Color #A75A90 in popluar color models

A75A90
RGB16790144
HSL318°30.43%50.39%
HSB/HSV318°46.11%65.49%
CMYK0.00%46.11%13.77%
34.51%

Color #A75A90 in popluar number systems.

HEXA75A90
Decimal16790144
Binary10100111101101010010000
Octal247132220

Shades and tints

Shades of #A75A90

#A75A90
(167,90,144)
#985283
(152,82,131)
#894A76
(137,74,118)
#7A4269
(122,66,105)
#6B3A5C
(107,58,92)
#5C324F
(92,50,79)
#4D2A42
(77,42,66)
#3E2235
(62,34,53)
#2F1A28
(47,26,40)
#20121B
(32,18,27)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #A75A90

#A75A90
(167,90,144)
#AF699A
(175,105,154)
#B778A4
(183,120,164)
#BF87AE
(191,135,174)
#C796B8
(199,150,184)
#CFA5C2
(207,165,194)
#D7B4CC
(215,180,204)
#DFC3D6
(223,195,214)
#E7D2E0
(231,210,224)
#EFE1EA
(239,225,234)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75A90; }

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

This text font color is #A75A90.


Background Color

.myBgColor { background-color: #A75A90; }

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

This div background color is #A75A90.


Border color

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

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

This div border color is #A75A90.


Opacity

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

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

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

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

This text has shadow with #A75A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75A90 on black background.


Color preview on white background

This text has color #A75A90 on white background.



Black color preview on #A75A90 background

This text has black color on #A75A90 background.


White color preview on #A75A90 background

This text has white color on #A75A90 background.