COLOR #A179EB

HEX: #A179EB
RGB: (161,121,235)

Color info

#A179EB contains mainly blue color. Web safe color of #A179EB is #9966FF (or #96F).

RGB color model

#A179EB color RGB value is (161,121,235).

  • red value is 161;
  • green value is 121;
  • blue value is 235.
RGB:
(161,121,235)
(63%,47%,92%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 235 of 255 = 92%

161
121
235

R + G + B ~ 67%. #A179EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 235 = 517 (100%)
R 161 of 517 ~ 31.14%
G 121 of 517 ~ 23.4%
B 235 of 517 ~ 45.45%

%31.14
%23.4
%45.45

CMYK color model

#A179EB color CMYK value is (31,49,0,8).

  • cyan value is 31.49%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,49,0,8)
C31M49Y0K8 
(31%,49%,0%,8%)
(0.31/0.49/0.00/0.08)	

CMYK percentages

%31.49
%48.51
%0
%7.84

Codes

Color #A179EB in popluar color models

A179EB
RGB161121235
HSL261°74.03%69.80%
HSB/HSV261°48.51%92.16%
CMYK31.49%48.51%0.00%
7.84%

Color #A179EB in popluar number systems.

HEXA179EB
Decimal161121235
Binary10100001111100111101011
Octal241171353

Shades and tints

Shades of #A179EB

#A179EB
(161,121,235)
#936ED6
(147,110,214)
#8563C1
(133,99,193)
#7758AC
(119,88,172)
#694D97
(105,77,151)
#5B4282
(91,66,130)
#4D376D
(77,55,109)
#3F2C58
(63,44,88)
#312143
(49,33,67)
#23162E
(35,22,46)
#150B19
(21,11,25)
#000000
(0,0,0)

Tints of #A179EB

#A179EB
(161,121,235)
#A985EC
(169,133,236)
#B191ED
(177,145,237)
#B99DEE
(185,157,238)
#C1A9EF
(193,169,239)
#C9B5F0
(201,181,240)
#D1C1F1
(209,193,241)
#D9CDF2
(217,205,242)
#E1D9F3
(225,217,243)
#E9E5F4
(233,229,244)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A179EB color. Also use rgb(161,121,235) instead hex code.

Text Font Color

.myTextColor { color: #A179EB; }

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

This text font color is #A179EB.


Background Color

.myBgColor { background-color: #A179EB; }

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

This div background color is #A179EB.


Border color

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

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

This div border color is #A179EB.


Opacity

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

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

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

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

This text has shadow with #A179EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A179EB on black background.


Color preview on white background

This text has color #A179EB on white background.



Black color preview on #A179EB background

This text has black color on #A179EB background.


White color preview on #A179EB background

This text has white color on #A179EB background.