COLOR #A974DF

HEX: #A974DF
RGB: (169,116,223)

Color info

#A974DF contains mainly red and blue colors. Web safe color of #A974DF is #9966CC (or #96C).

RGB color model

#A974DF color RGB value is (169,116,223).

  • red value is 169;
  • green value is 116;
  • blue value is 223.
RGB:
(169,116,223)
(66%,45%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 116 of 255 = 45%
B 223 of 255 = 87%

169
116
223

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

Portions of RGB colors in percentages

R + G + B =
169 + 116 + 223 = 508 (100%)
R 169 of 508 ~ 33.27%
G 116 of 508 ~ 22.83%
B 223 of 508 ~ 43.9%

%33.27
%22.83
%43.9

CMYK color model

#A974DF color CMYK value is (24,48,0,13).

  • cyan value is 24.22%
  • magenta value is 47.98%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(24,48,0,13)
C24M48Y0K13 
(24%,48%,0%,13%)
(0.24/0.48/0.00/0.13)	

CMYK percentages

%24.22
%47.98
%0
%12.55

Codes

Color #A974DF in popluar color models

A974DF
RGB169116223
HSL270°62.57%66.47%
HSB/HSV270°47.98%87.45%
CMYK24.22%47.98%0.00%
12.55%

Color #A974DF in popluar number systems.

HEXA974DF
Decimal169116223
Binary10101001111010011011111
Octal251164337

Shades and tints

Shades of #A974DF

#A974DF
(169,116,223)
#9A6ACB
(154,106,203)
#8B60B7
(139,96,183)
#7C56A3
(124,86,163)
#6D4C8F
(109,76,143)
#5E427B
(94,66,123)
#4F3867
(79,56,103)
#402E53
(64,46,83)
#31243F
(49,36,63)
#221A2B
(34,26,43)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #A974DF

#A974DF
(169,116,223)
#B080E1
(176,128,225)
#B78CE3
(183,140,227)
#BE98E5
(190,152,229)
#C5A4E7
(197,164,231)
#CCB0E9
(204,176,233)
#D3BCEB
(211,188,235)
#DAC8ED
(218,200,237)
#E1D4EF
(225,212,239)
#E8E0F1
(232,224,241)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A974DF color. Also use rgb(169,116,223) instead hex code.

Text Font Color

.myTextColor { color: #A974DF; }

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

This text font color is #A974DF.


Background Color

.myBgColor { background-color: #A974DF; }

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

This div background color is #A974DF.


Border color

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

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

This div border color is #A974DF.


Opacity

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

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

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

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

This text has shadow with #A974DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A974DF on black background.


Color preview on white background

This text has color #A974DF on white background.



Black color preview on #A974DF background

This text has black color on #A974DF background.


White color preview on #A974DF background

This text has white color on #A974DF background.