COLOR #A35388

HEX: #A35388
RGB: (163,83,136)

Color info

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

RGB color model

#A35388 color RGB value is (163,83,136).

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

RGB channels and saturation

R 163 of 255 = 64%
G 83 of 255 = 33%
B 136 of 255 = 53%

163
83
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 83 + 136 = 382 (100%)
R 163 of 382 ~ 42.67%
G 83 of 382 ~ 21.73%
B 136 of 382 ~ 35.6%

%42.67
%21.73
%35.6

CMYK color model

#A35388 color CMYK value is (0,49,17,36).

  • cyan value is 0.00%
  • magenta value is 49.08%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,49,17,36)
C0M49Y17K36 
(0%,49%,17%,36%)
(0.00/0.49/0.17/0.36)	

CMYK percentages

%0
%49.08
%16.56
%36.08

Codes

Color #A35388 in popluar color models

A35388
RGB16383136
HSL320°32.52%48.24%
HSB/HSV320°49.08%63.92%
CMYK0.00%49.08%16.56%
36.08%

Color #A35388 in popluar number systems.

HEXA35388
Decimal16383136
Binary10100011101001110001000
Octal243123210

Shades and tints

Shades of #A35388

#A35388
(163,83,136)
#954C7C
(149,76,124)
#874570
(135,69,112)
#793E64
(121,62,100)
#6B3758
(107,55,88)
#5D304C
(93,48,76)
#4F2940
(79,41,64)
#412234
(65,34,52)
#331B28
(51,27,40)
#25141C
(37,20,28)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #A35388

#A35388
(163,83,136)
#AB6292
(171,98,146)
#B3719C
(179,113,156)
#BB80A6
(187,128,166)
#C38FB0
(195,143,176)
#CB9EBA
(203,158,186)
#D3ADC4
(211,173,196)
#DBBCCE
(219,188,206)
#E3CBD8
(227,203,216)
#EBDAE2
(235,218,226)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35388; }

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

This text font color is #A35388.


Background Color

.myBgColor { background-color: #A35388; }

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

This div background color is #A35388.


Border color

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

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

This div border color is #A35388.


Opacity

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

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

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

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

This text has shadow with #A35388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35388 on black background.


Color preview on white background

This text has color #A35388 on white background.



Black color preview on #A35388 background

This text has black color on #A35388 background.


White color preview on #A35388 background

This text has white color on #A35388 background.