COLOR #A330CC

HEX: #A330CC
RGB: (163,48,204)

Color info

#A330CC contains mainly red and blue colors. Web safe color of #A330CC is #9933CC (or #93C).

RGB color model

#A330CC color RGB value is (163,48,204).

  • red value is 163;
  • green value is 48;
  • blue value is 204.
RGB:
(163,48,204)
(64%,19%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 48 of 255 = 19%
B 204 of 255 = 80%

163
48
204

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

Portions of RGB colors in percentages

R + G + B =
163 + 48 + 204 = 415 (100%)
R 163 of 415 ~ 39.28%
G 48 of 415 ~ 11.57%
B 204 of 415 ~ 49.16%

%39.28
%11.57
%49.16

CMYK color model

#A330CC color CMYK value is (20,76,0,20).

  • cyan value is 20.10%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,76,0,20)
C20M76Y0K20 
(20%,76%,0%,20%)
(0.20/0.76/0.00/0.20)	

CMYK percentages

%20.1
%76.47
%0
%20

Codes

Color #A330CC in popluar color models

A330CC
RGB16348204
HSL284°61.90%49.41%
HSB/HSV284°76.47%80.00%
CMYK20.10%76.47%0.00%
20.00%

Color #A330CC in popluar number systems.

HEXA330CC
Decimal16348204
Binary1010001111000011001100
Octal24360314

Shades and tints

Shades of #A330CC

#A330CC
(163,48,204)
#952CBA
(149,44,186)
#8728A8
(135,40,168)
#792496
(121,36,150)
#6B2084
(107,32,132)
#5D1C72
(93,28,114)
#4F1860
(79,24,96)
#41144E
(65,20,78)
#33103C
(51,16,60)
#250C2A
(37,12,42)
#170818
(23,8,24)
#000000
(0,0,0)

Tints of #A330CC

#A330CC
(163,48,204)
#AB42D0
(171,66,208)
#B354D4
(179,84,212)
#BB66D8
(187,102,216)
#C378DC
(195,120,220)
#CB8AE0
(203,138,224)
#D39CE4
(211,156,228)
#DBAEE8
(219,174,232)
#E3C0EC
(227,192,236)
#EBD2F0
(235,210,240)
#F3E4F4
(243,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A330CC color. Also use rgb(163,48,204) instead hex code.

Text Font Color

.myTextColor { color: #A330CC; }

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

This text font color is #A330CC.


Background Color

.myBgColor { background-color: #A330CC; }

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

This div background color is #A330CC.


Border color

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

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

This div border color is #A330CC.


Opacity

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

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

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

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

This text has shadow with #A330CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A330CC on black background.


Color preview on white background

This text has color #A330CC on white background.



Black color preview on #A330CC background

This text has black color on #A330CC background.


White color preview on #A330CC background

This text has white color on #A330CC background.