COLOR #A175E6

HEX: #A175E6
RGB: (161,117,230)

Color info

#A175E6 contains mainly blue color. Web safe color of #A175E6 is #9966CC (or #96C).

RGB color model

#A175E6 color RGB value is (161,117,230).

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

RGB channels and saturation

R 161 of 255 = 63%
G 117 of 255 = 46%
B 230 of 255 = 90%

161
117
230

R + G + B ~ 66%. #A175E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 117 + 230 = 508 (100%)
R 161 of 508 ~ 31.69%
G 117 of 508 ~ 23.03%
B 230 of 508 ~ 45.28%

%31.69
%23.03
%45.28

CMYK color model

#A175E6 color CMYK value is (30,49,0,10).

  • cyan value is 30.00%
  • magenta value is 49.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(30,49,0,10)
C30M49Y0K10 
(30%,49%,0%,10%)
(0.30/0.49/0.00/0.10)	

CMYK percentages

%30
%49.13
%0
%9.8

Codes

Color #A175E6 in popluar color models

A175E6
RGB161117230
HSL263°69.33%68.04%
HSB/HSV263°49.13%90.20%
CMYK30.00%49.13%0.00%
9.80%

Color #A175E6 in popluar number systems.

HEXA175E6
Decimal161117230
Binary10100001111010111100110
Octal241165346

Shades and tints

Shades of #A175E6

#A175E6
(161,117,230)
#936BD2
(147,107,210)
#8561BE
(133,97,190)
#7757AA
(119,87,170)
#694D96
(105,77,150)
#5B4382
(91,67,130)
#4D396E
(77,57,110)
#3F2F5A
(63,47,90)
#312546
(49,37,70)
#231B32
(35,27,50)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #A175E6

#A175E6
(161,117,230)
#A981E8
(169,129,232)
#B18DEA
(177,141,234)
#B999EC
(185,153,236)
#C1A5EE
(193,165,238)
#C9B1F0
(201,177,240)
#D1BDF2
(209,189,242)
#D9C9F4
(217,201,244)
#E1D5F6
(225,213,246)
#E9E1F8
(233,225,248)
#F1EDFA
(241,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A175E6; }

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

This text font color is #A175E6.


Background Color

.myBgColor { background-color: #A175E6; }

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

This div background color is #A175E6.


Border color

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

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

This div border color is #A175E6.


Opacity

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

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

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

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

This text has shadow with #A175E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A175E6 on black background.


Color preview on white background

This text has color #A175E6 on white background.



Black color preview on #A175E6 background

This text has black color on #A175E6 background.


White color preview on #A175E6 background

This text has white color on #A175E6 background.