#AD59DD

Color #AD59DD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AD59DD

Tints of Medium Orchid #AD59DD

Color information

#AD59DD (or 0xAD59DD) is unknown color: approx Medium Orchid. HEX triplet: AD, 59 and DD. RGB value is (173,89,221). Sum of RGB (Red+Green+Blue) = 173+89+221=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59DD is #52A622. Grayscale: #808080. Windows color (decimal): -5416483 or 14506413. OLE color: 14506413.

HSL color Cylindrical-coordinate representation of color #AD59DD: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD59DD is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17389221-
CMYK0.220.6000.13
HSL278.18º66%60.78%-
HSV(B)278.18º59.73%86.67%-
XYZ33.8621.2570.72-
YUV129.16179.83159.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 89 (35.16% from 255) = 18.43%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=35.82%
G=18.43%
B=45.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173892210.220.6000.13278.186660.78
HexAD59DD163C0D116423d
Octal255131335267401542610275
Binary1010110110110011101110110110111100011011000101101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD59DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD59DD; }

 p { color: rgb(173,89,221); }

 H1.HeaderClassName
 {
   color: #AD59DD;
 }
 .AnyTagClassName
 {
   color: #AD59DD;
 }
</style>
background-color css

<style>
 a { background-color: #AD59DD; }

 a { background-color: rgb(173,89,221); }

 div.DivClassName
 {
   background-color: #AD59DD;
 }
 .BgClassName
 {
   background-color: #AD59DD;
 }
</style>
border-color css

<style>
 span { border-color: #AD59DD; }

 span { border-color: rgb(173,89,221); }

 td.TdClassName
 {
   border-color: #AD59DD;
 }
 .TagClassName
 {
   border-color: #AD59DD;
 }
</style>