COLOR #AD59DA

HEX: #AD59DA RGB: (173,89,218)

Color info

#AD59DA contains mainly red and blue colors. Web safe color of #AD59DA is #9966CC (or #96C).

RGB color model

#AD59DA color RGB value is (173,89,218).

RGB: (173,89,218) (68%, 35%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 89 of 255 = 35%
B 218 of 255 = 85%

173
89
218

R + G + B ~ 63%. #AD59DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 89 + 218 = 480 (100%)
R 173 of 480 ~ 36.04%
G 89 of 480 ~ 18.54%
B 218 of 480 ~ 45.42'%

%36.04
%18.54
%45.42

CMYK color model

#AD59DA color CMYK value is (21,59,0,15).

  • cyan value is 20.64%
  • magenta value is 59.17%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (21,59,0,15)
C21M59Y0K15 (21%, 59%, 0%, 15%)
(0.21 / 0.59 / 0.00 / 0.15)

CMYK percentages

%20.64
%59.17
%0
%14.51

Codes

Color #AD59DA in popluar color models

AD 59 DA
RGB 173 89 218
HSL 279° 63.55% 60.20%
HSB/HSV 279° 59.17% 85.49%
CMYK 20.64% 59.17% 0.00%
14.51%

Color #AD59DA in popluar number systems.

HEX AD 59 DA
Decimal 173 89 218
Binary 10101101 1011001 11011010
Octal 255 131 332

Shades and tints

Shades of #AD59DA

#AD59DA
(173,89,218)
#9E51C7
(158,81,199)
#8F49B4
(143,73,180)
#8041A1
(128,65,161)
#71398E
(113,57,142)
#62317B
(98,49,123)
#532968
(83,41,104)
#442155
(68,33,85)
#351942
(53,25,66)
#26112F
(38,17,47)
#17091C
(23,9,28)
#000000
(0,0,0)

Tints of #AD59DA

#AD59DA
(173,89,218)
#B468DD
(180,104,221)
#BB77E0
(187,119,224)
#C286E3
(194,134,227)
#C995E6
(201,149,230)
#D0A4E9
(208,164,233)
#D7B3EC
(215,179,236)
#DEC2EF
(222,194,239)
#E5D1F2
(229,209,242)
#ECE0F5
(236,224,245)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD59DA color. Also use rgb(173,89,218) instead hex code.

Text Font Color

.myTextColor { color: #AD59DA; }

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

This text font color is #AD59DA.

Background Color

.myBgColor { background-color: #AD59DA; }

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

This div background color is #AD59DA.

Border color

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

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

This div border color is #AD59DA.

Opacity

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

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

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

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

This text has shadow with #AD59DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD59DA.

Preview

Color preview on black background

This text has color #AD59DA on black background.


Color preview on white background

This text has color #AD59DA on white background.


Black color preview on #AD59DA background

This text has black color on #AD59DA background.


White color preview on #AD59DA background

This text has white color on #AD59DA background.


Related colors

Complementary color

Complementary color for #hex is #52A625.


I love getcolorcode.com

Triadic colors

1 #DAAD59 and #59DAAD with #AD59DA are triadic colors.

2 #DA59AD and #59ADDA with #AD59DA are triadic colors.