#AD59C1

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

Shades of Medium Orchid #AD59C1

Tints of Medium Orchid #AD59C1

Color information

#AD59C1 (or 0xAD59C1) is unknown color: approx Medium Orchid. HEX triplet: AD, 59 and C1. RGB value is (173,89,193). Sum of RGB (Red+Green+Blue) = 173+89+193=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD59C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59C1 is #52A63E. Grayscale: #7D7D7D. Windows color (decimal): -5416511 or 12671405. OLE color: 12671405.

HSL color Cylindrical-coordinate representation of color #AD59C1: hue angle of 288.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD59C1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17389193-
CMYK0.100.5400.24
HSL288.46º45.61%55.29%-
HSV(B)288.46º53.89%75.69%-
XYZ30.4319.8852.69-
YUV125.97165.83161.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=38.02%
G=19.56%
B=42.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173891930.100.5400.24288.4645.6155.29
HexAD59C1A360181202e37
Octal25513130112660304405667
Binary101011011011001110000011010110110011000100100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD59C1; }

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

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

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

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

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

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

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

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