#ad59d4

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

Shades of Medium Orchid #AD59D4

Tints of Medium Orchid #AD59D4

Color information

#AD59D4 (or 0xAD59D4) is unknown color: approx Medium Orchid. HEX triplet: AD, 59 and D4. RGB value is (173,89,212). Sum of RGB (Red+Green+Blue) = 173+89+212=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD59D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59D4 is #52A62B. Grayscale: #7F7F7F. Windows color (decimal): -5416492 or 13916589. OLE color: 13916589.

HSL color Cylindrical-coordinate representation of color #AD59D4: hue angle of 280.98º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD59D4 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17389212-
CMYK0.180.5800.17
HSL280.98º58.85%59.02%-
HSV(B)280.98º58.02%83.14%-
XYZ32.6920.7864.58-
YUV128.14175.33160-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 212 (83.20% from 255) = 44.73%
R=36.50%
G=18.78%
B=44.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173892120.180.5800.17280.9858.8559.02
HexAD59D4123A0111193b3b
Octal25513132422720214317373
Binary1010110110110011101010010010111010010001100011001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad59d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad59d4; }

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

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

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

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

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

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

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

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