COLOR #A984C2

HEX: #A984C2
RGB: (169,132,194)

Color info

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

RGB color model

#A984C2 color RGB value is (169,132,194).

  • red value is 169;
  • green value is 132;
  • blue value is 194.
RGB:
(169,132,194)
(66%,52%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 194 of 255 = 76%

169
132
194

R + G + B ~ 65%. #A984C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 132 + 194 = 495 (100%)
R 169 of 495 ~ 34.14%
G 132 of 495 ~ 26.67%
B 194 of 495 ~ 39.19%

%34.14
%26.67
%39.19

CMYK color model

#A984C2 color CMYK value is (13,32,0,24).

  • cyan value is 12.89%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(13,32,0,24)
C13M32Y0K24 
(13%,32%,0%,24%)
(0.13/0.32/0.00/0.24)	

CMYK percentages

%12.89
%31.96
%0
%23.92

Codes

Color #A984C2 in popluar color models

A984C2
RGB169132194
HSL276°33.70%63.92%
HSB/HSV276°31.96%76.08%
CMYK12.89%31.96%0.00%
23.92%

Color #A984C2 in popluar number systems.

HEXA984C2
Decimal169132194
Binary101010011000010011000010
Octal251204302

Shades and tints

Shades of #A984C2

#A984C2
(169,132,194)
#9A78B1
(154,120,177)
#8B6CA0
(139,108,160)
#7C608F
(124,96,143)
#6D547E
(109,84,126)
#5E486D
(94,72,109)
#4F3C5C
(79,60,92)
#40304B
(64,48,75)
#31243A
(49,36,58)
#221829
(34,24,41)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #A984C2

#A984C2
(169,132,194)
#B08FC7
(176,143,199)
#B79ACC
(183,154,204)
#BEA5D1
(190,165,209)
#C5B0D6
(197,176,214)
#CCBBDB
(204,187,219)
#D3C6E0
(211,198,224)
#DAD1E5
(218,209,229)
#E1DCEA
(225,220,234)
#E8E7EF
(232,231,239)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A984C2 color. Also use rgb(169,132,194) instead hex code.

Text Font Color

.myTextColor { color: #A984C2; }

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

This text font color is #A984C2.


Background Color

.myBgColor { background-color: #A984C2; }

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

This div background color is #A984C2.


Border color

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

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

This div border color is #A984C2.


Opacity

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

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

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

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

This text has shadow with #A984C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A984C2 on black background.


Color preview on white background

This text has color #A984C2 on white background.



Black color preview on #A984C2 background

This text has black color on #A984C2 background.


White color preview on #A984C2 background

This text has white color on #A984C2 background.