COLOR #A481BA

HEX: #A481BA
RGB: (164,129,186)

Color info

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

RGB color model

#A481BA color RGB value is (164,129,186).

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

RGB channels and saturation

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

164
129
186

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

Portions of RGB colors in percentages

R + G + B =
164 + 129 + 186 = 479 (100%)
R 164 of 479 ~ 34.24%
G 129 of 479 ~ 26.93%
B 186 of 479 ~ 38.83%

%34.24
%26.93
%38.83

CMYK color model

#A481BA color CMYK value is (12,31,0,27).

  • cyan value is 11.83%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,31,0,27)
C12M31Y0K27 
(12%,31%,0%,27%)
(0.12/0.31/0.00/0.27)	

CMYK percentages

%11.83
%30.65
%0
%27.06

Codes

Color #A481BA in popluar color models

A481BA
RGB164129186
HSL277°29.23%61.76%
HSB/HSV277°30.65%72.94%
CMYK11.83%30.65%0.00%
27.06%

Color #A481BA in popluar number systems.

HEXA481BA
Decimal164129186
Binary101001001000000110111010
Octal244201272

Shades and tints

Shades of #A481BA

#A481BA
(164,129,186)
#9676AA
(150,118,170)
#886B9A
(136,107,154)
#7A608A
(122,96,138)
#6C557A
(108,85,122)
#5E4A6A
(94,74,106)
#503F5A
(80,63,90)
#42344A
(66,52,74)
#34293A
(52,41,58)
#261E2A
(38,30,42)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #A481BA

#A481BA
(164,129,186)
#AC8CC0
(172,140,192)
#B497C6
(180,151,198)
#BCA2CC
(188,162,204)
#C4ADD2
(196,173,210)
#CCB8D8
(204,184,216)
#D4C3DE
(212,195,222)
#DCCEE4
(220,206,228)
#E4D9EA
(228,217,234)
#ECE4F0
(236,228,240)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A481BA; }

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

This text font color is #A481BA.


Background Color

.myBgColor { background-color: #A481BA; }

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

This div background color is #A481BA.


Border color

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

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

This div border color is #A481BA.


Opacity

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

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

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

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

This text has shadow with #A481BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A481BA on black background.


Color preview on white background

This text has color #A481BA on white background.



Black color preview on #A481BA background

This text has black color on #A481BA background.


White color preview on #A481BA background

This text has white color on #A481BA background.