COLOR #A360A8

HEX: #A360A8
RGB: (163,96,168)

Color info

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

RGB color model

#A360A8 color RGB value is (163,96,168).

  • red value is 163;
  • green value is 96;
  • blue value is 168.
RGB:
(163,96,168)
(64%,38%,66%)

RGB channels and saturation

R 163 of 255 = 64%
G 96 of 255 = 38%
B 168 of 255 = 66%

163
96
168

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

Portions of RGB colors in percentages

R + G + B =
163 + 96 + 168 = 427 (100%)
R 163 of 427 ~ 38.17%
G 96 of 427 ~ 22.48%
B 168 of 427 ~ 39.34%

%38.17
%22.48
%39.34

CMYK color model

#A360A8 color CMYK value is (3,43,0,34).

  • cyan value is 2.98%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(3,43,0,34)
C3M43Y0K34 
(3%,43%,0%,34%)
(0.03/0.43/0.00/0.34)	

CMYK percentages

%2.98
%42.86
%0
%34.12

Codes

Color #A360A8 in popluar color models

A360A8
RGB16396168
HSL296°29.27%51.76%
HSB/HSV296°42.86%65.88%
CMYK2.98%42.86%0.00%
34.12%

Color #A360A8 in popluar number systems.

HEXA360A8
Decimal16396168
Binary10100011110000010101000
Octal243140250

Shades and tints

Shades of #A360A8

#A360A8
(163,96,168)
#955899
(149,88,153)
#87508A
(135,80,138)
#79487B
(121,72,123)
#6B406C
(107,64,108)
#5D385D
(93,56,93)
#4F304E
(79,48,78)
#41283F
(65,40,63)
#332030
(51,32,48)
#251821
(37,24,33)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #A360A8

#A360A8
(163,96,168)
#AB6EAF
(171,110,175)
#B37CB6
(179,124,182)
#BB8ABD
(187,138,189)
#C398C4
(195,152,196)
#CBA6CB
(203,166,203)
#D3B4D2
(211,180,210)
#DBC2D9
(219,194,217)
#E3D0E0
(227,208,224)
#EBDEE7
(235,222,231)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A360A8; }

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

This text font color is #A360A8.


Background Color

.myBgColor { background-color: #A360A8; }

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

This div background color is #A360A8.


Border color

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

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

This div border color is #A360A8.


Opacity

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

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

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

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

This text has shadow with #A360A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A360A8 on black background.


Color preview on white background

This text has color #A360A8 on white background.



Black color preview on #A360A8 background

This text has black color on #A360A8 background.


White color preview on #A360A8 background

This text has white color on #A360A8 background.