COLOR #A334B0

HEX: #A334B0
RGB: (163,52,176)

Color info

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

RGB color model

#A334B0 color RGB value is (163,52,176).

  • red value is 163;
  • green value is 52;
  • blue value is 176.
RGB:
(163,52,176)
(64%,20%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 52 of 255 = 20%
B 176 of 255 = 69%

163
52
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 52 + 176 = 391 (100%)
R 163 of 391 ~ 41.69%
G 52 of 391 ~ 13.3%
B 176 of 391 ~ 45.01%

%41.69
%13.3
%45.01

CMYK color model

#A334B0 color CMYK value is (7,70,0,31).

  • cyan value is 7.39%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,70,0,31)
C7M70Y0K31 
(7%,70%,0%,31%)
(0.07/0.70/0.00/0.31)	

CMYK percentages

%7.39
%70.45
%0
%30.98

Codes

Color #A334B0 in popluar color models

A334B0
RGB16352176
HSL294°54.39%44.71%
HSB/HSV294°70.45%69.02%
CMYK7.39%70.45%0.00%
30.98%

Color #A334B0 in popluar number systems.

HEXA334B0
Decimal16352176
Binary1010001111010010110000
Octal24364260

Shades and tints

Shades of #A334B0

#A334B0
(163,52,176)
#9530A0
(149,48,160)
#872C90
(135,44,144)
#792880
(121,40,128)
#6B2470
(107,36,112)
#5D2060
(93,32,96)
#4F1C50
(79,28,80)
#411840
(65,24,64)
#331430
(51,20,48)
#251020
(37,16,32)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #A334B0

#A334B0
(163,52,176)
#AB46B7
(171,70,183)
#B358BE
(179,88,190)
#BB6AC5
(187,106,197)
#C37CCC
(195,124,204)
#CB8ED3
(203,142,211)
#D3A0DA
(211,160,218)
#DBB2E1
(219,178,225)
#E3C4E8
(227,196,232)
#EBD6EF
(235,214,239)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A334B0; }

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

This text font color is #A334B0.


Background Color

.myBgColor { background-color: #A334B0; }

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

This div background color is #A334B0.


Border color

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

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

This div border color is #A334B0.


Opacity

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

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

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

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

This text has shadow with #A334B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A334B0 on black background.


Color preview on white background

This text has color #A334B0 on white background.



Black color preview on #A334B0 background

This text has black color on #A334B0 background.


White color preview on #A334B0 background

This text has white color on #A334B0 background.