COLOR #A633A1

HEX: #A633A1
RGB: (166,51,161)

Color info

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

RGB color model

#A633A1 color RGB value is (166,51,161).

  • red value is 166;
  • green value is 51;
  • blue value is 161.
RGB:
(166,51,161)
(65%,20%,63%)

RGB channels and saturation

R 166 of 255 = 65%
G 51 of 255 = 20%
B 161 of 255 = 63%

166
51
161

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

Portions of RGB colors in percentages

R + G + B =
166 + 51 + 161 = 378 (100%)
R 166 of 378 ~ 43.92%
G 51 of 378 ~ 13.49%
B 161 of 378 ~ 42.59%

%43.92
%13.49
%42.59

CMYK color model

#A633A1 color CMYK value is (0,69,3,35).

  • cyan value is 0.00%
  • magenta value is 69.28%
  • yellow value is 3.01%
  • key color value is 34.90%
CMYK:
(0,69,3,35)
C0M69Y3K35 
(0%,69%,3%,35%)
(0.00/0.69/0.03/0.35)	

CMYK percentages

%0
%69.28
%3.01
%34.9

Codes

Color #A633A1 in popluar color models

A633A1
RGB16651161
HSL303°53.00%42.55%
HSB/HSV303°69.28%65.10%
CMYK0.00%69.28%3.01%
34.90%

Color #A633A1 in popluar number systems.

HEXA633A1
Decimal16651161
Binary1010011011001110100001
Octal24663241

Shades and tints

Shades of #A633A1

#A633A1
(166,51,161)
#972F93
(151,47,147)
#882B85
(136,43,133)
#792777
(121,39,119)
#6A2369
(106,35,105)
#5B1F5B
(91,31,91)
#4C1B4D
(76,27,77)
#3D173F
(61,23,63)
#2E1331
(46,19,49)
#1F0F23
(31,15,35)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #A633A1

#A633A1
(166,51,161)
#AE45A9
(174,69,169)
#B657B1
(182,87,177)
#BE69B9
(190,105,185)
#C67BC1
(198,123,193)
#CE8DC9
(206,141,201)
#D69FD1
(214,159,209)
#DEB1D9
(222,177,217)
#E6C3E1
(230,195,225)
#EED5E9
(238,213,233)
#F6E7F1
(246,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A633A1 color. Also use rgb(166,51,161) instead hex code.

Text Font Color

.myTextColor { color: #A633A1; }

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

This text font color is #A633A1.


Background Color

.myBgColor { background-color: #A633A1; }

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

This div background color is #A633A1.


Border color

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

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

This div border color is #A633A1.


Opacity

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

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

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

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

This text has shadow with #A633A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A633A1 on black background.


Color preview on white background

This text has color #A633A1 on white background.



Black color preview on #A633A1 background

This text has black color on #A633A1 background.


White color preview on #A633A1 background

This text has white color on #A633A1 background.