COLOR #A33BA3

HEX: #A33BA3
RGB: (163,59,163)

Color info

#A33BA3 contains mainly red and blue colors. Web safe color of #A33BA3 is #993399 (or #939).

RGB color model

#A33BA3 color RGB value is (163,59,163).

  • red value is 163;
  • green value is 59;
  • blue value is 163.
RGB:
(163,59,163)
(64%,23%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 59 of 255 = 23%
B 163 of 255 = 64%

163
59
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 59 + 163 = 385 (100%)
R 163 of 385 ~ 42.34%
G 59 of 385 ~ 15.32%
B 163 of 385 ~ 42.34%

%42.34
%15.32
%42.34

CMYK color model

#A33BA3 color CMYK value is (0,64,0,36).

  • cyan value is 0.00%
  • magenta value is 63.80%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,64,0,36)
C0M64Y0K36 
(0%,64%,0%,36%)
(0.00/0.64/0.00/0.36)	

CMYK percentages

%0
%63.8
%0
%36.08

Codes

Color #A33BA3 in popluar color models

A33BA3
RGB16359163
HSL300°46.85%43.53%
HSB/HSV300°63.80%63.92%
CMYK0.00%63.80%0.00%
36.08%

Color #A33BA3 in popluar number systems.

HEXA33BA3
Decimal16359163
Binary1010001111101110100011
Octal24373243

Shades and tints

Shades of #A33BA3

#A33BA3
(163,59,163)
#953695
(149,54,149)
#873187
(135,49,135)
#792C79
(121,44,121)
#6B276B
(107,39,107)
#5D225D
(93,34,93)
#4F1D4F
(79,29,79)
#411841
(65,24,65)
#331333
(51,19,51)
#250E25
(37,14,37)
#170917
(23,9,23)
#000000
(0,0,0)

Tints of #A33BA3

#A33BA3
(163,59,163)
#AB4CAB
(171,76,171)
#B35DB3
(179,93,179)
#BB6EBB
(187,110,187)
#C37FC3
(195,127,195)
#CB90CB
(203,144,203)
#D3A1D3
(211,161,211)
#DBB2DB
(219,178,219)
#E3C3E3
(227,195,227)
#EBD4EB
(235,212,235)
#F3E5F3
(243,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A33BA3; }

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

This text font color is #A33BA3.


Background Color

.myBgColor { background-color: #A33BA3; }

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

This div background color is #A33BA3.


Border color

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

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

This div border color is #A33BA3.


Opacity

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

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

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

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

This text has shadow with #A33BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33BA3 on black background.


Color preview on white background

This text has color #A33BA3 on white background.



Black color preview on #A33BA3 background

This text has black color on #A33BA3 background.


White color preview on #A33BA3 background

This text has white color on #A33BA3 background.