COLOR #A480BA

HEX: #A480BA
RGB: (164,128,186)

Color info

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

RGB color model

#A480BA color RGB value is (164,128,186).

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

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 186 of 255 = 73%

164
128
186

R + G + B ~ 62%. #A480BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 186 = 478 (100%)
R 164 of 478 ~ 34.31%
G 128 of 478 ~ 26.78%
B 186 of 478 ~ 38.91%

%34.31
%26.78
%38.91

CMYK color model

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

  • cyan value is 11.83%
  • magenta value is 31.18%
  • 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
%31.18
%0
%27.06

Codes

Color #A480BA in popluar color models

A480BA
RGB164128186
HSL277°29.59%61.57%
HSB/HSV277°31.18%72.94%
CMYK11.83%31.18%0.00%
27.06%

Color #A480BA in popluar number systems.

HEXA480BA
Decimal164128186
Binary101001001000000010111010
Octal244200272

Shades and tints

Shades of #A480BA

#A480BA
(164,128,186)
#9675AA
(150,117,170)
#886A9A
(136,106,154)
#7A5F8A
(122,95,138)
#6C547A
(108,84,122)
#5E496A
(94,73,106)
#503E5A
(80,62,90)
#42334A
(66,51,74)
#34283A
(52,40,58)
#261D2A
(38,29,42)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #A480BA

#A480BA
(164,128,186)
#AC8BC0
(172,139,192)
#B496C6
(180,150,198)
#BCA1CC
(188,161,204)
#C4ACD2
(196,172,210)
#CCB7D8
(204,183,216)
#D4C2DE
(212,194,222)
#DCCDE4
(220,205,228)
#E4D8EA
(228,216,234)
#ECE3F0
(236,227,240)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A480BA; }

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

This text font color is #A480BA.


Background Color

.myBgColor { background-color: #A480BA; }

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

This div background color is #A480BA.


Border color

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

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

This div border color is #A480BA.


Opacity

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

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

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

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

This text has shadow with #A480BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A480BA on black background.


Color preview on white background

This text has color #A480BA on white background.



Black color preview on #A480BA background

This text has black color on #A480BA background.


White color preview on #A480BA background

This text has white color on #A480BA background.