COLOR #A973C3

HEX: #A973C3
RGB: (169,115,195)

Color info

#A973C3 contains mainly red and blue colors. Web safe color of #A973C3 is #9966CC (or #96C).

RGB color model

#A973C3 color RGB value is (169,115,195).

  • red value is 169;
  • green value is 115;
  • blue value is 195.
RGB:
(169,115,195)
(66%,45%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 195 of 255 = 76%

169
115
195

R + G + B ~ 62%. #A973C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 115 + 195 = 479 (100%)
R 169 of 479 ~ 35.28%
G 115 of 479 ~ 24.01%
B 195 of 479 ~ 40.71%

%35.28
%24.01
%40.71

CMYK color model

#A973C3 color CMYK value is (13,41,0,24).

  • cyan value is 13.33%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,41,0,24)
C13M41Y0K24 
(13%,41%,0%,24%)
(0.13/0.41/0.00/0.24)	

CMYK percentages

%13.33
%41.03
%0
%23.53

Codes

Color #A973C3 in popluar color models

A973C3
RGB169115195
HSL281°40.00%60.78%
HSB/HSV281°41.03%76.47%
CMYK13.33%41.03%0.00%
23.53%

Color #A973C3 in popluar number systems.

HEXA973C3
Decimal169115195
Binary10101001111001111000011
Octal251163303

Shades and tints

Shades of #A973C3

#A973C3
(169,115,195)
#9A69B2
(154,105,178)
#8B5FA1
(139,95,161)
#7C5590
(124,85,144)
#6D4B7F
(109,75,127)
#5E416E
(94,65,110)
#4F375D
(79,55,93)
#402D4C
(64,45,76)
#31233B
(49,35,59)
#22192A
(34,25,42)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #A973C3

#A973C3
(169,115,195)
#B07FC8
(176,127,200)
#B78BCD
(183,139,205)
#BE97D2
(190,151,210)
#C5A3D7
(197,163,215)
#CCAFDC
(204,175,220)
#D3BBE1
(211,187,225)
#DAC7E6
(218,199,230)
#E1D3EB
(225,211,235)
#E8DFF0
(232,223,240)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A973C3 color. Also use rgb(169,115,195) instead hex code.

Text Font Color

.myTextColor { color: #A973C3; }

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

This text font color is #A973C3.


Background Color

.myBgColor { background-color: #A973C3; }

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

This div background color is #A973C3.


Border color

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

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

This div border color is #A973C3.


Opacity

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

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

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

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

This text has shadow with #A973C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A973C3 on black background.


Color preview on white background

This text has color #A973C3 on white background.



Black color preview on #A973C3 background

This text has black color on #A973C3 background.


White color preview on #A973C3 background

This text has white color on #A973C3 background.