COLOR #A883ED

HEX: #A883ED
RGB: (168,131,237)

Color info

#A883ED contains mainly blue color. Web safe color of #A883ED is #9999FF (or #99F).

RGB color model

#A883ED color RGB value is (168,131,237).

  • red value is 168;
  • green value is 131;
  • blue value is 237.
RGB:
(168,131,237)
(66%,51%,93%)

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 237 of 255 = 93%

168
131
237

R + G + B ~ 70%. #A883ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 131 + 237 = 536 (100%)
R 168 of 536 ~ 31.34%
G 131 of 536 ~ 24.44%
B 237 of 536 ~ 44.22%

%31.34
%24.44
%44.22

CMYK color model

#A883ED color CMYK value is (29,45,0,7).

  • cyan value is 29.11%
  • magenta value is 44.73%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,45,0,7)
C29M45Y0K7 
(29%,45%,0%,7%)
(0.29/0.45/0.00/0.07)	

CMYK percentages

%29.11
%44.73
%0
%7.06

Codes

Color #A883ED in popluar color models

A883ED
RGB168131237
HSL261°74.65%72.16%
HSB/HSV261°44.73%92.94%
CMYK29.11%44.73%0.00%
7.06%

Color #A883ED in popluar number systems.

HEXA883ED
Decimal168131237
Binary101010001000001111101101
Octal250203355

Shades and tints

Shades of #A883ED

#A883ED
(168,131,237)
#9978D8
(153,120,216)
#8A6DC3
(138,109,195)
#7B62AE
(123,98,174)
#6C5799
(108,87,153)
#5D4C84
(93,76,132)
#4E416F
(78,65,111)
#3F365A
(63,54,90)
#302B45
(48,43,69)
#212030
(33,32,48)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #A883ED

#A883ED
(168,131,237)
#AF8EEE
(175,142,238)
#B699EF
(182,153,239)
#BDA4F0
(189,164,240)
#C4AFF1
(196,175,241)
#CBBAF2
(203,186,242)
#D2C5F3
(210,197,243)
#D9D0F4
(217,208,244)
#E0DBF5
(224,219,245)
#E7E6F6
(231,230,246)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A883ED color. Also use rgb(168,131,237) instead hex code.

Text Font Color

.myTextColor { color: #A883ED; }

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

This text font color is #A883ED.


Background Color

.myBgColor { background-color: #A883ED; }

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

This div background color is #A883ED.


Border color

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

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

This div border color is #A883ED.


Opacity

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

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

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

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

This text has shadow with #A883ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A883ED on black background.


Color preview on white background

This text has color #A883ED on white background.



Black color preview on #A883ED background

This text has black color on #A883ED background.


White color preview on #A883ED background

This text has white color on #A883ED background.