COLOR #A175D3

HEX: #A175D3
RGB: (161,117,211)

Color info

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

RGB color model

#A175D3 color RGB value is (161,117,211).

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

RGB channels and saturation

R 161 of 255 = 63%
G 117 of 255 = 46%
B 211 of 255 = 83%

161
117
211

R + G + B ~ 64%. #A175D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 117 + 211 = 489 (100%)
R 161 of 489 ~ 32.92%
G 117 of 489 ~ 23.93%
B 211 of 489 ~ 43.15%

%32.92
%23.93
%43.15

CMYK color model

#A175D3 color CMYK value is (24,45,0,17).

  • cyan value is 23.70%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(24,45,0,17)
C24M45Y0K17 
(24%,45%,0%,17%)
(0.24/0.45/0.00/0.17)	

CMYK percentages

%23.7
%44.55
%0
%17.25

Codes

Color #A175D3 in popluar color models

A175D3
RGB161117211
HSL268°51.65%64.31%
HSB/HSV268°44.55%82.75%
CMYK23.70%44.55%0.00%
17.25%

Color #A175D3 in popluar number systems.

HEXA175D3
Decimal161117211
Binary10100001111010111010011
Octal241165323

Shades and tints

Shades of #A175D3

#A175D3
(161,117,211)
#936BC0
(147,107,192)
#8561AD
(133,97,173)
#77579A
(119,87,154)
#694D87
(105,77,135)
#5B4374
(91,67,116)
#4D3961
(77,57,97)
#3F2F4E
(63,47,78)
#31253B
(49,37,59)
#231B28
(35,27,40)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A175D3

#A175D3
(161,117,211)
#A981D7
(169,129,215)
#B18DDB
(177,141,219)
#B999DF
(185,153,223)
#C1A5E3
(193,165,227)
#C9B1E7
(201,177,231)
#D1BDEB
(209,189,235)
#D9C9EF
(217,201,239)
#E1D5F3
(225,213,243)
#E9E1F7
(233,225,247)
#F1EDFB
(241,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A175D3; }

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

This text font color is #A175D3.


Background Color

.myBgColor { background-color: #A175D3; }

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

This div background color is #A175D3.


Border color

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

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

This div border color is #A175D3.


Opacity

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

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

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

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

This text has shadow with #A175D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A175D3 on black background.


Color preview on white background

This text has color #A175D3 on white background.



Black color preview on #A175D3 background

This text has black color on #A175D3 background.


White color preview on #A175D3 background

This text has white color on #A175D3 background.