COLOR #A484C1

HEX: #A484C1
RGB: (164,132,193)

Color info

#A484C1 contains mainly red and blue colors. Web safe color of #A484C1 is #9999CC (or #99C).

RGB color model

#A484C1 color RGB value is (164,132,193).

  • red value is 164;
  • green value is 132;
  • blue value is 193.
RGB: (164,132,193) (64%,52%,76%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 193 of 255 = 76%

164
132
193

R + G + B ~ 64%. #A484C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 193 = 489 (100%)
R 164 of 489 ~ 33.54%
G 132 of 489 ~ 26.99%
B 193 of 489 ~ 39.47%

%33.54
%26.99
%39.47

CMYK color model

#A484C1 color CMYK value is (15,32,0,24).

  • cyan value is 15.03%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (15,32,0,24) C15M32Y0K24 (15%,32%,0%,24%) (0.15/0.32/0.00/0.24)

CMYK percentages

%15.03
%31.61
%0
%24.31

Codes

Color #A484C1 in popluar color models

A484C1
RGB164132193
HSL271°32.97%63.73%
HSB/HSV271°31.61%75.69%
CMYK15.03%31.61%0.00%
24.31%

Color #A484C1 in popluar number systems.

HEXA484C1
Decimal164132193
Binary101001001000010011000001
Octal244204301

Shades and tints

Shades of #A484C1

#A484C1
(164,132,193)
#9678B0
(150,120,176)
#886C9F
(136,108,159)
#7A608E
(122,96,142)
#6C547D
(108,84,125)
#5E486C
(94,72,108)
#503C5B
(80,60,91)
#42304A
(66,48,74)
#342439
(52,36,57)
#261828
(38,24,40)
#180C17
(24,12,23)
#000000
(0,0,0)

Tints of #A484C1

#A484C1
(164,132,193)
#AC8FC6
(172,143,198)
#B49ACB
(180,154,203)
#BCA5D0
(188,165,208)
#C4B0D5
(196,176,213)
#CCBBDA
(204,187,218)
#D4C6DF
(212,198,223)
#DCD1E4
(220,209,228)
#E4DCE9
(228,220,233)
#ECE7EE
(236,231,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A484C1 color. Also use rgb(164,132,193) instead hex code.

Text Font Color

.myTextColor { color: #A484C1; }

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

This text font color is #A484C1.


Background Color

.myBgColor { background-color: #A484C1; }

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

This div background color is #A484C1.


Border color

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

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

This div border color is #A484C1.


Opacity

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

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

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

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

This text has shadow with #A484C1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A484C1 on black background.


Color preview on white background

This text has color #A484C1 on white background.



Black color preview on #A484C1 background

This text has black color on #A484C1 background.


White color preview on #A484C1 background

This text has white color on #A484C1 background.