COLOR #A175C9

HEX: #A175C9
RGB: (161,117,201)

Color info

#A175C9 contains mainly red and blue colors. Web safe color of #A175C9 is #9966CC (or #96C).

RGB color model

#A175C9 color RGB value is (161,117,201).

  • red value is 161;
  • green value is 117;
  • blue value is 201.
RGB:
(161,117,201)
(63%,46%,79%)

RGB channels and saturation

R 161 of 255 = 63%
G 117 of 255 = 46%
B 201 of 255 = 79%

161
117
201

R + G + B ~ 63%. #A175C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 117 + 201 = 479 (100%)
R 161 of 479 ~ 33.61%
G 117 of 479 ~ 24.43%
B 201 of 479 ~ 41.96%

%33.61
%24.43
%41.96

CMYK color model

#A175C9 color CMYK value is (20,42,0,21).

  • cyan value is 19.90%
  • magenta value is 41.79%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(20,42,0,21)
C20M42Y0K21 
(20%,42%,0%,21%)
(0.20/0.42/0.00/0.21)	

CMYK percentages

%19.9
%41.79
%0
%21.18

Codes

Color #A175C9 in popluar color models

A175C9
RGB161117201
HSL271°43.75%62.35%
HSB/HSV271°41.79%78.82%
CMYK19.90%41.79%0.00%
21.18%

Color #A175C9 in popluar number systems.

HEXA175C9
Decimal161117201
Binary10100001111010111001001
Octal241165311

Shades and tints

Shades of #A175C9

#A175C9
(161,117,201)
#936BB7
(147,107,183)
#8561A5
(133,97,165)
#775793
(119,87,147)
#694D81
(105,77,129)
#5B436F
(91,67,111)
#4D395D
(77,57,93)
#3F2F4B
(63,47,75)
#312539
(49,37,57)
#231B27
(35,27,39)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A175C9

#A175C9
(161,117,201)
#A981CD
(169,129,205)
#B18DD1
(177,141,209)
#B999D5
(185,153,213)
#C1A5D9
(193,165,217)
#C9B1DD
(201,177,221)
#D1BDE1
(209,189,225)
#D9C9E5
(217,201,229)
#E1D5E9
(225,213,233)
#E9E1ED
(233,225,237)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A175C9 color. Also use rgb(161,117,201) instead hex code.

Text Font Color

.myTextColor { color: #A175C9; }

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

This text font color is #A175C9.


Background Color

.myBgColor { background-color: #A175C9; }

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

This div background color is #A175C9.


Border color

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

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

This div border color is #A175C9.


Opacity

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

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

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

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

This text has shadow with #A175C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A175C9 on black background.


Color preview on white background

This text has color #A175C9 on white background.



Black color preview on #A175C9 background

This text has black color on #A175C9 background.


White color preview on #A175C9 background

This text has white color on #A175C9 background.