COLOR #A975A0

HEX: #A975A0
RGB: (169,117,160)

Color info

#A975A0 contains red, green and blue colors in about the same proportion. Web safe color of #A975A0 is #996699 (or #969).

RGB color model

#A975A0 color RGB value is (169,117,160).

  • red value is 169;
  • green value is 117;
  • blue value is 160.
RGB:
(169,117,160)
(66%,46%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 160 of 255 = 63%

169
117
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 160 = 446 (100%)
R 169 of 446 ~ 37.89%
G 117 of 446 ~ 26.23%
B 160 of 446 ~ 35.87%

%37.89
%26.23
%35.87

CMYK color model

#A975A0 color CMYK value is (0,31,5,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,31,5,34)
C0M31Y5K34 
(0%,31%,5%,34%)
(0.00/0.31/0.05/0.34)	

CMYK percentages

%0
%30.77
%5.33
%33.73

Codes

Color #A975A0 in popluar color models

A975A0
RGB169117160
HSL310°23.21%56.08%
HSB/HSV310°30.77%66.27%
CMYK0.00%30.77%5.33%
33.73%

Color #A975A0 in popluar number systems.

HEXA975A0
Decimal169117160
Binary10101001111010110100000
Octal251165240

Shades and tints

Shades of #A975A0

#A975A0
(169,117,160)
#9A6B92
(154,107,146)
#8B6184
(139,97,132)
#7C5776
(124,87,118)
#6D4D68
(109,77,104)
#5E435A
(94,67,90)
#4F394C
(79,57,76)
#402F3E
(64,47,62)
#312530
(49,37,48)
#221B22
(34,27,34)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A975A0

#A975A0
(169,117,160)
#B081A8
(176,129,168)
#B78DB0
(183,141,176)
#BE99B8
(190,153,184)
#C5A5C0
(197,165,192)
#CCB1C8
(204,177,200)
#D3BDD0
(211,189,208)
#DAC9D8
(218,201,216)
#E1D5E0
(225,213,224)
#E8E1E8
(232,225,232)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A975A0 color. Also use rgb(169,117,160) instead hex code.

Text Font Color

.myTextColor { color: #A975A0; }

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

This text font color is #A975A0.


Background Color

.myBgColor { background-color: #A975A0; }

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

This div background color is #A975A0.


Border color

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

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

This div border color is #A975A0.


Opacity

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

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

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

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

This text has shadow with #A975A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A975A0 on black background.


Color preview on white background

This text has color #A975A0 on white background.



Black color preview on #A975A0 background

This text has black color on #A975A0 background.


White color preview on #A975A0 background

This text has white color on #A975A0 background.