COLOR #A83DA9

HEX: #A83DA9
RGB: (168,61,169)

Color info

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

RGB color model

#A83DA9 color RGB value is (168,61,169).

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

RGB channels and saturation

R 168 of 255 = 66%
G 61 of 255 = 24%
B 169 of 255 = 66%

168
61
169

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

Portions of RGB colors in percentages

R + G + B =
168 + 61 + 169 = 398 (100%)
R 168 of 398 ~ 42.21%
G 61 of 398 ~ 15.33%
B 169 of 398 ~ 42.46%

%42.21
%15.33
%42.46

CMYK color model

#A83DA9 color CMYK value is (1,64,0,34).

  • cyan value is 0.59%
  • magenta value is 63.91%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(1,64,0,34)
C1M64Y0K34 
(1%,64%,0%,34%)
(0.01/0.64/0.00/0.34)	

CMYK percentages

%0.59
%63.91
%0
%33.73

Codes

Color #A83DA9 in popluar color models

A83DA9
RGB16861169
HSL299°46.96%45.10%
HSB/HSV299°63.91%66.27%
CMYK0.59%63.91%0.00%
33.73%

Color #A83DA9 in popluar number systems.

HEXA83DA9
Decimal16861169
Binary1010100011110110101001
Octal25075251

Shades and tints

Shades of #A83DA9

#A83DA9
(168,61,169)
#99389A
(153,56,154)
#8A338B
(138,51,139)
#7B2E7C
(123,46,124)
#6C296D
(108,41,109)
#5D245E
(93,36,94)
#4E1F4F
(78,31,79)
#3F1A40
(63,26,64)
#301531
(48,21,49)
#211022
(33,16,34)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #A83DA9

#A83DA9
(168,61,169)
#AF4EB0
(175,78,176)
#B65FB7
(182,95,183)
#BD70BE
(189,112,190)
#C481C5
(196,129,197)
#CB92CC
(203,146,204)
#D2A3D3
(210,163,211)
#D9B4DA
(217,180,218)
#E0C5E1
(224,197,225)
#E7D6E8
(231,214,232)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A83DA9; }

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

This text font color is #A83DA9.


Background Color

.myBgColor { background-color: #A83DA9; }

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

This div background color is #A83DA9.


Border color

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

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

This div border color is #A83DA9.


Opacity

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

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

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

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

This text has shadow with #A83DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83DA9 on black background.


Color preview on white background

This text has color #A83DA9 on white background.



Black color preview on #A83DA9 background

This text has black color on #A83DA9 background.


White color preview on #A83DA9 background

This text has white color on #A83DA9 background.