COLOR #A95ACC

HEX: #A95ACC
RGB: (169,90,204)

Color info

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

RGB color model

#A95ACC color RGB value is (169,90,204).

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

RGB channels and saturation

R 169 of 255 = 66%
G 90 of 255 = 35%
B 204 of 255 = 80%

169
90
204

R + G + B ~ 60%. #A95ACC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 90 + 204 = 463 (100%)
R 169 of 463 ~ 36.5%
G 90 of 463 ~ 19.44%
B 204 of 463 ~ 44.06%

%36.5
%19.44
%44.06

CMYK color model

#A95ACC color CMYK value is (17,56,0,20).

  • cyan value is 17.16%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,56,0,20)
C17M56Y0K20 
(17%,56%,0%,20%)
(0.17/0.56/0.00/0.20)	

CMYK percentages

%17.16
%55.88
%0
%20

Codes

Color #A95ACC in popluar color models

A95ACC
RGB16990204
HSL282°52.78%57.65%
HSB/HSV282°55.88%80.00%
CMYK17.16%55.88%0.00%
20.00%

Color #A95ACC in popluar number systems.

HEXA95ACC
Decimal16990204
Binary10101001101101011001100
Octal251132314

Shades and tints

Shades of #A95ACC

#A95ACC
(169,90,204)
#9A52BA
(154,82,186)
#8B4AA8
(139,74,168)
#7C4296
(124,66,150)
#6D3A84
(109,58,132)
#5E3272
(94,50,114)
#4F2A60
(79,42,96)
#40224E
(64,34,78)
#311A3C
(49,26,60)
#22122A
(34,18,42)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #A95ACC

#A95ACC
(169,90,204)
#B069D0
(176,105,208)
#B778D4
(183,120,212)
#BE87D8
(190,135,216)
#C596DC
(197,150,220)
#CCA5E0
(204,165,224)
#D3B4E4
(211,180,228)
#DAC3E8
(218,195,232)
#E1D2EC
(225,210,236)
#E8E1F0
(232,225,240)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95ACC; }

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

This text font color is #A95ACC.


Background Color

.myBgColor { background-color: #A95ACC; }

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

This div background color is #A95ACC.


Border color

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

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

This div border color is #A95ACC.


Opacity

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

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

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

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

This text has shadow with #A95ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95ACC on black background.


Color preview on white background

This text has color #A95ACC on white background.



Black color preview on #A95ACC background

This text has black color on #A95ACC background.


White color preview on #A95ACC background

This text has white color on #A95ACC background.