COLOR #A35890

HEX: #A35890
RGB: (163,88,144)

Color info

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

RGB color model

#A35890 color RGB value is (163,88,144).

  • red value is 163;
  • green value is 88;
  • blue value is 144.
RGB:
(163,88,144)
(64%,35%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 88 of 255 = 35%
B 144 of 255 = 56%

163
88
144

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

Portions of RGB colors in percentages

R + G + B =
163 + 88 + 144 = 395 (100%)
R 163 of 395 ~ 41.27%
G 88 of 395 ~ 22.28%
B 144 of 395 ~ 36.46%

%41.27
%22.28
%36.46

CMYK color model

#A35890 color CMYK value is (0,46,12,36).

  • cyan value is 0.00%
  • magenta value is 46.01%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(0,46,12,36)
C0M46Y12K36 
(0%,46%,12%,36%)
(0.00/0.46/0.12/0.36)	

CMYK percentages

%0
%46.01
%11.66
%36.08

Codes

Color #A35890 in popluar color models

A35890
RGB16388144
HSL315°29.88%49.22%
HSB/HSV315°46.01%63.92%
CMYK0.00%46.01%11.66%
36.08%

Color #A35890 in popluar number systems.

HEXA35890
Decimal16388144
Binary10100011101100010010000
Octal243130220

Shades and tints

Shades of #A35890

#A35890
(163,88,144)
#955083
(149,80,131)
#874876
(135,72,118)
#794069
(121,64,105)
#6B385C
(107,56,92)
#5D304F
(93,48,79)
#4F2842
(79,40,66)
#412035
(65,32,53)
#331828
(51,24,40)
#25101B
(37,16,27)
#17080E
(23,8,14)
#000000
(0,0,0)

Tints of #A35890

#A35890
(163,88,144)
#AB679A
(171,103,154)
#B376A4
(179,118,164)
#BB85AE
(187,133,174)
#C394B8
(195,148,184)
#CBA3C2
(203,163,194)
#D3B2CC
(211,178,204)
#DBC1D6
(219,193,214)
#E3D0E0
(227,208,224)
#EBDFEA
(235,223,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35890; }

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

This text font color is #A35890.


Background Color

.myBgColor { background-color: #A35890; }

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

This div background color is #A35890.


Border color

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

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

This div border color is #A35890.


Opacity

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

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

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

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

This text has shadow with #A35890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35890 on black background.


Color preview on white background

This text has color #A35890 on white background.



Black color preview on #A35890 background

This text has black color on #A35890 background.


White color preview on #A35890 background

This text has white color on #A35890 background.