COLOR #A481ED

HEX: #A481ED RGB: (164,129,237)

Color info

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

RGB color model

#A481ED color RGB value is (164,129,237).

RGB: (164,129,237) (64%, 51%, 93%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 237 of 255 = 93%

164
129
237

R + G + B ~ 69%. #A481ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 129 + 237 = 530 (100%)
R 164 of 530 ~ 30.94%
G 129 of 530 ~ 24.34%
B 237 of 530 ~ 44.72'%

%30.94
%24.34
%44.72

CMYK color model

#A481ED color CMYK value is (31,46,0,7).

  • cyan value is 30.80%
  • magenta value is 45.57%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (31,46,0,7)
C31M46Y0K7 (31%, 46%, 0%, 7%)
(0.31 / 0.46 / 0.00 / 0.07)

CMYK percentages

%30.8
%45.57
%0
%7.06

Codes

Color #A481ED in popluar color models

A4 81 ED
RGB 164 129 237
HSL 259° 75.00% 71.76%
HSB/HSV 259° 45.57% 92.94%
CMYK 30.80% 45.57% 0.00%
7.06%

Color #A481ED in popluar number systems.

HEX A4 81 ED
Decimal 164 129 237
Binary 10100100 10000001 11101101
Octal 244 201 355

Shades and tints

Shades of #A481ED

#A481ED
(164,129,237)
#9676D8
(150,118,216)
#886BC3
(136,107,195)
#7A60AE
(122,96,174)
#6C5599
(108,85,153)
#5E4A84
(94,74,132)
#503F6F
(80,63,111)
#42345A
(66,52,90)
#342945
(52,41,69)
#261E30
(38,30,48)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #A481ED

#A481ED
(164,129,237)
#AC8CEE
(172,140,238)
#B497EF
(180,151,239)
#BCA2F0
(188,162,240)
#C4ADF1
(196,173,241)
#CCB8F2
(204,184,242)
#D4C3F3
(212,195,243)
#DCCEF4
(220,206,244)
#E4D9F5
(228,217,245)
#ECE4F6
(236,228,246)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A481ED color. Also use rgb(164,129,237) instead hex code.

Text Font Color

.myTextColor { color: #A481ED; }

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

This text font color is #A481ED.

Background Color

.myBgColor { background-color: #A481ED; }

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

This div background color is #A481ED.

Border color

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

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

This div border color is #A481ED.

Opacity

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

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

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

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

This text has shadow with #A481ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A481ED.

Preview

Color preview on black background

This text has color #A481ED on black background.


Color preview on white background

This text has color #A481ED on white background.


Black color preview on #A481ED background

This text has black color on #A481ED background.


White color preview on #A481ED background

This text has white color on #A481ED background.


Related colors

Complementary color

Complementary color for #hex is #5B7E12.


I love getcolorcode.com

Triadic colors

1 #EDA481 and #81EDA4 with #A481ED are triadic colors.

2 #ED81A4 and #81A4ED with #A481ED are triadic colors.