COLOR #A373AB

HEX: #A373AB RGB: (163,115,171)

Color info

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

RGB color model

#A373AB color RGB value is (163,115,171).

RGB: (163,115,171) (64%, 45%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 115 of 255 = 45%
B 171 of 255 = 67%

163
115
171

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

Portions of RGB colors in percentages

R + G + B = 163 + 115 + 171 = 449 (100%)
R 163 of 449 ~ 36.3%
G 115 of 449 ~ 25.61%
B 171 of 449 ~ 38.08'%

%36.3
%25.61
%38.08

CMYK color model

#A373AB color CMYK value is (5,33,0,33).

  • cyan value is 4.68%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (5,33,0,33)
C5M33Y0K33 (5%, 33%, 0%, 33%)
(0.05 / 0.33 / 0.00 / 0.33)

CMYK percentages

%4.68
%32.75
%0
%32.94

Codes

Color #A373AB in popluar color models

A3 73 AB
RGB 163 115 171
HSL 291° 25.00% 56.08%
HSB/HSV 291° 32.75% 67.06%
CMYK 4.68% 32.75% 0.00%
32.94%

Color #A373AB in popluar number systems.

HEX A3 73 AB
Decimal 163 115 171
Binary 10100011 1110011 10101011
Octal 243 163 253

Shades and tints

Shades of #A373AB

#A373AB
(163,115,171)
#95699C
(149,105,156)
#875F8D
(135,95,141)
#79557E
(121,85,126)
#6B4B6F
(107,75,111)
#5D4160
(93,65,96)
#4F3751
(79,55,81)
#412D42
(65,45,66)
#332333
(51,35,51)
#251924
(37,25,36)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #A373AB

#A373AB
(163,115,171)
#AB7FB2
(171,127,178)
#B38BB9
(179,139,185)
#BB97C0
(187,151,192)
#C3A3C7
(195,163,199)
#CBAFCE
(203,175,206)
#D3BBD5
(211,187,213)
#DBC7DC
(219,199,220)
#E3D3E3
(227,211,227)
#EBDFEA
(235,223,234)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A373AB; }

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

This text font color is #A373AB.

Background Color

.myBgColor { background-color: #A373AB; }

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

This div background color is #A373AB.

Border color

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

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

This div border color is #A373AB.

Opacity

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

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

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

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

This text has shadow with #A373AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A373AB.

Preview

Color preview on black background

This text has color #A373AB on black background.


Color preview on white background

This text has color #A373AB on white background.


Black color preview on #A373AB background

This text has black color on #A373AB background.


White color preview on #A373AB background

This text has white color on #A373AB background.


Related colors

Complementary color

Complementary color for #hex is #5C8C54.


I love getcolorcode.com

Triadic colors

1 #ABA373 and #73ABA3 with #A373AB are triadic colors.

2 #AB73A3 and #73A3AB with #A373AB are triadic colors.