COLOR #A983CC

HEX: #A983CC
RGB: (169,131,204)

Color info

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

RGB color model

#A983CC color RGB value is (169,131,204).

  • red value is 169;
  • green value is 131;
  • blue value is 204.
RGB:
(169,131,204)
(66%,51%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 204 of 255 = 80%

169
131
204

R + G + B ~ 66%. #A983CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 131 + 204 = 504 (100%)
R 169 of 504 ~ 33.53%
G 131 of 504 ~ 25.99%
B 204 of 504 ~ 40.48%

%33.53
%25.99
%40.48

CMYK color model

#A983CC color CMYK value is (17,36,0,20).

  • cyan value is 17.16%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,36,0,20)
C17M36Y0K20 
(17%,36%,0%,20%)
(0.17/0.36/0.00/0.20)	

CMYK percentages

%17.16
%35.78
%0
%20

Codes

Color #A983CC in popluar color models

A983CC
RGB169131204
HSL271°41.71%65.69%
HSB/HSV271°35.78%80.00%
CMYK17.16%35.78%0.00%
20.00%

Color #A983CC in popluar number systems.

HEXA983CC
Decimal169131204
Binary101010011000001111001100
Octal251203314

Shades and tints

Shades of #A983CC

#A983CC
(169,131,204)
#9A78BA
(154,120,186)
#8B6DA8
(139,109,168)
#7C6296
(124,98,150)
#6D5784
(109,87,132)
#5E4C72
(94,76,114)
#4F4160
(79,65,96)
#40364E
(64,54,78)
#312B3C
(49,43,60)
#22202A
(34,32,42)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A983CC

#A983CC
(169,131,204)
#B08ED0
(176,142,208)
#B799D4
(183,153,212)
#BEA4D8
(190,164,216)
#C5AFDC
(197,175,220)
#CCBAE0
(204,186,224)
#D3C5E4
(211,197,228)
#DAD0E8
(218,208,232)
#E1DBEC
(225,219,236)
#E8E6F0
(232,230,240)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A983CC color. Also use rgb(169,131,204) instead hex code.

Text Font Color

.myTextColor { color: #A983CC; }

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

This text font color is #A983CC.


Background Color

.myBgColor { background-color: #A983CC; }

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

This div background color is #A983CC.


Border color

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

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

This div border color is #A983CC.


Opacity

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

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

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

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

This text has shadow with #A983CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A983CC on black background.


Color preview on white background

This text has color #A983CC on white background.



Black color preview on #A983CC background

This text has black color on #A983CC background.


White color preview on #A983CC background

This text has white color on #A983CC background.