COLOR #A841AA

HEX: #A841AA
RGB: (168,65,170)

Color info

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

RGB color model

#A841AA color RGB value is (168,65,170).

  • red value is 168;
  • green value is 65;
  • blue value is 170.
RGB:
(168,65,170)
(66%,25%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 65 of 255 = 25%
B 170 of 255 = 67%

168
65
170

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

Portions of RGB colors in percentages

R + G + B =
168 + 65 + 170 = 403 (100%)
R 168 of 403 ~ 41.69%
G 65 of 403 ~ 16.13%
B 170 of 403 ~ 42.18%

%41.69
%16.13
%42.18

CMYK color model

#A841AA color CMYK value is (1,62,0,33).

  • cyan value is 1.18%
  • magenta value is 61.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(1,62,0,33)
C1M62Y0K33 
(1%,62%,0%,33%)
(0.01/0.62/0.00/0.33)	

CMYK percentages

%1.18
%61.76
%0
%33.33

Codes

Color #A841AA in popluar color models

A841AA
RGB16865170
HSL299°44.68%46.08%
HSB/HSV299°61.76%66.67%
CMYK1.18%61.76%0.00%
33.33%

Color #A841AA in popluar number systems.

HEXA841AA
Decimal16865170
Binary10101000100000110101010
Octal250101252

Shades and tints

Shades of #A841AA

#A841AA
(168,65,170)
#993C9B
(153,60,155)
#8A378C
(138,55,140)
#7B327D
(123,50,125)
#6C2D6E
(108,45,110)
#5D285F
(93,40,95)
#4E2350
(78,35,80)
#3F1E41
(63,30,65)
#301932
(48,25,50)
#211423
(33,20,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A841AA

#A841AA
(168,65,170)
#AF52B1
(175,82,177)
#B663B8
(182,99,184)
#BD74BF
(189,116,191)
#C485C6
(196,133,198)
#CB96CD
(203,150,205)
#D2A7D4
(210,167,212)
#D9B8DB
(217,184,219)
#E0C9E2
(224,201,226)
#E7DAE9
(231,218,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A841AA; }

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

This text font color is #A841AA.


Background Color

.myBgColor { background-color: #A841AA; }

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

This div background color is #A841AA.


Border color

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

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

This div border color is #A841AA.


Opacity

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

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

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

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

This text has shadow with #A841AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A841AA on black background.


Color preview on white background

This text has color #A841AA on white background.



Black color preview on #A841AA background

This text has black color on #A841AA background.


White color preview on #A841AA background

This text has white color on #A841AA background.