COLOR #A30063

HEX: #A30063
RGB: (163,0,99)

Color info

#A30063 contains mainly red color. Web safe color of #A30063 is #990066 (or #906).

RGB color model

#A30063 color RGB value is (163,0,99).

  • red value is 163;
  • green value is 0;
  • blue value is 99.
RGB:
(163,0,99)
(64%,0%,39%)

RGB channels and saturation

R 163 of 255 = 64%
G 0 of 255 = 0%
B 99 of 255 = 39%

163
0
99

R + G + B ~ 34%. #A30063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 0 + 99 = 262 (100%)
R 163 of 262 ~ 62.21%
G 0 of 262 ~ 0%
B 99 of 262 ~ 37.79%

%62.21
%37.79

CMYK color model

#A30063 color CMYK value is (0,100,39,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 39.26%
  • key color value is 36.08%
CMYK:
(0,100,39,36)
C0M100Y39K36 
(0%,100%,39%,36%)
(0.00/1.00/0.39/0.36)	

CMYK percentages

%0
%100
%39.26
%36.08

Codes

Color #A30063 in popluar color models

A30063
RGB163099
HSL324°100.00%31.96%
HSB/HSV324°100.00%63.92%
CMYK0.00%100.00%39.26%
36.08%

Color #A30063 in popluar number systems.

HEXA30063
Decimal163099
Binary1010001101100011
Octal2430143

Shades and tints

Shades of #A30063

#A30063
(163,0,99)
#95005A
(149,0,90)
#870051
(135,0,81)
#790048
(121,0,72)
#6B003F
(107,0,63)
#5D0036
(93,0,54)
#4F002D
(79,0,45)
#410024
(65,0,36)
#33001B
(51,0,27)
#250012
(37,0,18)
#170009
(23,0,9)
#000000
(0,0,0)

Tints of #A30063

#A30063
(163,0,99)
#AB1771
(171,23,113)
#B32E7F
(179,46,127)
#BB458D
(187,69,141)
#C35C9B
(195,92,155)
#CB73A9
(203,115,169)
#D38AB7
(211,138,183)
#DBA1C5
(219,161,197)
#E3B8D3
(227,184,211)
#EBCFE1
(235,207,225)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A30063 color. Also use rgb(163,0,99) instead hex code.

Text Font Color

.myTextColor { color: #A30063; }

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

This text font color is #A30063.


Background Color

.myBgColor { background-color: #A30063; }

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

This div background color is #A30063.


Border color

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

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

This div border color is #A30063.


Opacity

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

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

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

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

This text has shadow with #A30063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30063 on black background.


Color preview on white background

This text has color #A30063 on white background.



Black color preview on #A30063 background

This text has black color on #A30063 background.


White color preview on #A30063 background

This text has white color on #A30063 background.