COLOR #A35D7A

HEX: #A35D7A
RGB: (163,93,122)

Color info

#A35D7A contains mainly red and blue colors. Web safe color of #A35D7A is #996666 (or #966).

RGB color model

#A35D7A color RGB value is (163,93,122).

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

RGB channels and saturation

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

163
93
122

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 122 = 378 (100%)
R 163 of 378 ~ 43.12%
G 93 of 378 ~ 24.6%
B 122 of 378 ~ 32.28%

%43.12
%24.6
%32.28

CMYK color model

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

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

CMYK percentages

%0
%42.94
%25.15
%36.08

Codes

Color #A35D7A in popluar color models

A35D7A
RGB16393122
HSL335°27.56%50.20%
HSB/HSV335°42.94%63.92%
CMYK0.00%42.94%25.15%
36.08%

Color #A35D7A in popluar number systems.

HEXA35D7A
Decimal16393122
Binary1010001110111011111010
Octal243135172

Shades and tints

Shades of #A35D7A

#A35D7A
(163,93,122)
#95556F
(149,85,111)
#874D64
(135,77,100)
#794559
(121,69,89)
#6B3D4E
(107,61,78)
#5D3543
(93,53,67)
#4F2D38
(79,45,56)
#41252D
(65,37,45)
#331D22
(51,29,34)
#251517
(37,21,23)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #A35D7A

#A35D7A
(163,93,122)
#AB6B86
(171,107,134)
#B37992
(179,121,146)
#BB879E
(187,135,158)
#C395AA
(195,149,170)
#CBA3B6
(203,163,182)
#D3B1C2
(211,177,194)
#DBBFCE
(219,191,206)
#E3CDDA
(227,205,218)
#EBDBE6
(235,219,230)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D7A; }

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

This text font color is #A35D7A.


Background Color

.myBgColor { background-color: #A35D7A; }

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

This div background color is #A35D7A.


Border color

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

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

This div border color is #A35D7A.


Opacity

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

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

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

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

This text has shadow with #A35D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D7A on black background.


Color preview on white background

This text has color #A35D7A on white background.



Black color preview on #A35D7A background

This text has black color on #A35D7A background.


White color preview on #A35D7A background

This text has white color on #A35D7A background.