COLOR #A33DA4

HEX: #A33DA4
RGB: (163,61,164)

Color info

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

RGB color model

#A33DA4 color RGB value is (163,61,164).

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

RGB channels and saturation

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

163
61
164

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

Portions of RGB colors in percentages

R + G + B =
163 + 61 + 164 = 388 (100%)
R 163 of 388 ~ 42.01%
G 61 of 388 ~ 15.72%
B 164 of 388 ~ 42.27%

%42.01
%15.72
%42.27

CMYK color model

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

  • cyan value is 0.61%
  • magenta value is 62.80%
  • 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
%62.8
%0
%35.69

Codes

Color #A33DA4 in popluar color models

A33DA4
RGB16361164
HSL299°45.78%44.12%
HSB/HSV299°62.80%64.31%
CMYK0.61%62.80%0.00%
35.69%

Color #A33DA4 in popluar number systems.

HEXA33DA4
Decimal16361164
Binary1010001111110110100100
Octal24375244

Shades and tints

Shades of #A33DA4

#A33DA4
(163,61,164)
#953896
(149,56,150)
#873388
(135,51,136)
#792E7A
(121,46,122)
#6B296C
(107,41,108)
#5D245E
(93,36,94)
#4F1F50
(79,31,80)
#411A42
(65,26,66)
#331534
(51,21,52)
#251026
(37,16,38)
#170B18
(23,11,24)
#000000
(0,0,0)

Tints of #A33DA4

#A33DA4
(163,61,164)
#AB4EAC
(171,78,172)
#B35FB4
(179,95,180)
#BB70BC
(187,112,188)
#C381C4
(195,129,196)
#CB92CC
(203,146,204)
#D3A3D4
(211,163,212)
#DBB4DC
(219,180,220)
#E3C5E4
(227,197,228)
#EBD6EC
(235,214,236)
#F3E7F4
(243,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A33DA4; }

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

This text font color is #A33DA4.


Background Color

.myBgColor { background-color: #A33DA4; }

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

This div background color is #A33DA4.


Border color

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

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

This div border color is #A33DA4.


Opacity

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

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

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

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

This text has shadow with #A33DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33DA4 on black background.


Color preview on white background

This text has color #A33DA4 on white background.



Black color preview on #A33DA4 background

This text has black color on #A33DA4 background.


White color preview on #A33DA4 background

This text has white color on #A33DA4 background.