COLOR #A35BB1

HEX: #A35BB1
RGB: (163,91,177)

Color info

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

RGB color model

#A35BB1 color RGB value is (163,91,177).

  • red value is 163;
  • green value is 91;
  • blue value is 177.
RGB:
(163,91,177)
(64%,36%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 91 of 255 = 36%
B 177 of 255 = 69%

163
91
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 91 + 177 = 431 (100%)
R 163 of 431 ~ 37.82%
G 91 of 431 ~ 21.11%
B 177 of 431 ~ 41.07%

%37.82
%21.11
%41.07

CMYK color model

#A35BB1 color CMYK value is (8,49,0,31).

  • cyan value is 7.91%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(8,49,0,31)
C8M49Y0K31 
(8%,49%,0%,31%)
(0.08/0.49/0.00/0.31)	

CMYK percentages

%7.91
%48.59
%0
%30.59

Codes

Color #A35BB1 in popluar color models

A35BB1
RGB16391177
HSL290°35.54%52.55%
HSB/HSV290°48.59%69.41%
CMYK7.91%48.59%0.00%
30.59%

Color #A35BB1 in popluar number systems.

HEXA35BB1
Decimal16391177
Binary10100011101101110110001
Octal243133261

Shades and tints

Shades of #A35BB1

#A35BB1
(163,91,177)
#9553A1
(149,83,161)
#874B91
(135,75,145)
#794381
(121,67,129)
#6B3B71
(107,59,113)
#5D3361
(93,51,97)
#4F2B51
(79,43,81)
#412341
(65,35,65)
#331B31
(51,27,49)
#251321
(37,19,33)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #A35BB1

#A35BB1
(163,91,177)
#AB69B8
(171,105,184)
#B377BF
(179,119,191)
#BB85C6
(187,133,198)
#C393CD
(195,147,205)
#CBA1D4
(203,161,212)
#D3AFDB
(211,175,219)
#DBBDE2
(219,189,226)
#E3CBE9
(227,203,233)
#EBD9F0
(235,217,240)
#F3E7F7
(243,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35BB1 color. Also use rgb(163,91,177) instead hex code.

Text Font Color

.myTextColor { color: #A35BB1; }

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

This text font color is #A35BB1.


Background Color

.myBgColor { background-color: #A35BB1; }

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

This div background color is #A35BB1.


Border color

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

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

This div border color is #A35BB1.


Opacity

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

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

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

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

This text has shadow with #A35BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35BB1 on black background.


Color preview on white background

This text has color #A35BB1 on white background.



Black color preview on #A35BB1 background

This text has black color on #A35BB1 background.


White color preview on #A35BB1 background

This text has white color on #A35BB1 background.