COLOR #A35988

HEX: #A35988
RGB: (163,89,136)

Color info

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

RGB color model

#A35988 color RGB value is (163,89,136).

  • red value is 163;
  • green value is 89;
  • blue value is 136.
RGB:
(163,89,136)
(64%,35%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 89 of 255 = 35%
B 136 of 255 = 53%

163
89
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 89 + 136 = 388 (100%)
R 163 of 388 ~ 42.01%
G 89 of 388 ~ 22.94%
B 136 of 388 ~ 35.05%

%42.01
%22.94
%35.05

CMYK color model

#A35988 color CMYK value is (0,45,17,36).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,45,17,36)
C0M45Y17K36 
(0%,45%,17%,36%)
(0.00/0.45/0.17/0.36)	

CMYK percentages

%0
%45.4
%16.56
%36.08

Codes

Color #A35988 in popluar color models

A35988
RGB16389136
HSL322°29.37%49.41%
HSB/HSV322°45.40%63.92%
CMYK0.00%45.40%16.56%
36.08%

Color #A35988 in popluar number systems.

HEXA35988
Decimal16389136
Binary10100011101100110001000
Octal243131210

Shades and tints

Shades of #A35988

#A35988
(163,89,136)
#95517C
(149,81,124)
#874970
(135,73,112)
#794164
(121,65,100)
#6B3958
(107,57,88)
#5D314C
(93,49,76)
#4F2940
(79,41,64)
#412134
(65,33,52)
#331928
(51,25,40)
#25111C
(37,17,28)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #A35988

#A35988
(163,89,136)
#AB6892
(171,104,146)
#B3779C
(179,119,156)
#BB86A6
(187,134,166)
#C395B0
(195,149,176)
#CBA4BA
(203,164,186)
#D3B3C4
(211,179,196)
#DBC2CE
(219,194,206)
#E3D1D8
(227,209,216)
#EBE0E2
(235,224,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35988 color. Also use rgb(163,89,136) instead hex code.

Text Font Color

.myTextColor { color: #A35988; }

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

This text font color is #A35988.


Background Color

.myBgColor { background-color: #A35988; }

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

This div background color is #A35988.


Border color

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

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

This div border color is #A35988.


Opacity

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

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

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

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

This text has shadow with #A35988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35988 on black background.


Color preview on white background

This text has color #A35988 on white background.



Black color preview on #A35988 background

This text has black color on #A35988 background.


White color preview on #A35988 background

This text has white color on #A35988 background.