COLOR #A83E72

HEX: #A83E72
RGB: (168,62,114)

Color info

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

RGB color model

#A83E72 color RGB value is (168,62,114).

  • red value is 168;
  • green value is 62;
  • blue value is 114.
RGB:
(168,62,114)
(66%,24%,45%)

RGB channels and saturation

R 168 of 255 = 66%
G 62 of 255 = 24%
B 114 of 255 = 45%

168
62
114

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

Portions of RGB colors in percentages

R + G + B =
168 + 62 + 114 = 344 (100%)
R 168 of 344 ~ 48.84%
G 62 of 344 ~ 18.02%
B 114 of 344 ~ 33.14%

%48.84
%18.02
%33.14

CMYK color model

#A83E72 color CMYK value is (0,63,32,34).

  • cyan value is 0.00%
  • magenta value is 63.10%
  • yellow value is 32.14%
  • key color value is 34.12%
CMYK:
(0,63,32,34)
C0M63Y32K34 
(0%,63%,32%,34%)
(0.00/0.63/0.32/0.34)	

CMYK percentages

%0
%63.1
%32.14
%34.12

Codes

Color #A83E72 in popluar color models

A83E72
RGB16862114
HSL331°46.09%45.10%
HSB/HSV331°63.10%65.88%
CMYK0.00%63.10%32.14%
34.12%

Color #A83E72 in popluar number systems.

HEXA83E72
Decimal16862114
Binary101010001111101110010
Octal25076162

Shades and tints

Shades of #A83E72

#A83E72
(168,62,114)
#993968
(153,57,104)
#8A345E
(138,52,94)
#7B2F54
(123,47,84)
#6C2A4A
(108,42,74)
#5D2540
(93,37,64)
#4E2036
(78,32,54)
#3F1B2C
(63,27,44)
#301622
(48,22,34)
#211118
(33,17,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #A83E72

#A83E72
(168,62,114)
#AF4F7E
(175,79,126)
#B6608A
(182,96,138)
#BD7196
(189,113,150)
#C482A2
(196,130,162)
#CB93AE
(203,147,174)
#D2A4BA
(210,164,186)
#D9B5C6
(217,181,198)
#E0C6D2
(224,198,210)
#E7D7DE
(231,215,222)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83E72 color. Also use rgb(168,62,114) instead hex code.

Text Font Color

.myTextColor { color: #A83E72; }

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

This text font color is #A83E72.


Background Color

.myBgColor { background-color: #A83E72; }

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

This div background color is #A83E72.


Border color

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

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

This div border color is #A83E72.


Opacity

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

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

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

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

This text has shadow with #A83E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83E72 on black background.


Color preview on white background

This text has color #A83E72 on white background.



Black color preview on #A83E72 background

This text has black color on #A83E72 background.


White color preview on #A83E72 background

This text has white color on #A83E72 background.