COLOR #A158ED

HEX: #A158ED
RGB: (161,88,237)

Color info

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

RGB color model

#A158ED color RGB value is (161,88,237).

  • red value is 161;
  • green value is 88;
  • blue value is 237.
RGB:
(161,88,237)
(63%,35%,93%)

RGB channels and saturation

R 161 of 255 = 63%
G 88 of 255 = 35%
B 237 of 255 = 93%

161
88
237

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

Portions of RGB colors in percentages

R + G + B =
161 + 88 + 237 = 486 (100%)
R 161 of 486 ~ 33.13%
G 88 of 486 ~ 18.11%
B 237 of 486 ~ 48.77%

%33.13
%18.11
%48.77

CMYK color model

#A158ED color CMYK value is (32,63,0,7).

  • cyan value is 32.07%
  • magenta value is 62.87%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(32,63,0,7)
C32M63Y0K7 
(32%,63%,0%,7%)
(0.32/0.63/0.00/0.07)	

CMYK percentages

%32.07
%62.87
%0
%7.06

Codes

Color #A158ED in popluar color models

A158ED
RGB16188237
HSL269°80.54%63.73%
HSB/HSV269°62.87%92.94%
CMYK32.07%62.87%0.00%
7.06%

Color #A158ED in popluar number systems.

HEXA158ED
Decimal16188237
Binary10100001101100011101101
Octal241130355

Shades and tints

Shades of #A158ED

#A158ED
(161,88,237)
#9350D8
(147,80,216)
#8548C3
(133,72,195)
#7740AE
(119,64,174)
#693899
(105,56,153)
#5B3084
(91,48,132)
#4D286F
(77,40,111)
#3F205A
(63,32,90)
#311845
(49,24,69)
#231030
(35,16,48)
#15081B
(21,8,27)
#000000
(0,0,0)

Tints of #A158ED

#A158ED
(161,88,237)
#A967EE
(169,103,238)
#B176EF
(177,118,239)
#B985F0
(185,133,240)
#C194F1
(193,148,241)
#C9A3F2
(201,163,242)
#D1B2F3
(209,178,243)
#D9C1F4
(217,193,244)
#E1D0F5
(225,208,245)
#E9DFF6
(233,223,246)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A158ED color. Also use rgb(161,88,237) instead hex code.

Text Font Color

.myTextColor { color: #A158ED; }

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

This text font color is #A158ED.


Background Color

.myBgColor { background-color: #A158ED; }

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

This div background color is #A158ED.


Border color

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

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

This div border color is #A158ED.


Opacity

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

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

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

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

This text has shadow with #A158ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A158ED on black background.


Color preview on white background

This text has color #A158ED on white background.



Black color preview on #A158ED background

This text has black color on #A158ED background.


White color preview on #A158ED background

This text has white color on #A158ED background.