COLOR #A367A3

HEX: #A367A3
RGB: (163,103,163)

Color info

#A367A3 contains mainly red and blue colors. Web safe color of #A367A3 is #996699 (or #969).

RGB color model

#A367A3 color RGB value is (163,103,163).

  • red value is 163;
  • green value is 103;
  • blue value is 163.
RGB:
(163,103,163)
(64%,40%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 103 of 255 = 40%
B 163 of 255 = 64%

163
103
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 103 + 163 = 429 (100%)
R 163 of 429 ~ 38%
G 103 of 429 ~ 24.01%
B 163 of 429 ~ 38%

%38
%24.01
%38

CMYK color model

#A367A3 color CMYK value is (0,37,0,36).

  • cyan value is 0.00%
  • magenta value is 36.81%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,37,0,36)
C0M37Y0K36 
(0%,37%,0%,36%)
(0.00/0.37/0.00/0.36)	

CMYK percentages

%0
%36.81
%0
%36.08

Codes

Color #A367A3 in popluar color models

A367A3
RGB163103163
HSL300°24.59%52.16%
HSB/HSV300°36.81%63.92%
CMYK0.00%36.81%0.00%
36.08%

Color #A367A3 in popluar number systems.

HEXA367A3
Decimal163103163
Binary10100011110011110100011
Octal243147243

Shades and tints

Shades of #A367A3

#A367A3
(163,103,163)
#955E95
(149,94,149)
#875587
(135,85,135)
#794C79
(121,76,121)
#6B436B
(107,67,107)
#5D3A5D
(93,58,93)
#4F314F
(79,49,79)
#412841
(65,40,65)
#331F33
(51,31,51)
#251625
(37,22,37)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A367A3

#A367A3
(163,103,163)
#AB74AB
(171,116,171)
#B381B3
(179,129,179)
#BB8EBB
(187,142,187)
#C39BC3
(195,155,195)
#CBA8CB
(203,168,203)
#D3B5D3
(211,181,211)
#DBC2DB
(219,194,219)
#E3CFE3
(227,207,227)
#EBDCEB
(235,220,235)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A367A3; }

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

This text font color is #A367A3.


Background Color

.myBgColor { background-color: #A367A3; }

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

This div background color is #A367A3.


Border color

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

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

This div border color is #A367A3.


Opacity

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

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

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

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

This text has shadow with #A367A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A367A3 on black background.


Color preview on white background

This text has color #A367A3 on white background.



Black color preview on #A367A3 background

This text has black color on #A367A3 background.


White color preview on #A367A3 background

This text has white color on #A367A3 background.