COLOR #A516BD

HEX: #A516BD RGB: (165,22,189)

Color info

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

RGB color model

#A516BD color RGB value is (165,22,189).

RGB: (165,22,189) (65%, 9%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 22 of 255 = 9%
B 189 of 255 = 74%

165
22
189

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

Portions of RGB colors in percentages

R + G + B = 165 + 22 + 189 = 376 (100%)
R 165 of 376 ~ 43.88%
G 22 of 376 ~ 5.85%
B 189 of 376 ~ 50.27'%

%43.88
%50.27

CMYK color model

#A516BD color CMYK value is (13,88,0,26).

  • cyan value is 12.70%
  • magenta value is 88.36%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,88,0,26)
C13M88Y0K26 (13%, 88%, 0%, 26%)
(0.13 / 0.88 / 0.00 / 0.26)

CMYK percentages

%12.7
%88.36
%0
%25.88

Codes

Color #A516BD in popluar color models

A5 16 BD
RGB 165 22 189
HSL 291° 79.15% 41.37%
HSB/HSV 291° 88.36% 74.12%
CMYK 12.70% 88.36% 0.00%
25.88%

Color #A516BD in popluar number systems.

HEX A5 16 BD
Decimal 165 22 189
Binary 10100101 10110 10111101
Octal 245 26 275

Shades and tints

Shades of #A516BD

#A516BD
(165,22,189)
#9614AC
(150,20,172)
#87129B
(135,18,155)
#78108A
(120,16,138)
#690E79
(105,14,121)
#5A0C68
(90,12,104)
#4B0A57
(75,10,87)
#3C0846
(60,8,70)
#2D0635
(45,6,53)
#1E0424
(30,4,36)
#0F0213
(15,2,19)
#000000
(0,0,0)

Tints of #A516BD

#A516BD
(165,22,189)
#AD2BC3
(173,43,195)
#B540C9
(181,64,201)
#BD55CF
(189,85,207)
#C56AD5
(197,106,213)
#CD7FDB
(205,127,219)
#D594E1
(213,148,225)
#DDA9E7
(221,169,231)
#E5BEED
(229,190,237)
#EDD3F3
(237,211,243)
#F5E8F9
(245,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A516BD color. Also use rgb(165,22,189) instead hex code.

Text Font Color

.myTextColor { color: #A516BD; }

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

This text font color is #A516BD.

Background Color

.myBgColor { background-color: #A516BD; }

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

This div background color is #A516BD.

Border color

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

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

This div border color is #A516BD.

Opacity

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

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

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

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

This text has shadow with #A516BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A516BD.

Preview

Color preview on black background

This text has color #A516BD on black background.


Color preview on white background

This text has color #A516BD on white background.


Black color preview on #A516BD background

This text has black color on #A516BD background.


White color preview on #A516BD background

This text has white color on #A516BD background.


Related colors

Complementary color

Complementary color for #hex is #5AE942.


I love getcolorcode.com

Triadic colors

1 #BDA516 and #16BDA5 with #A516BD are triadic colors.

2 #BD16A5 and #16A5BD with #A516BD are triadic colors.