COLOR #A35FB9

HEX: #A35FB9
RGB: (163,95,185)

Color info

#A35FB9 contains mainly red and blue colors. Web safe color of #A35FB9 is #9966CC (or #96C).

RGB color model

#A35FB9 color RGB value is (163,95,185).

  • red value is 163;
  • green value is 95;
  • blue value is 185.
RGB:
(163,95,185)
(64%,37%,73%)

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 185 of 255 = 73%

163
95
185

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

Portions of RGB colors in percentages

R + G + B =
163 + 95 + 185 = 443 (100%)
R 163 of 443 ~ 36.79%
G 95 of 443 ~ 21.44%
B 185 of 443 ~ 41.76%

%36.79
%21.44
%41.76

CMYK color model

#A35FB9 color CMYK value is (12,49,0,27).

  • cyan value is 11.89%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(12,49,0,27)
C12M49Y0K27 
(12%,49%,0%,27%)
(0.12/0.49/0.00/0.27)	

CMYK percentages

%11.89
%48.65
%0
%27.45

Codes

Color #A35FB9 in popluar color models

A35FB9
RGB16395185
HSL285°39.13%54.90%
HSB/HSV285°48.65%72.55%
CMYK11.89%48.65%0.00%
27.45%

Color #A35FB9 in popluar number systems.

HEXA35FB9
Decimal16395185
Binary10100011101111110111001
Octal243137271

Shades and tints

Shades of #A35FB9

#A35FB9
(163,95,185)
#9557A9
(149,87,169)
#874F99
(135,79,153)
#794789
(121,71,137)
#6B3F79
(107,63,121)
#5D3769
(93,55,105)
#4F2F59
(79,47,89)
#412749
(65,39,73)
#331F39
(51,31,57)
#251729
(37,23,41)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #A35FB9

#A35FB9
(163,95,185)
#AB6DBF
(171,109,191)
#B37BC5
(179,123,197)
#BB89CB
(187,137,203)
#C397D1
(195,151,209)
#CBA5D7
(203,165,215)
#D3B3DD
(211,179,221)
#DBC1E3
(219,193,227)
#E3CFE9
(227,207,233)
#EBDDEF
(235,221,239)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35FB9 color. Also use rgb(163,95,185) instead hex code.

Text Font Color

.myTextColor { color: #A35FB9; }

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

This text font color is #A35FB9.


Background Color

.myBgColor { background-color: #A35FB9; }

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

This div background color is #A35FB9.


Border color

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

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

This div border color is #A35FB9.


Opacity

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

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

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

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

This text has shadow with #A35FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35FB9 on black background.


Color preview on white background

This text has color #A35FB9 on white background.



Black color preview on #A35FB9 background

This text has black color on #A35FB9 background.


White color preview on #A35FB9 background

This text has white color on #A35FB9 background.