COLOR #A370AA

HEX: #A370AA RGB: (163,112,170)

Color info

#A370AA contains red, green and blue colors in about the same proportion. Web safe color of #A370AA is #996699 (or #969).

RGB color model

#A370AA color RGB value is (163,112,170).

RGB: (163,112,170) (64%, 44%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 112 of 255 = 44%
B 170 of 255 = 67%

163
112
170

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

Portions of RGB colors in percentages

R + G + B = 163 + 112 + 170 = 445 (100%)
R 163 of 445 ~ 36.63%
G 112 of 445 ~ 25.17%
B 170 of 445 ~ 38.2'%

%36.63
%25.17
%38.2

CMYK color model

#A370AA color CMYK value is (4,34,0,33).

  • cyan value is 4.12%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (4,34,0,33)
C4M34Y0K33 (4%, 34%, 0%, 33%)
(0.04 / 0.34 / 0.00 / 0.33)

CMYK percentages

%4.12
%34.12
%0
%33.33

Codes

Color #A370AA in popluar color models

A3 70 AA
RGB 163 112 170
HSL 293° 25.44% 55.29%
HSB/HSV 293° 34.12% 66.67%
CMYK 4.12% 34.12% 0.00%
33.33%

Color #A370AA in popluar number systems.

HEX A3 70 AA
Decimal 163 112 170
Binary 10100011 1110000 10101010
Octal 243 160 252

Shades and tints

Shades of #A370AA

#A370AA
(163,112,170)
#95669B
(149,102,155)
#875C8C
(135,92,140)
#79527D
(121,82,125)
#6B486E
(107,72,110)
#5D3E5F
(93,62,95)
#4F3450
(79,52,80)
#412A41
(65,42,65)
#332032
(51,32,50)
#251623
(37,22,35)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #A370AA

#A370AA
(163,112,170)
#AB7DB1
(171,125,177)
#B38AB8
(179,138,184)
#BB97BF
(187,151,191)
#C3A4C6
(195,164,198)
#CBB1CD
(203,177,205)
#D3BED4
(211,190,212)
#DBCBDB
(219,203,219)
#E3D8E2
(227,216,226)
#EBE5E9
(235,229,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A370AA; }

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

This text font color is #A370AA.

Background Color

.myBgColor { background-color: #A370AA; }

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

This div background color is #A370AA.

Border color

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

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

This div border color is #A370AA.

Opacity

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

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

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

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

This text has shadow with #A370AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A370AA.

Preview

Color preview on black background

This text has color #A370AA on black background.


Color preview on white background

This text has color #A370AA on white background.


Black color preview on #A370AA background

This text has black color on #A370AA background.


White color preview on #A370AA background

This text has white color on #A370AA background.


Related colors

Complementary color

Complementary color for #hex is #5C8F55.


I love getcolorcode.com

Triadic colors

1 #AAA370 and #70AAA3 with #A370AA are triadic colors.

2 #AA70A3 and #70A3AA with #A370AA are triadic colors.