COLOR #A83684

HEX: #A83684
RGB: (168,54,132)

Color info

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

RGB color model

#A83684 color RGB value is (168,54,132).

  • red value is 168;
  • green value is 54;
  • blue value is 132.
RGB:
(168,54,132)
(66%,21%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 54 of 255 = 21%
B 132 of 255 = 52%

168
54
132

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

Portions of RGB colors in percentages

R + G + B =
168 + 54 + 132 = 354 (100%)
R 168 of 354 ~ 47.46%
G 54 of 354 ~ 15.25%
B 132 of 354 ~ 37.29%

%47.46
%15.25
%37.29

CMYK color model

#A83684 color CMYK value is (0,68,21,34).

  • cyan value is 0.00%
  • magenta value is 67.86%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(0,68,21,34)
C0M68Y21K34 
(0%,68%,21%,34%)
(0.00/0.68/0.21/0.34)	

CMYK percentages

%0
%67.86
%21.43
%34.12

Codes

Color #A83684 in popluar color models

A83684
RGB16854132
HSL319°51.35%43.53%
HSB/HSV319°67.86%65.88%
CMYK0.00%67.86%21.43%
34.12%

Color #A83684 in popluar number systems.

HEXA83684
Decimal16854132
Binary1010100011011010000100
Octal25066204

Shades and tints

Shades of #A83684

#A83684
(168,54,132)
#993278
(153,50,120)
#8A2E6C
(138,46,108)
#7B2A60
(123,42,96)
#6C2654
(108,38,84)
#5D2248
(93,34,72)
#4E1E3C
(78,30,60)
#3F1A30
(63,26,48)
#301624
(48,22,36)
#211218
(33,18,24)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #A83684

#A83684
(168,54,132)
#AF488F
(175,72,143)
#B65A9A
(182,90,154)
#BD6CA5
(189,108,165)
#C47EB0
(196,126,176)
#CB90BB
(203,144,187)
#D2A2C6
(210,162,198)
#D9B4D1
(217,180,209)
#E0C6DC
(224,198,220)
#E7D8E7
(231,216,231)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83684 color. Also use rgb(168,54,132) instead hex code.

Text Font Color

.myTextColor { color: #A83684; }

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

This text font color is #A83684.


Background Color

.myBgColor { background-color: #A83684; }

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

This div background color is #A83684.


Border color

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

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

This div border color is #A83684.


Opacity

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

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

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

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

This text has shadow with #A83684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83684 on black background.


Color preview on white background

This text has color #A83684 on white background.



Black color preview on #A83684 background

This text has black color on #A83684 background.


White color preview on #A83684 background

This text has white color on #A83684 background.