COLOR #A30C9C

HEX: #A30C9C
RGB: (163,12,156)

Color info

#A30C9C contains mainly red and blue colors. Web safe color of #A30C9C is #990099 (or #909).

RGB color model

#A30C9C color RGB value is (163,12,156).

  • red value is 163;
  • green value is 12;
  • blue value is 156.
RGB:
(163,12,156)
(64%,5%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 12 of 255 = 5%
B 156 of 255 = 61%

163
12
156

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

Portions of RGB colors in percentages

R + G + B =
163 + 12 + 156 = 331 (100%)
R 163 of 331 ~ 49.24%
G 12 of 331 ~ 3.63%
B 156 of 331 ~ 47.13%

%49.24
%47.13

CMYK color model

#A30C9C color CMYK value is (0,93,4,36).

  • cyan value is 0.00%
  • magenta value is 92.64%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK:
(0,93,4,36)
C0M93Y4K36 
(0%,93%,4%,36%)
(0.00/0.93/0.04/0.36)	

CMYK percentages

%0
%92.64
%4.29
%36.08

Codes

Color #A30C9C in popluar color models

A30C9C
RGB16312156
HSL303°86.29%34.31%
HSB/HSV303°92.64%63.92%
CMYK0.00%92.64%4.29%
36.08%

Color #A30C9C in popluar number systems.

HEXA30C9C
Decimal16312156
Binary10100011110010011100
Octal24314234

Shades and tints

Shades of #A30C9C

#A30C9C
(163,12,156)
#950B8E
(149,11,142)
#870A80
(135,10,128)
#790972
(121,9,114)
#6B0864
(107,8,100)
#5D0756
(93,7,86)
#4F0648
(79,6,72)
#41053A
(65,5,58)
#33042C
(51,4,44)
#25031E
(37,3,30)
#170210
(23,2,16)
#000000
(0,0,0)

Tints of #A30C9C

#A30C9C
(163,12,156)
#AB22A5
(171,34,165)
#B338AE
(179,56,174)
#BB4EB7
(187,78,183)
#C364C0
(195,100,192)
#CB7AC9
(203,122,201)
#D390D2
(211,144,210)
#DBA6DB
(219,166,219)
#E3BCE4
(227,188,228)
#EBD2ED
(235,210,237)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A30C9C color. Also use rgb(163,12,156) instead hex code.

Text Font Color

.myTextColor { color: #A30C9C; }

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

This text font color is #A30C9C.


Background Color

.myBgColor { background-color: #A30C9C; }

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

This div background color is #A30C9C.


Border color

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

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

This div border color is #A30C9C.


Opacity

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

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

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

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

This text has shadow with #A30C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30C9C on black background.


Color preview on white background

This text has color #A30C9C on white background.



Black color preview on #A30C9C background

This text has black color on #A30C9C background.


White color preview on #A30C9C background

This text has white color on #A30C9C background.