COLOR #A93D8C

HEX: #A93D8C
RGB: (169,61,140)

Color info

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

RGB color model

#A93D8C color RGB value is (169,61,140).

  • red value is 169;
  • green value is 61;
  • blue value is 140.
RGB:
(169,61,140)
(66%,24%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 61 of 255 = 24%
B 140 of 255 = 55%

169
61
140

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

Portions of RGB colors in percentages

R + G + B =
169 + 61 + 140 = 370 (100%)
R 169 of 370 ~ 45.68%
G 61 of 370 ~ 16.49%
B 140 of 370 ~ 37.84%

%45.68
%16.49
%37.84

CMYK color model

#A93D8C color CMYK value is (0,64,17,34).

  • cyan value is 0.00%
  • magenta value is 63.91%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK:
(0,64,17,34)
C0M64Y17K34 
(0%,64%,17%,34%)
(0.00/0.64/0.17/0.34)	

CMYK percentages

%0
%63.91
%17.16
%33.73

Codes

Color #A93D8C in popluar color models

A93D8C
RGB16961140
HSL316°46.96%45.10%
HSB/HSV316°63.91%66.27%
CMYK0.00%63.91%17.16%
33.73%

Color #A93D8C in popluar number systems.

HEXA93D8C
Decimal16961140
Binary1010100111110110001100
Octal25175214

Shades and tints

Shades of #A93D8C

#A93D8C
(169,61,140)
#9A3880
(154,56,128)
#8B3374
(139,51,116)
#7C2E68
(124,46,104)
#6D295C
(109,41,92)
#5E2450
(94,36,80)
#4F1F44
(79,31,68)
#401A38
(64,26,56)
#31152C
(49,21,44)
#221020
(34,16,32)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #A93D8C

#A93D8C
(169,61,140)
#B04E96
(176,78,150)
#B75FA0
(183,95,160)
#BE70AA
(190,112,170)
#C581B4
(197,129,180)
#CC92BE
(204,146,190)
#D3A3C8
(211,163,200)
#DAB4D2
(218,180,210)
#E1C5DC
(225,197,220)
#E8D6E6
(232,214,230)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A93D8C color. Also use rgb(169,61,140) instead hex code.

Text Font Color

.myTextColor { color: #A93D8C; }

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

This text font color is #A93D8C.


Background Color

.myBgColor { background-color: #A93D8C; }

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

This div background color is #A93D8C.


Border color

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

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

This div border color is #A93D8C.


Opacity

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

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

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

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

This text has shadow with #A93D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93D8C on black background.


Color preview on white background

This text has color #A93D8C on white background.



Black color preview on #A93D8C background

This text has black color on #A93D8C background.


White color preview on #A93D8C background

This text has white color on #A93D8C background.