COLOR #A35DA9

HEX: #A35DA9
RGB: (163,93,169)

Color info

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

RGB color model

#A35DA9 color RGB value is (163,93,169).

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

RGB channels and saturation

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

163
93
169

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 169 = 425 (100%)
R 163 of 425 ~ 38.35%
G 93 of 425 ~ 21.88%
B 169 of 425 ~ 39.76%

%38.35
%21.88
%39.76

CMYK color model

#A35DA9 color CMYK value is (4,45,0,34).

  • cyan value is 3.55%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(4,45,0,34)
C4M45Y0K34 
(4%,45%,0%,34%)
(0.04/0.45/0.00/0.34)	

CMYK percentages

%3.55
%44.97
%0
%33.73

Codes

Color #A35DA9 in popluar color models

A35DA9
RGB16393169
HSL295°30.65%51.37%
HSB/HSV295°44.97%66.27%
CMYK3.55%44.97%0.00%
33.73%

Color #A35DA9 in popluar number systems.

HEXA35DA9
Decimal16393169
Binary10100011101110110101001
Octal243135251

Shades and tints

Shades of #A35DA9

#A35DA9
(163,93,169)
#95559A
(149,85,154)
#874D8B
(135,77,139)
#79457C
(121,69,124)
#6B3D6D
(107,61,109)
#5D355E
(93,53,94)
#4F2D4F
(79,45,79)
#412540
(65,37,64)
#331D31
(51,29,49)
#251522
(37,21,34)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A35DA9

#A35DA9
(163,93,169)
#AB6BB0
(171,107,176)
#B379B7
(179,121,183)
#BB87BE
(187,135,190)
#C395C5
(195,149,197)
#CBA3CC
(203,163,204)
#D3B1D3
(211,177,211)
#DBBFDA
(219,191,218)
#E3CDE1
(227,205,225)
#EBDBE8
(235,219,232)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35DA9; }

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

This text font color is #A35DA9.


Background Color

.myBgColor { background-color: #A35DA9; }

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

This div background color is #A35DA9.


Border color

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

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

This div border color is #A35DA9.


Opacity

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

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

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

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

This text has shadow with #A35DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35DA9 on black background.


Color preview on white background

This text has color #A35DA9 on white background.



Black color preview on #A35DA9 background

This text has black color on #A35DA9 background.


White color preview on #A35DA9 background

This text has white color on #A35DA9 background.