COLOR #A35A82

HEX: #A35A82
RGB: (163,90,130)

Color info

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

RGB color model

#A35A82 color RGB value is (163,90,130).

  • red value is 163;
  • green value is 90;
  • blue value is 130.
RGB:
(163,90,130)
(64%,35%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 90 of 255 = 35%
B 130 of 255 = 51%

163
90
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 90 + 130 = 383 (100%)
R 163 of 383 ~ 42.56%
G 90 of 383 ~ 23.5%
B 130 of 383 ~ 33.94%

%42.56
%23.5
%33.94

CMYK color model

#A35A82 color CMYK value is (0,45,20,36).

  • cyan value is 0.00%
  • magenta value is 44.79%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(0,45,20,36)
C0M45Y20K36 
(0%,45%,20%,36%)
(0.00/0.45/0.20/0.36)	

CMYK percentages

%0
%44.79
%20.25
%36.08

Codes

Color #A35A82 in popluar color models

A35A82
RGB16390130
HSL327°28.85%49.61%
HSB/HSV327°44.79%63.92%
CMYK0.00%44.79%20.25%
36.08%

Color #A35A82 in popluar number systems.

HEXA35A82
Decimal16390130
Binary10100011101101010000010
Octal243132202

Shades and tints

Shades of #A35A82

#A35A82
(163,90,130)
#955277
(149,82,119)
#874A6C
(135,74,108)
#794261
(121,66,97)
#6B3A56
(107,58,86)
#5D324B
(93,50,75)
#4F2A40
(79,42,64)
#412235
(65,34,53)
#331A2A
(51,26,42)
#25121F
(37,18,31)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #A35A82

#A35A82
(163,90,130)
#AB698D
(171,105,141)
#B37898
(179,120,152)
#BB87A3
(187,135,163)
#C396AE
(195,150,174)
#CBA5B9
(203,165,185)
#D3B4C4
(211,180,196)
#DBC3CF
(219,195,207)
#E3D2DA
(227,210,218)
#EBE1E5
(235,225,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35A82; }

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

This text font color is #A35A82.


Background Color

.myBgColor { background-color: #A35A82; }

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

This div background color is #A35A82.


Border color

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

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

This div border color is #A35A82.


Opacity

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

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

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

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

This text has shadow with #A35A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35A82 on black background.


Color preview on white background

This text has color #A35A82 on white background.



Black color preview on #A35A82 background

This text has black color on #A35A82 background.


White color preview on #A35A82 background

This text has white color on #A35A82 background.