COLOR #A84DAA

HEX: #A84DAA RGB: (168,77,170)

Color info

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

RGB color model

#A84DAA color RGB value is (168,77,170).

RGB: (168,77,170) (66%, 30%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 77 of 255 = 30%
B 170 of 255 = 67%

168
77
170

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

Portions of RGB colors in percentages

R + G + B = 168 + 77 + 170 = 415 (100%)
R 168 of 415 ~ 40.48%
G 77 of 415 ~ 18.55%
B 170 of 415 ~ 40.96'%

%40.48
%18.55
%40.96

CMYK color model

#A84DAA color CMYK value is (1,55,0,33).

  • cyan value is 1.18%
  • magenta value is 54.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,55,0,33)
C1M55Y0K33 (1%, 55%, 0%, 33%)
(0.01 / 0.55 / 0.00 / 0.33)

CMYK percentages

%1.18
%54.71
%0
%33.33

Codes

Color #A84DAA in popluar color models

A8 4D AA
RGB 168 77 170
HSL 299° 37.65% 48.43%
HSB/HSV 299° 54.71% 66.67%
CMYK 1.18% 54.71% 0.00%
33.33%

Color #A84DAA in popluar number systems.

HEX A8 4D AA
Decimal 168 77 170
Binary 10101000 1001101 10101010
Octal 250 115 252

Shades and tints

Shades of #A84DAA

#A84DAA
(168,77,170)
#99469B
(153,70,155)
#8A3F8C
(138,63,140)
#7B387D
(123,56,125)
#6C316E
(108,49,110)
#5D2A5F
(93,42,95)
#4E2350
(78,35,80)
#3F1C41
(63,28,65)
#301532
(48,21,50)
#210E23
(33,14,35)
#120714
(18,7,20)
#000000
(0,0,0)

Tints of #A84DAA

#A84DAA
(168,77,170)
#AF5DB1
(175,93,177)
#B66DB8
(182,109,184)
#BD7DBF
(189,125,191)
#C48DC6
(196,141,198)
#CB9DCD
(203,157,205)
#D2ADD4
(210,173,212)
#D9BDDB
(217,189,219)
#E0CDE2
(224,205,226)
#E7DDE9
(231,221,233)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84DAA color. Also use rgb(168,77,170) instead hex code.

Text Font Color

.myTextColor { color: #A84DAA; }

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

This text font color is #A84DAA.

Background Color

.myBgColor { background-color: #A84DAA; }

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

This div background color is #A84DAA.

Border color

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

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

This div border color is #A84DAA.

Opacity

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

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

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

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

This text has shadow with #A84DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A84DAA.

Preview

Color preview on black background

This text has color #A84DAA on black background.


Color preview on white background

This text has color #A84DAA on white background.


Black color preview on #A84DAA background

This text has black color on #A84DAA background.


White color preview on #A84DAA background

This text has white color on #A84DAA background.


Related colors

Complementary color

Complementary color for #hex is #57B255.


I love getcolorcode.com

Triadic colors

1 #AAA84D and #4DAAA8 with #A84DAA are triadic colors.

2 #AA4DA8 and #4DA8AA with #A84DAA are triadic colors.