COLOR #A517DE

HEX: #A517DE
RGB: (165,23,222)

Color info

#A517DE contains mainly red and blue colors. Web safe color of #A517DE is #9900CC (or #90C).

RGB color model

#A517DE color RGB value is (165,23,222).

  • red value is 165;
  • green value is 23;
  • blue value is 222.
RGB:
(165,23,222)
(65%,9%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 23 of 255 = 9%
B 222 of 255 = 87%

165
23
222

R + G + B ~ 54%. #A517DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 23 + 222 = 410 (100%)
R 165 of 410 ~ 40.24%
G 23 of 410 ~ 5.61%
B 222 of 410 ~ 54.15%

%40.24
%54.15

CMYK color model

#A517DE color CMYK value is (26,90,0,13).

  • cyan value is 25.68%
  • magenta value is 89.64%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,90,0,13)
C26M90Y0K13 
(26%,90%,0%,13%)
(0.26/0.90/0.00/0.13)	

CMYK percentages

%25.68
%89.64
%0
%12.94

Codes

Color #A517DE in popluar color models

A517DE
RGB16523222
HSL283°81.22%48.04%
HSB/HSV283°89.64%87.06%
CMYK25.68%89.64%0.00%
12.94%

Color #A517DE in popluar number systems.

HEXA517DE
Decimal16523222
Binary101001011011111011110
Octal24527336

Shades and tints

Shades of #A517DE

#A517DE
(165,23,222)
#9615CA
(150,21,202)
#8713B6
(135,19,182)
#7811A2
(120,17,162)
#690F8E
(105,15,142)
#5A0D7A
(90,13,122)
#4B0B66
(75,11,102)
#3C0952
(60,9,82)
#2D073E
(45,7,62)
#1E052A
(30,5,42)
#0F0316
(15,3,22)
#000000
(0,0,0)

Tints of #A517DE

#A517DE
(165,23,222)
#AD2CE1
(173,44,225)
#B541E4
(181,65,228)
#BD56E7
(189,86,231)
#C56BEA
(197,107,234)
#CD80ED
(205,128,237)
#D595F0
(213,149,240)
#DDAAF3
(221,170,243)
#E5BFF6
(229,191,246)
#EDD4F9
(237,212,249)
#F5E9FC
(245,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A517DE color. Also use rgb(165,23,222) instead hex code.

Text Font Color

.myTextColor { color: #A517DE; }

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

This text font color is #A517DE.


Background Color

.myBgColor { background-color: #A517DE; }

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

This div background color is #A517DE.


Border color

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

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

This div border color is #A517DE.


Opacity

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

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

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

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

This text has shadow with #A517DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A517DE on black background.


Color preview on white background

This text has color #A517DE on white background.



Black color preview on #A517DE background

This text has black color on #A517DE background.


White color preview on #A517DE background

This text has white color on #A517DE background.