COLOR #A359B0

HEX: #A359B0
RGB: (163,89,176)

Color info

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

RGB color model

#A359B0 color RGB value is (163,89,176).

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

RGB channels and saturation

R 163 of 255 = 64%
G 89 of 255 = 35%
B 176 of 255 = 69%

163
89
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 89 + 176 = 428 (100%)
R 163 of 428 ~ 38.08%
G 89 of 428 ~ 20.79%
B 176 of 428 ~ 41.12%

%38.08
%20.79
%41.12

CMYK color model

#A359B0 color CMYK value is (7,49,0,31).

  • cyan value is 7.39%
  • magenta value is 49.43%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,49,0,31)
C7M49Y0K31 
(7%,49%,0%,31%)
(0.07/0.49/0.00/0.31)	

CMYK percentages

%7.39
%49.43
%0
%30.98

Codes

Color #A359B0 in popluar color models

A359B0
RGB16389176
HSL291°35.51%51.96%
HSB/HSV291°49.43%69.02%
CMYK7.39%49.43%0.00%
30.98%

Color #A359B0 in popluar number systems.

HEXA359B0
Decimal16389176
Binary10100011101100110110000
Octal243131260

Shades and tints

Shades of #A359B0

#A359B0
(163,89,176)
#9551A0
(149,81,160)
#874990
(135,73,144)
#794180
(121,65,128)
#6B3970
(107,57,112)
#5D3160
(93,49,96)
#4F2950
(79,41,80)
#412140
(65,33,64)
#331930
(51,25,48)
#251120
(37,17,32)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #A359B0

#A359B0
(163,89,176)
#AB68B7
(171,104,183)
#B377BE
(179,119,190)
#BB86C5
(187,134,197)
#C395CC
(195,149,204)
#CBA4D3
(203,164,211)
#D3B3DA
(211,179,218)
#DBC2E1
(219,194,225)
#E3D1E8
(227,209,232)
#EBE0EF
(235,224,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A359B0; }

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

This text font color is #A359B0.


Background Color

.myBgColor { background-color: #A359B0; }

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

This div background color is #A359B0.


Border color

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

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

This div border color is #A359B0.


Opacity

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

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

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

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

This text has shadow with #A359B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A359B0 on black background.


Color preview on white background

This text has color #A359B0 on white background.



Black color preview on #A359B0 background

This text has black color on #A359B0 background.


White color preview on #A359B0 background

This text has white color on #A359B0 background.