COLOR #A958DC

HEX: #A958DC
RGB: (169,88,220)

Color info

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

RGB color model

#A958DC color RGB value is (169,88,220).

  • red value is 169;
  • green value is 88;
  • blue value is 220.
RGB:
(169,88,220)
(66%,35%,86%)

RGB channels and saturation

R 169 of 255 = 66%
G 88 of 255 = 35%
B 220 of 255 = 86%

169
88
220

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

Portions of RGB colors in percentages

R + G + B =
169 + 88 + 220 = 477 (100%)
R 169 of 477 ~ 35.43%
G 88 of 477 ~ 18.45%
B 220 of 477 ~ 46.12%

%35.43
%18.45
%46.12

CMYK color model

#A958DC color CMYK value is (23,60,0,14).

  • cyan value is 23.18%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,60,0,14)
C23M60Y0K14 
(23%,60%,0%,14%)
(0.23/0.60/0.00/0.14)	

CMYK percentages

%23.18
%60
%0
%13.73

Codes

Color #A958DC in popluar color models

A958DC
RGB16988220
HSL277°65.35%60.39%
HSB/HSV277°60.00%86.27%
CMYK23.18%60.00%0.00%
13.73%

Color #A958DC in popluar number systems.

HEXA958DC
Decimal16988220
Binary10101001101100011011100
Octal251130334

Shades and tints

Shades of #A958DC

#A958DC
(169,88,220)
#9A50C8
(154,80,200)
#8B48B4
(139,72,180)
#7C40A0
(124,64,160)
#6D388C
(109,56,140)
#5E3078
(94,48,120)
#4F2864
(79,40,100)
#402050
(64,32,80)
#31183C
(49,24,60)
#221028
(34,16,40)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #A958DC

#A958DC
(169,88,220)
#B067DF
(176,103,223)
#B776E2
(183,118,226)
#BE85E5
(190,133,229)
#C594E8
(197,148,232)
#CCA3EB
(204,163,235)
#D3B2EE
(211,178,238)
#DAC1F1
(218,193,241)
#E1D0F4
(225,208,244)
#E8DFF7
(232,223,247)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A958DC color. Also use rgb(169,88,220) instead hex code.

Text Font Color

.myTextColor { color: #A958DC; }

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

This text font color is #A958DC.


Background Color

.myBgColor { background-color: #A958DC; }

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

This div background color is #A958DC.


Border color

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

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

This div border color is #A958DC.


Opacity

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

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

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

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

This text has shadow with #A958DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A958DC on black background.


Color preview on white background

This text has color #A958DC on white background.



Black color preview on #A958DC background

This text has black color on #A958DC background.


White color preview on #A958DC background

This text has white color on #A958DC background.