COLOR #A483B1

HEX: #A483B1
RGB: (164,131,177)

Color info

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

RGB color model

#A483B1 color RGB value is (164,131,177).

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

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 177 of 255 = 69%

164
131
177

R + G + B ~ 61%. #A483B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 131 + 177 = 472 (100%)
R 164 of 472 ~ 34.75%
G 131 of 472 ~ 27.75%
B 177 of 472 ~ 37.5%

%34.75
%27.75
%37.5

CMYK color model

#A483B1 color CMYK value is (7,26,0,31).

  • cyan value is 7.34%
  • magenta value is 25.99%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,26,0,31)
C7M26Y0K31 
(7%,26%,0%,31%)
(0.07/0.26/0.00/0.31)	

CMYK percentages

%7.34
%25.99
%0
%30.59

Codes

Color #A483B1 in popluar color models

A483B1
RGB164131177
HSL283°22.77%60.39%
HSB/HSV283°25.99%69.41%
CMYK7.34%25.99%0.00%
30.59%

Color #A483B1 in popluar number systems.

HEXA483B1
Decimal164131177
Binary101001001000001110110001
Octal244203261

Shades and tints

Shades of #A483B1

#A483B1
(164,131,177)
#9678A1
(150,120,161)
#886D91
(136,109,145)
#7A6281
(122,98,129)
#6C5771
(108,87,113)
#5E4C61
(94,76,97)
#504151
(80,65,81)
#423641
(66,54,65)
#342B31
(52,43,49)
#262021
(38,32,33)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A483B1

#A483B1
(164,131,177)
#AC8EB8
(172,142,184)
#B499BF
(180,153,191)
#BCA4C6
(188,164,198)
#C4AFCD
(196,175,205)
#CCBAD4
(204,186,212)
#D4C5DB
(212,197,219)
#DCD0E2
(220,208,226)
#E4DBE9
(228,219,233)
#ECE6F0
(236,230,240)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A483B1; }

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

This text font color is #A483B1.


Background Color

.myBgColor { background-color: #A483B1; }

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

This div background color is #A483B1.


Border color

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

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

This div border color is #A483B1.


Opacity

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

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

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

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

This text has shadow with #A483B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A483B1 on black background.


Color preview on white background

This text has color #A483B1 on white background.



Black color preview on #A483B1 background

This text has black color on #A483B1 background.


White color preview on #A483B1 background

This text has white color on #A483B1 background.