COLOR #A33CA4

HEX: #A33CA4
RGB: (163,60,164)

Color info

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

RGB color model

#A33CA4 color RGB value is (163,60,164).

  • red value is 163;
  • green value is 60;
  • blue value is 164.
RGB:
(163,60,164)
(64%,24%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 60 of 255 = 24%
B 164 of 255 = 64%

163
60
164

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

Portions of RGB colors in percentages

R + G + B =
163 + 60 + 164 = 387 (100%)
R 163 of 387 ~ 42.12%
G 60 of 387 ~ 15.5%
B 164 of 387 ~ 42.38%

%42.12
%15.5
%42.38

CMYK color model

#A33CA4 color CMYK value is (1,63,0,36).

  • cyan value is 0.61%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(1,63,0,36)
C1M63Y0K36 
(1%,63%,0%,36%)
(0.01/0.63/0.00/0.36)	

CMYK percentages

%0.61
%63.41
%0
%35.69

Codes

Color #A33CA4 in popluar color models

A33CA4
RGB16360164
HSL299°46.43%43.92%
HSB/HSV299°63.41%64.31%
CMYK0.61%63.41%0.00%
35.69%

Color #A33CA4 in popluar number systems.

HEXA33CA4
Decimal16360164
Binary1010001111110010100100
Octal24374244

Shades and tints

Shades of #A33CA4

#A33CA4
(163,60,164)
#953796
(149,55,150)
#873288
(135,50,136)
#792D7A
(121,45,122)
#6B286C
(107,40,108)
#5D235E
(93,35,94)
#4F1E50
(79,30,80)
#411942
(65,25,66)
#331434
(51,20,52)
#250F26
(37,15,38)
#170A18
(23,10,24)
#000000
(0,0,0)

Tints of #A33CA4

#A33CA4
(163,60,164)
#AB4DAC
(171,77,172)
#B35EB4
(179,94,180)
#BB6FBC
(187,111,188)
#C380C4
(195,128,196)
#CB91CC
(203,145,204)
#D3A2D4
(211,162,212)
#DBB3DC
(219,179,220)
#E3C4E4
(227,196,228)
#EBD5EC
(235,213,236)
#F3E6F4
(243,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A33CA4; }

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

This text font color is #A33CA4.


Background Color

.myBgColor { background-color: #A33CA4; }

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

This div background color is #A33CA4.


Border color

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

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

This div border color is #A33CA4.


Opacity

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

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

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

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

This text has shadow with #A33CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33CA4 on black background.


Color preview on white background

This text has color #A33CA4 on white background.



Black color preview on #A33CA4 background

This text has black color on #A33CA4 background.


White color preview on #A33CA4 background

This text has white color on #A33CA4 background.