COLOR #A35DA3

HEX: #A35DA3
RGB: (163,93,163)

Color info

#A35DA3 contains mainly red and blue colors. Web safe color of #A35DA3 is #996699 (or #969).

RGB color model

#A35DA3 color RGB value is (163,93,163).

  • red value is 163;
  • green value is 93;
  • blue value is 163.
RGB:
(163,93,163)
(64%,36%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 163 of 255 = 64%

163
93
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 163 = 419 (100%)
R 163 of 419 ~ 38.9%
G 93 of 419 ~ 22.2%
B 163 of 419 ~ 38.9%

%38.9
%22.2
%38.9

CMYK color model

#A35DA3 color CMYK value is (0,43,0,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,43,0,36)
C0M43Y0K36 
(0%,43%,0%,36%)
(0.00/0.43/0.00/0.36)	

CMYK percentages

%0
%42.94
%0
%36.08

Codes

Color #A35DA3 in popluar color models

A35DA3
RGB16393163
HSL300°27.56%50.20%
HSB/HSV300°42.94%63.92%
CMYK0.00%42.94%0.00%
36.08%

Color #A35DA3 in popluar number systems.

HEXA35DA3
Decimal16393163
Binary10100011101110110100011
Octal243135243

Shades and tints

Shades of #A35DA3

#A35DA3
(163,93,163)
#955595
(149,85,149)
#874D87
(135,77,135)
#794579
(121,69,121)
#6B3D6B
(107,61,107)
#5D355D
(93,53,93)
#4F2D4F
(79,45,79)
#412541
(65,37,65)
#331D33
(51,29,51)
#251525
(37,21,37)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A35DA3

#A35DA3
(163,93,163)
#AB6BAB
(171,107,171)
#B379B3
(179,121,179)
#BB87BB
(187,135,187)
#C395C3
(195,149,195)
#CBA3CB
(203,163,203)
#D3B1D3
(211,177,211)
#DBBFDB
(219,191,219)
#E3CDE3
(227,205,227)
#EBDBEB
(235,219,235)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35DA3 color. Also use rgb(163,93,163) instead hex code.

Text Font Color

.myTextColor { color: #A35DA3; }

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

This text font color is #A35DA3.


Background Color

.myBgColor { background-color: #A35DA3; }

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

This div background color is #A35DA3.


Border color

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

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

This div border color is #A35DA3.


Opacity

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

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

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

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

This text has shadow with #A35DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35DA3 on black background.


Color preview on white background

This text has color #A35DA3 on white background.



Black color preview on #A35DA3 background

This text has black color on #A35DA3 background.


White color preview on #A35DA3 background

This text has white color on #A35DA3 background.