COLOR #A33DA1

HEX: #A33DA1
RGB: (163,61,161)

Color info

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

RGB color model

#A33DA1 color RGB value is (163,61,161).

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

RGB channels and saturation

R 163 of 255 = 64%
G 61 of 255 = 24%
B 161 of 255 = 63%

163
61
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 61 + 161 = 385 (100%)
R 163 of 385 ~ 42.34%
G 61 of 385 ~ 15.84%
B 161 of 385 ~ 41.82%

%42.34
%15.84
%41.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.58%
  • yellow value is 1.23%
  • key color value is 36.08%
CMYK:
(0,63,1,36)
C0M63Y1K36 
(0%,63%,1%,36%)
(0.00/0.63/0.01/0.36)	

CMYK percentages

%0
%62.58
%1.23
%36.08

Codes

Color #A33DA1 in popluar color models

A33DA1
RGB16361161
HSL301°45.54%43.92%
HSB/HSV301°62.58%63.92%
CMYK0.00%62.58%1.23%
36.08%

Color #A33DA1 in popluar number systems.

HEXA33DA1
Decimal16361161
Binary1010001111110110100001
Octal24375241

Shades and tints

Shades of #A33DA1

#A33DA1
(163,61,161)
#953893
(149,56,147)
#873385
(135,51,133)
#792E77
(121,46,119)
#6B2969
(107,41,105)
#5D245B
(93,36,91)
#4F1F4D
(79,31,77)
#411A3F
(65,26,63)
#331531
(51,21,49)
#251023
(37,16,35)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #A33DA1

#A33DA1
(163,61,161)
#AB4EA9
(171,78,169)
#B35FB1
(179,95,177)
#BB70B9
(187,112,185)
#C381C1
(195,129,193)
#CB92C9
(203,146,201)
#D3A3D1
(211,163,209)
#DBB4D9
(219,180,217)
#E3C5E1
(227,197,225)
#EBD6E9
(235,214,233)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A33DA1; }

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

This text font color is #A33DA1.


Background Color

.myBgColor { background-color: #A33DA1; }

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

This div background color is #A33DA1.


Border color

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

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

This div border color is #A33DA1.


Opacity

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

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

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

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

This text has shadow with #A33DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33DA1 on black background.


Color preview on white background

This text has color #A33DA1 on white background.



Black color preview on #A33DA1 background

This text has black color on #A33DA1 background.


White color preview on #A33DA1 background

This text has white color on #A33DA1 background.