COLOR #A82DA1

HEX: #A82DA1
RGB: (168,45,161)

Color info

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

RGB color model

#A82DA1 color RGB value is (168,45,161).

  • red value is 168;
  • green value is 45;
  • blue value is 161.
RGB:
(168,45,161)
(66%,18%,63%)

RGB channels and saturation

R 168 of 255 = 66%
G 45 of 255 = 18%
B 161 of 255 = 63%

168
45
161

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

Portions of RGB colors in percentages

R + G + B =
168 + 45 + 161 = 374 (100%)
R 168 of 374 ~ 44.92%
G 45 of 374 ~ 12.03%
B 161 of 374 ~ 43.05%

%44.92
%12.03
%43.05

CMYK color model

#A82DA1 color CMYK value is (0,73,4,34).

  • cyan value is 0.00%
  • magenta value is 73.21%
  • yellow value is 4.17%
  • key color value is 34.12%
CMYK:
(0,73,4,34)
C0M73Y4K34 
(0%,73%,4%,34%)
(0.00/0.73/0.04/0.34)	

CMYK percentages

%0
%73.21
%4.17
%34.12

Codes

Color #A82DA1 in popluar color models

A82DA1
RGB16845161
HSL303°57.75%41.76%
HSB/HSV303°73.21%65.88%
CMYK0.00%73.21%4.17%
34.12%

Color #A82DA1 in popluar number systems.

HEXA82DA1
Decimal16845161
Binary1010100010110110100001
Octal25055241

Shades and tints

Shades of #A82DA1

#A82DA1
(168,45,161)
#992993
(153,41,147)
#8A2585
(138,37,133)
#7B2177
(123,33,119)
#6C1D69
(108,29,105)
#5D195B
(93,25,91)
#4E154D
(78,21,77)
#3F113F
(63,17,63)
#300D31
(48,13,49)
#210923
(33,9,35)
#120515
(18,5,21)
#000000
(0,0,0)

Tints of #A82DA1

#A82DA1
(168,45,161)
#AF40A9
(175,64,169)
#B653B1
(182,83,177)
#BD66B9
(189,102,185)
#C479C1
(196,121,193)
#CB8CC9
(203,140,201)
#D29FD1
(210,159,209)
#D9B2D9
(217,178,217)
#E0C5E1
(224,197,225)
#E7D8E9
(231,216,233)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A82DA1 color. Also use rgb(168,45,161) instead hex code.

Text Font Color

.myTextColor { color: #A82DA1; }

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

This text font color is #A82DA1.


Background Color

.myBgColor { background-color: #A82DA1; }

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

This div background color is #A82DA1.


Border color

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

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

This div border color is #A82DA1.


Opacity

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

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

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

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

This text has shadow with #A82DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A82DA1 on black background.


Color preview on white background

This text has color #A82DA1 on white background.



Black color preview on #A82DA1 background

This text has black color on #A82DA1 background.


White color preview on #A82DA1 background

This text has white color on #A82DA1 background.