COLOR #A94BAD

HEX: #A94BAD
RGB: (169,75,173)

Color info

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

RGB color model

#A94BAD color RGB value is (169,75,173).

  • red value is 169;
  • green value is 75;
  • blue value is 173.
RGB:
(169,75,173)
(66%,29%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 75 of 255 = 29%
B 173 of 255 = 68%

169
75
173

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

Portions of RGB colors in percentages

R + G + B =
169 + 75 + 173 = 417 (100%)
R 169 of 417 ~ 40.53%
G 75 of 417 ~ 17.99%
B 173 of 417 ~ 41.49%

%40.53
%17.99
%41.49

CMYK color model

#A94BAD color CMYK value is (2,57,0,32).

  • cyan value is 2.31%
  • magenta value is 56.65%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,57,0,32)
C2M57Y0K32 
(2%,57%,0%,32%)
(0.02/0.57/0.00/0.32)	

CMYK percentages

%2.31
%56.65
%0
%32.16

Codes

Color #A94BAD in popluar color models

A94BAD
RGB16975173
HSL298°39.52%48.63%
HSB/HSV298°56.65%67.84%
CMYK2.31%56.65%0.00%
32.16%

Color #A94BAD in popluar number systems.

HEXA94BAD
Decimal16975173
Binary10101001100101110101101
Octal251113255

Shades and tints

Shades of #A94BAD

#A94BAD
(169,75,173)
#9A459E
(154,69,158)
#8B3F8F
(139,63,143)
#7C3980
(124,57,128)
#6D3371
(109,51,113)
#5E2D62
(94,45,98)
#4F2753
(79,39,83)
#402144
(64,33,68)
#311B35
(49,27,53)
#221526
(34,21,38)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #A94BAD

#A94BAD
(169,75,173)
#B05BB4
(176,91,180)
#B76BBB
(183,107,187)
#BE7BC2
(190,123,194)
#C58BC9
(197,139,201)
#CC9BD0
(204,155,208)
#D3ABD7
(211,171,215)
#DABBDE
(218,187,222)
#E1CBE5
(225,203,229)
#E8DBEC
(232,219,236)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A94BAD color. Also use rgb(169,75,173) instead hex code.

Text Font Color

.myTextColor { color: #A94BAD; }

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

This text font color is #A94BAD.


Background Color

.myBgColor { background-color: #A94BAD; }

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

This div background color is #A94BAD.


Border color

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

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

This div border color is #A94BAD.


Opacity

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

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

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

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

This text has shadow with #A94BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A94BAD on black background.


Color preview on white background

This text has color #A94BAD on white background.



Black color preview on #A94BAD background

This text has black color on #A94BAD background.


White color preview on #A94BAD background

This text has white color on #A94BAD background.