COLOR #A83991

HEX: #A83991
RGB: (168,57,145)

Color info

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

RGB color model

#A83991 color RGB value is (168,57,145).

  • red value is 168;
  • green value is 57;
  • blue value is 145.
RGB:
(168,57,145)
(66%,22%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 57 of 255 = 22%
B 145 of 255 = 57%

168
57
145

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

Portions of RGB colors in percentages

R + G + B =
168 + 57 + 145 = 370 (100%)
R 168 of 370 ~ 45.41%
G 57 of 370 ~ 15.41%
B 145 of 370 ~ 39.19%

%45.41
%15.41
%39.19

CMYK color model

#A83991 color CMYK value is (0,66,14,34).

  • cyan value is 0.00%
  • magenta value is 66.07%
  • yellow value is 13.69%
  • key color value is 34.12%
CMYK:
(0,66,14,34)
C0M66Y14K34 
(0%,66%,14%,34%)
(0.00/0.66/0.14/0.34)	

CMYK percentages

%0
%66.07
%13.69
%34.12

Codes

Color #A83991 in popluar color models

A83991
RGB16857145
HSL312°49.33%44.12%
HSB/HSV312°66.07%65.88%
CMYK0.00%66.07%13.69%
34.12%

Color #A83991 in popluar number systems.

HEXA83991
Decimal16857145
Binary1010100011100110010001
Octal25071221

Shades and tints

Shades of #A83991

#A83991
(168,57,145)
#993484
(153,52,132)
#8A2F77
(138,47,119)
#7B2A6A
(123,42,106)
#6C255D
(108,37,93)
#5D2050
(93,32,80)
#4E1B43
(78,27,67)
#3F1636
(63,22,54)
#301129
(48,17,41)
#210C1C
(33,12,28)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #A83991

#A83991
(168,57,145)
#AF4B9B
(175,75,155)
#B65DA5
(182,93,165)
#BD6FAF
(189,111,175)
#C481B9
(196,129,185)
#CB93C3
(203,147,195)
#D2A5CD
(210,165,205)
#D9B7D7
(217,183,215)
#E0C9E1
(224,201,225)
#E7DBEB
(231,219,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83991 color. Also use rgb(168,57,145) instead hex code.

Text Font Color

.myTextColor { color: #A83991; }

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

This text font color is #A83991.


Background Color

.myBgColor { background-color: #A83991; }

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

This div background color is #A83991.


Border color

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

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

This div border color is #A83991.


Opacity

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

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

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

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

This text has shadow with #A83991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83991 on black background.


Color preview on white background

This text has color #A83991 on white background.



Black color preview on #A83991 background

This text has black color on #A83991 background.


White color preview on #A83991 background

This text has white color on #A83991 background.