COLOR #A375A0

HEX: #A375A0
RGB: (163,117,160)

Color info

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

RGB color model

#A375A0 color RGB value is (163,117,160).

  • red value is 163;
  • green value is 117;
  • blue value is 160.
RGB:
(163,117,160)
(64%,46%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 160 of 255 = 63%

163
117
160

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 160 = 440 (100%)
R 163 of 440 ~ 37.05%
G 117 of 440 ~ 26.59%
B 160 of 440 ~ 36.36%

%37.05
%26.59
%36.36

CMYK color model

#A375A0 color CMYK value is (0,28,2,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 1.84%
  • key color value is 36.08%
CMYK:
(0,28,2,36)
C0M28Y2K36 
(0%,28%,2%,36%)
(0.00/0.28/0.02/0.36)	

CMYK percentages

%0
%28.22
%1.84
%36.08

Codes

Color #A375A0 in popluar color models

A375A0
RGB163117160
HSL304°20.00%54.90%
HSB/HSV304°28.22%63.92%
CMYK0.00%28.22%1.84%
36.08%

Color #A375A0 in popluar number systems.

HEXA375A0
Decimal163117160
Binary10100011111010110100000
Octal243165240

Shades and tints

Shades of #A375A0

#A375A0
(163,117,160)
#956B92
(149,107,146)
#876184
(135,97,132)
#795776
(121,87,118)
#6B4D68
(107,77,104)
#5D435A
(93,67,90)
#4F394C
(79,57,76)
#412F3E
(65,47,62)
#332530
(51,37,48)
#251B22
(37,27,34)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A375A0

#A375A0
(163,117,160)
#AB81A8
(171,129,168)
#B38DB0
(179,141,176)
#BB99B8
(187,153,184)
#C3A5C0
(195,165,192)
#CBB1C8
(203,177,200)
#D3BDD0
(211,189,208)
#DBC9D8
(219,201,216)
#E3D5E0
(227,213,224)
#EBE1E8
(235,225,232)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A375A0; }

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

This text font color is #A375A0.


Background Color

.myBgColor { background-color: #A375A0; }

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

This div background color is #A375A0.


Border color

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

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

This div border color is #A375A0.


Opacity

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

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

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

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

This text has shadow with #A375A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A375A0 on black background.


Color preview on white background

This text has color #A375A0 on white background.



Black color preview on #A375A0 background

This text has black color on #A375A0 background.


White color preview on #A375A0 background

This text has white color on #A375A0 background.