COLOR #A370AD

HEX: #A370AD
RGB: (163,112,173)

Color info

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

RGB color model

#A370AD color RGB value is (163,112,173).

  • red value is 163;
  • green value is 112;
  • blue value is 173.
RGB:
(163,112,173)
(64%,44%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 112 of 255 = 44%
B 173 of 255 = 68%

163
112
173

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

Portions of RGB colors in percentages

R + G + B =
163 + 112 + 173 = 448 (100%)
R 163 of 448 ~ 36.38%
G 112 of 448 ~ 25%
B 173 of 448 ~ 38.62%

%36.38
%25
%38.62

CMYK color model

#A370AD color CMYK value is (6,35,0,32).

  • cyan value is 5.78%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,35,0,32)
C6M35Y0K32 
(6%,35%,0%,32%)
(0.06/0.35/0.00/0.32)	

CMYK percentages

%5.78
%35.26
%0
%32.16

Codes

Color #A370AD in popluar color models

A370AD
RGB163112173
HSL290°27.11%55.88%
HSB/HSV290°35.26%67.84%
CMYK5.78%35.26%0.00%
32.16%

Color #A370AD in popluar number systems.

HEXA370AD
Decimal163112173
Binary10100011111000010101101
Octal243160255

Shades and tints

Shades of #A370AD

#A370AD
(163,112,173)
#95669E
(149,102,158)
#875C8F
(135,92,143)
#795280
(121,82,128)
#6B4871
(107,72,113)
#5D3E62
(93,62,98)
#4F3453
(79,52,83)
#412A44
(65,42,68)
#332035
(51,32,53)
#251626
(37,22,38)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #A370AD

#A370AD
(163,112,173)
#AB7DB4
(171,125,180)
#B38ABB
(179,138,187)
#BB97C2
(187,151,194)
#C3A4C9
(195,164,201)
#CBB1D0
(203,177,208)
#D3BED7
(211,190,215)
#DBCBDE
(219,203,222)
#E3D8E5
(227,216,229)
#EBE5EC
(235,229,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A370AD; }

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

This text font color is #A370AD.


Background Color

.myBgColor { background-color: #A370AD; }

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

This div background color is #A370AD.


Border color

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

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

This div border color is #A370AD.


Opacity

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

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

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

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

This text has shadow with #A370AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A370AD on black background.


Color preview on white background

This text has color #A370AD on white background.



Black color preview on #A370AD background

This text has black color on #A370AD background.


White color preview on #A370AD background

This text has white color on #A370AD background.