COLOR #A874ED

HEX: #A874ED
RGB: (168,116,237)

Color info

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

RGB color model

#A874ED color RGB value is (168,116,237).

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

RGB channels and saturation

R 168 of 255 = 66%
G 116 of 255 = 45%
B 237 of 255 = 93%

168
116
237

R + G + B ~ 68%. #A874ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 116 + 237 = 521 (100%)
R 168 of 521 ~ 32.25%
G 116 of 521 ~ 22.26%
B 237 of 521 ~ 45.49%

%32.25
%22.26
%45.49

CMYK color model

#A874ED color CMYK value is (29,51,0,7).

  • cyan value is 29.11%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,51,0,7)
C29M51Y0K7 
(29%,51%,0%,7%)
(0.29/0.51/0.00/0.07)	

CMYK percentages

%29.11
%51.05
%0
%7.06

Codes

Color #A874ED in popluar color models

A874ED
RGB168116237
HSL266°77.07%69.22%
HSB/HSV266°51.05%92.94%
CMYK29.11%51.05%0.00%
7.06%

Color #A874ED in popluar number systems.

HEXA874ED
Decimal168116237
Binary10101000111010011101101
Octal250164355

Shades and tints

Shades of #A874ED

#A874ED
(168,116,237)
#996AD8
(153,106,216)
#8A60C3
(138,96,195)
#7B56AE
(123,86,174)
#6C4C99
(108,76,153)
#5D4284
(93,66,132)
#4E386F
(78,56,111)
#3F2E5A
(63,46,90)
#302445
(48,36,69)
#211A30
(33,26,48)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #A874ED

#A874ED
(168,116,237)
#AF80EE
(175,128,238)
#B68CEF
(182,140,239)
#BD98F0
(189,152,240)
#C4A4F1
(196,164,241)
#CBB0F2
(203,176,242)
#D2BCF3
(210,188,243)
#D9C8F4
(217,200,244)
#E0D4F5
(224,212,245)
#E7E0F6
(231,224,246)
#EEECF7
(238,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A874ED; }

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

This text font color is #A874ED.


Background Color

.myBgColor { background-color: #A874ED; }

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

This div background color is #A874ED.


Border color

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

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

This div border color is #A874ED.


Opacity

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

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

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

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

This text has shadow with #A874ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A874ED on black background.


Color preview on white background

This text has color #A874ED on white background.



Black color preview on #A874ED background

This text has black color on #A874ED background.


White color preview on #A874ED background

This text has white color on #A874ED background.