COLOR #A35D9D

HEX: #A35D9D
RGB: (163,93,157)

Color info

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

RGB color model

#A35D9D color RGB value is (163,93,157).

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

RGB channels and saturation

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

163
93
157

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 157 = 413 (100%)
R 163 of 413 ~ 39.47%
G 93 of 413 ~ 22.52%
B 157 of 413 ~ 38.01%

%39.47
%22.52
%38.01

CMYK color model

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

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

CMYK percentages

%0
%42.94
%3.68
%36.08

Codes

Color #A35D9D in popluar color models

A35D9D
RGB16393157
HSL305°27.56%50.20%
HSB/HSV305°42.94%63.92%
CMYK0.00%42.94%3.68%
36.08%

Color #A35D9D in popluar number systems.

HEXA35D9D
Decimal16393157
Binary10100011101110110011101
Octal243135235

Shades and tints

Shades of #A35D9D

#A35D9D
(163,93,157)
#95558F
(149,85,143)
#874D81
(135,77,129)
#794573
(121,69,115)
#6B3D65
(107,61,101)
#5D3557
(93,53,87)
#4F2D49
(79,45,73)
#41253B
(65,37,59)
#331D2D
(51,29,45)
#25151F
(37,21,31)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #A35D9D

#A35D9D
(163,93,157)
#AB6BA5
(171,107,165)
#B379AD
(179,121,173)
#BB87B5
(187,135,181)
#C395BD
(195,149,189)
#CBA3C5
(203,163,197)
#D3B1CD
(211,177,205)
#DBBFD5
(219,191,213)
#E3CDDD
(227,205,221)
#EBDBE5
(235,219,229)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D9D; }

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

This text font color is #A35D9D.


Background Color

.myBgColor { background-color: #A35D9D; }

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

This div background color is #A35D9D.


Border color

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

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

This div border color is #A35D9D.


Opacity

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

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

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

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

This text has shadow with #A35D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D9D on black background.


Color preview on white background

This text has color #A35D9D on white background.



Black color preview on #A35D9D background

This text has black color on #A35D9D background.


White color preview on #A35D9D background

This text has white color on #A35D9D background.