COLOR #A30CBD

HEX: #A30CBD
RGB: (163,12,189)

Color info

#A30CBD contains mainly red and blue colors. Web safe color of #A30CBD is #9900CC (or #90C).

RGB color model

#A30CBD color RGB value is (163,12,189).

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

RGB channels and saturation

R 163 of 255 = 64%
G 12 of 255 = 5%
B 189 of 255 = 74%

163
12
189

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

Portions of RGB colors in percentages

R + G + B =
163 + 12 + 189 = 364 (100%)
R 163 of 364 ~ 44.78%
G 12 of 364 ~ 3.3%
B 189 of 364 ~ 51.92%

%44.78
%51.92

CMYK color model

#A30CBD color CMYK value is (14,94,0,26).

  • cyan value is 13.76%
  • magenta value is 93.65%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,94,0,26)
C14M94Y0K26 
(14%,94%,0%,26%)
(0.14/0.94/0.00/0.26)	

CMYK percentages

%13.76
%93.65
%0
%25.88

Codes

Color #A30CBD in popluar color models

A30CBD
RGB16312189
HSL291°88.06%39.41%
HSB/HSV291°93.65%74.12%
CMYK13.76%93.65%0.00%
25.88%

Color #A30CBD in popluar number systems.

HEXA30CBD
Decimal16312189
Binary10100011110010111101
Octal24314275

Shades and tints

Shades of #A30CBD

#A30CBD
(163,12,189)
#950BAC
(149,11,172)
#870A9B
(135,10,155)
#79098A
(121,9,138)
#6B0879
(107,8,121)
#5D0768
(93,7,104)
#4F0657
(79,6,87)
#410546
(65,5,70)
#330435
(51,4,53)
#250324
(37,3,36)
#170213
(23,2,19)
#000000
(0,0,0)

Tints of #A30CBD

#A30CBD
(163,12,189)
#AB22C3
(171,34,195)
#B338C9
(179,56,201)
#BB4ECF
(187,78,207)
#C364D5
(195,100,213)
#CB7ADB
(203,122,219)
#D390E1
(211,144,225)
#DBA6E7
(219,166,231)
#E3BCED
(227,188,237)
#EBD2F3
(235,210,243)
#F3E8F9
(243,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A30CBD; }

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

This text font color is #A30CBD.


Background Color

.myBgColor { background-color: #A30CBD; }

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

This div background color is #A30CBD.


Border color

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

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

This div border color is #A30CBD.


Opacity

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

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

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

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

This text has shadow with #A30CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30CBD on black background.


Color preview on white background

This text has color #A30CBD on white background.



Black color preview on #A30CBD background

This text has black color on #A30CBD background.


White color preview on #A30CBD background

This text has white color on #A30CBD background.