COLOR #A883A4

HEX: #A883A4
RGB: (168,131,164)

Color info

#A883A4 contains red, green and blue colors in about the same proportion. Web safe color of #A883A4 is #999999 (or #999).

RGB color model

#A883A4 color RGB value is (168,131,164).

  • red value is 168;
  • green value is 131;
  • blue value is 164.
RGB:
(168,131,164)
(66%,51%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 164 of 255 = 64%

168
131
164

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

Portions of RGB colors in percentages

R + G + B =
168 + 131 + 164 = 463 (100%)
R 168 of 463 ~ 36.29%
G 131 of 463 ~ 28.29%
B 164 of 463 ~ 35.42%

%36.29
%28.29
%35.42

CMYK color model

#A883A4 color CMYK value is (0,22,2,34).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(0,22,2,34)
C0M22Y2K34 
(0%,22%,2%,34%)
(0.00/0.22/0.02/0.34)	

CMYK percentages

%0
%22.02
%2.38
%34.12

Codes

Color #A883A4 in popluar color models

A883A4
RGB168131164
HSL306°17.54%58.63%
HSB/HSV306°22.02%65.88%
CMYK0.00%22.02%2.38%
34.12%

Color #A883A4 in popluar number systems.

HEXA883A4
Decimal168131164
Binary101010001000001110100100
Octal250203244

Shades and tints

Shades of #A883A4

#A883A4
(168,131,164)
#997896
(153,120,150)
#8A6D88
(138,109,136)
#7B627A
(123,98,122)
#6C576C
(108,87,108)
#5D4C5E
(93,76,94)
#4E4150
(78,65,80)
#3F3642
(63,54,66)
#302B34
(48,43,52)
#212026
(33,32,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A883A4

#A883A4
(168,131,164)
#AF8EAC
(175,142,172)
#B699B4
(182,153,180)
#BDA4BC
(189,164,188)
#C4AFC4
(196,175,196)
#CBBACC
(203,186,204)
#D2C5D4
(210,197,212)
#D9D0DC
(217,208,220)
#E0DBE4
(224,219,228)
#E7E6EC
(231,230,236)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A883A4 color. Also use rgb(168,131,164) instead hex code.

Text Font Color

.myTextColor { color: #A883A4; }

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

This text font color is #A883A4.


Background Color

.myBgColor { background-color: #A883A4; }

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

This div background color is #A883A4.


Border color

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

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

This div border color is #A883A4.


Opacity

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

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

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

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

This text has shadow with #A883A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A883A4 on black background.


Color preview on white background

This text has color #A883A4 on white background.



Black color preview on #A883A4 background

This text has black color on #A883A4 background.


White color preview on #A883A4 background

This text has white color on #A883A4 background.