COLOR #A581FE

HEX: #A581FE RGB: (165,129,254)

Color info

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

RGB color model

#A581FE color RGB value is (165,129,254).

RGB: (165,129,254) (65%, 51%, 100%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 254 of 255 = 100%

165
129
254

R + G + B ~ 72%. #A581FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 129 + 254 = 548 (100%)
R 165 of 548 ~ 30.11%
G 129 of 548 ~ 23.54%
B 254 of 548 ~ 46.35'%

%30.11
%23.54
%46.35

CMYK color model

#A581FE color CMYK value is (35,49,0,0).

  • cyan value is 35.04%
  • magenta value is 49.21%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (35,49,0,0)
C35M49Y0K0 (35%, 49%, 0%, 0%)
(0.35 / 0.49 / 0.00 / 0.00)

CMYK percentages

%35.04
%49.21
%0
%0.39

Codes

Color #A581FE in popluar color models

A5 81 FE
RGB 165 129 254
HSL 257° 98.43% 75.10%
HSB/HSV 257° 49.21% 99.61%
CMYK 35.04% 49.21% 0.00%
0.39%

Color #A581FE in popluar number systems.

HEX A5 81 FE
Decimal 165 129 254
Binary 10100101 10000001 11111110
Octal 245 201 376

Shades and tints

Shades of #A581FE

#A581FE
(165,129,254)
#9676E7
(150,118,231)
#876BD0
(135,107,208)
#7860B9
(120,96,185)
#6955A2
(105,85,162)
#5A4A8B
(90,74,139)
#4B3F74
(75,63,116)
#3C345D
(60,52,93)
#2D2946
(45,41,70)
#1E1E2F
(30,30,47)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #A581FE

#A581FE
(165,129,254)
#AD8CFE
(173,140,254)
#B597FE
(181,151,254)
#BDA2FE
(189,162,254)
#C5ADFE
(197,173,254)
#CDB8FE
(205,184,254)
#D5C3FE
(213,195,254)
#DDCEFE
(221,206,254)
#E5D9FE
(229,217,254)
#EDE4FE
(237,228,254)
#F5EFFE
(245,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A581FE color. Also use rgb(165,129,254) instead hex code.

Text Font Color

.myTextColor { color: #A581FE; }

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

This text font color is #A581FE.

Background Color

.myBgColor { background-color: #A581FE; }

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

This div background color is #A581FE.

Border color

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

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

This div border color is #A581FE.

Opacity

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

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

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

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

This text has shadow with #A581FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A581FE.

Preview

Color preview on black background

This text has color #A581FE on black background.


Color preview on white background

This text has color #A581FE on white background.


Black color preview on #A581FE background

This text has black color on #A581FE background.


White color preview on #A581FE background

This text has white color on #A581FE background.


Related colors

Complementary color

Complementary color for #hex is #5A7E01.


I love getcolorcode.com

Triadic colors

1 #FEA581 and #81FEA5 with #A581FE are triadic colors.

2 #FE81A5 and #81A5FE with #A581FE are triadic colors.