COLOR #A375AD

HEX: #A375AD RGB: (163,117,173)

Color info

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

RGB color model

#A375AD color RGB value is (163,117,173).

RGB: (163,117,173) (64%, 46%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 173 of 255 = 68%

163
117
173

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

Portions of RGB colors in percentages

R + G + B = 163 + 117 + 173 = 453 (100%)
R 163 of 453 ~ 35.98%
G 117 of 453 ~ 25.83%
B 173 of 453 ~ 38.19'%

%35.98
%25.83
%38.19

CMYK color model

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

  • cyan value is 5.78%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (6,32,0,32) C6M32Y0K32 (6%,32%,0%,32%) (0.06/0.32/0.00/0.32) 

CMYK percentages

%5.78
%32.37
%0
%32.16

Codes

Color #A375AD in popluar color models

A3 75 AD
RGB 163 117 173
HSL 289° 25.45% 56.86%
HSB/HSV 289° 32.37% 67.84%
CMYK 5.78% 32.37% 0.00%
32.16%

Color #A375AD in popluar number systems.

HEX A3 75 AD
Decimal 163 117 173
Binary 10100011 1110101 10101101
Octal 243 165 255

Shades and tints

Shades of #A375AD

#A375AD
(163,117,173)
#956B9E
(149,107,158)
#87618F
(135,97,143)
#795780
(121,87,128)
#6B4D71
(107,77,113)
#5D4362
(93,67,98)
#4F3953
(79,57,83)
#412F44
(65,47,68)
#332535
(51,37,53)
#251B26
(37,27,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #A375AD

#A375AD
(163,117,173)
#AB81B4
(171,129,180)
#B38DBB
(179,141,187)
#BB99C2
(187,153,194)
#C3A5C9
(195,165,201)
#CBB1D0
(203,177,208)
#D3BDD7
(211,189,215)
#DBC9DE
(219,201,222)
#E3D5E5
(227,213,229)
#EBE1EC
(235,225,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A375AD; }

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

This text font color is #A375AD.

Background Color

.myBgColor { background-color: #A375AD; }

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

This div background color is #A375AD.

Border color

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

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

This div border color is #A375AD.

Opacity

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

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

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

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

This text has shadow with #A375AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A375AD.

Preview

Color preview on black background

This text has color #A375AD on black background.


Color preview on white background

This text has color #A375AD on white background.


Black color preview on #A375AD background

This text has black color on #A375AD background.


White color preview on #A375AD background

This text has white color on #A375AD background.


Related colors

Complementary color

Complementary color for #hex is #5C8A52.


I love getcolorcode.com

Triadic colors

1 #ADA375 and #75ADA3 with #A375AD are triadic colors.

2 #AD75A3 and #75A3AD with #A375AD are triadic colors.