COLOR #A483BA

HEX: #A483BA
RGB: (164,131,186)

Color info

#A483BA contains red, green and blue colors in about the same proportion. Web safe color of #A483BA is #9999CC (or #99C).

RGB color model

#A483BA color RGB value is (164,131,186).

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

RGB channels and saturation

R 164 of 255 = 64%
G 131 of 255 = 51%
B 186 of 255 = 73%

164
131
186

R + G + B ~ 63%. #A483BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 131 + 186 = 481 (100%)
R 164 of 481 ~ 34.1%
G 131 of 481 ~ 27.23%
B 186 of 481 ~ 38.67%

%34.1
%27.23
%38.67

CMYK color model

#A483BA color CMYK value is (12,30,0,27).

  • cyan value is 11.83%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,30,0,27)
C12M30Y0K27 
(12%,30%,0%,27%)
(0.12/0.30/0.00/0.27)	

CMYK percentages

%11.83
%29.57
%0
%27.06

Codes

Color #A483BA in popluar color models

A483BA
RGB164131186
HSL276°28.50%62.16%
HSB/HSV276°29.57%72.94%
CMYK11.83%29.57%0.00%
27.06%

Color #A483BA in popluar number systems.

HEXA483BA
Decimal164131186
Binary101001001000001110111010
Octal244203272

Shades and tints

Shades of #A483BA

#A483BA
(164,131,186)
#9678AA
(150,120,170)
#886D9A
(136,109,154)
#7A628A
(122,98,138)
#6C577A
(108,87,122)
#5E4C6A
(94,76,106)
#50415A
(80,65,90)
#42364A
(66,54,74)
#342B3A
(52,43,58)
#26202A
(38,32,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #A483BA

#A483BA
(164,131,186)
#AC8EC0
(172,142,192)
#B499C6
(180,153,198)
#BCA4CC
(188,164,204)
#C4AFD2
(196,175,210)
#CCBAD8
(204,186,216)
#D4C5DE
(212,197,222)
#DCD0E4
(220,208,228)
#E4DBEA
(228,219,234)
#ECE6F0
(236,230,240)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A483BA; }

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

This text font color is #A483BA.


Background Color

.myBgColor { background-color: #A483BA; }

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

This div background color is #A483BA.


Border color

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

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

This div border color is #A483BA.


Opacity

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

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

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

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

This text has shadow with #A483BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A483BA on black background.


Color preview on white background

This text has color #A483BA on white background.



Black color preview on #A483BA background

This text has black color on #A483BA background.


White color preview on #A483BA background

This text has white color on #A483BA background.