COLOR #A93F8D

HEX: #A93F8D
RGB: (169,63,141)

Color info

#A93F8D contains mainly red and blue colors. Web safe color of #A93F8D is #993399 (or #939).

RGB color model

#A93F8D color RGB value is (169,63,141).

  • red value is 169;
  • green value is 63;
  • blue value is 141.
RGB:
(169,63,141)
(66%,25%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 63 of 255 = 25%
B 141 of 255 = 55%

169
63
141

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

Portions of RGB colors in percentages

R + G + B =
169 + 63 + 141 = 373 (100%)
R 169 of 373 ~ 45.31%
G 63 of 373 ~ 16.89%
B 141 of 373 ~ 37.8%

%45.31
%16.89
%37.8

CMYK color model

#A93F8D color CMYK value is (0,63,17,34).

  • cyan value is 0.00%
  • magenta value is 62.72%
  • yellow value is 16.57%
  • key color value is 33.73%
CMYK:
(0,63,17,34)
C0M63Y17K34 
(0%,63%,17%,34%)
(0.00/0.63/0.17/0.34)	

CMYK percentages

%0
%62.72
%16.57
%33.73

Codes

Color #A93F8D in popluar color models

A93F8D
RGB16963141
HSL316°45.69%45.49%
HSB/HSV316°62.72%66.27%
CMYK0.00%62.72%16.57%
33.73%

Color #A93F8D in popluar number systems.

HEXA93F8D
Decimal16963141
Binary1010100111111110001101
Octal25177215

Shades and tints

Shades of #A93F8D

#A93F8D
(169,63,141)
#9A3A81
(154,58,129)
#8B3575
(139,53,117)
#7C3069
(124,48,105)
#6D2B5D
(109,43,93)
#5E2651
(94,38,81)
#4F2145
(79,33,69)
#401C39
(64,28,57)
#31172D
(49,23,45)
#221221
(34,18,33)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #A93F8D

#A93F8D
(169,63,141)
#B05097
(176,80,151)
#B761A1
(183,97,161)
#BE72AB
(190,114,171)
#C583B5
(197,131,181)
#CC94BF
(204,148,191)
#D3A5C9
(211,165,201)
#DAB6D3
(218,182,211)
#E1C7DD
(225,199,221)
#E8D8E7
(232,216,231)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A93F8D color. Also use rgb(169,63,141) instead hex code.

Text Font Color

.myTextColor { color: #A93F8D; }

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

This text font color is #A93F8D.


Background Color

.myBgColor { background-color: #A93F8D; }

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

This div background color is #A93F8D.


Border color

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

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

This div border color is #A93F8D.


Opacity

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

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

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

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

This text has shadow with #A93F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93F8D on black background.


Color preview on white background

This text has color #A93F8D on white background.



Black color preview on #A93F8D background

This text has black color on #A93F8D background.


White color preview on #A93F8D background

This text has white color on #A93F8D background.