COLOR #A83A77

HEX: #A83A77
RGB: (168,58,119)

Color info

#A83A77 contains mainly red and blue colors. Web safe color of #A83A77 is #993366 (or #936).

RGB color model

#A83A77 color RGB value is (168,58,119).

  • red value is 168;
  • green value is 58;
  • blue value is 119.
RGB:
(168,58,119)
(66%,23%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 58 of 255 = 23%
B 119 of 255 = 47%

168
58
119

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

Portions of RGB colors in percentages

R + G + B =
168 + 58 + 119 = 345 (100%)
R 168 of 345 ~ 48.7%
G 58 of 345 ~ 16.81%
B 119 of 345 ~ 34.49%

%48.7
%16.81
%34.49

CMYK color model

#A83A77 color CMYK value is (0,65,29,34).

  • cyan value is 0.00%
  • magenta value is 65.48%
  • yellow value is 29.17%
  • key color value is 34.12%
CMYK:
(0,65,29,34)
C0M65Y29K34 
(0%,65%,29%,34%)
(0.00/0.65/0.29/0.34)	

CMYK percentages

%0
%65.48
%29.17
%34.12

Codes

Color #A83A77 in popluar color models

A83A77
RGB16858119
HSL327°48.67%44.31%
HSB/HSV327°65.48%65.88%
CMYK0.00%65.48%29.17%
34.12%

Color #A83A77 in popluar number systems.

HEXA83A77
Decimal16858119
Binary101010001110101110111
Octal25072167

Shades and tints

Shades of #A83A77

#A83A77
(168,58,119)
#99356D
(153,53,109)
#8A3063
(138,48,99)
#7B2B59
(123,43,89)
#6C264F
(108,38,79)
#5D2145
(93,33,69)
#4E1C3B
(78,28,59)
#3F1731
(63,23,49)
#301227
(48,18,39)
#210D1D
(33,13,29)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #A83A77

#A83A77
(168,58,119)
#AF4B83
(175,75,131)
#B65C8F
(182,92,143)
#BD6D9B
(189,109,155)
#C47EA7
(196,126,167)
#CB8FB3
(203,143,179)
#D2A0BF
(210,160,191)
#D9B1CB
(217,177,203)
#E0C2D7
(224,194,215)
#E7D3E3
(231,211,227)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83A77 color. Also use rgb(168,58,119) instead hex code.

Text Font Color

.myTextColor { color: #A83A77; }

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

This text font color is #A83A77.


Background Color

.myBgColor { background-color: #A83A77; }

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

This div background color is #A83A77.


Border color

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

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

This div border color is #A83A77.


Opacity

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

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

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

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

This text has shadow with #A83A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83A77 on black background.


Color preview on white background

This text has color #A83A77 on white background.



Black color preview on #A83A77 background

This text has black color on #A83A77 background.


White color preview on #A83A77 background

This text has white color on #A83A77 background.