#AD58ED

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

Shades of Medium Orchid #AD58ED

Tints of Medium Orchid #AD58ED

Color information

#AD58ED (or 0xAD58ED) is unknown color: approx Medium Orchid. HEX triplet: AD, 58 and ED. RGB value is (173,88,237). Sum of RGB (Red+Green+Blue) = 173+88+237=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD58ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58ED is #52A712. Grayscale: #818181. Windows color (decimal): -5416723 or 15554733. OLE color: 15554733.

HSL color Cylindrical-coordinate representation of color #AD58ED: hue angle of 274.23º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD58ED is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17388237-
CMYK0.270.6300.07
HSL274.23º80.54%63.73%-
HSV(B)274.23º62.87%92.94%-
XYZ36.0121.9882.47-
YUV130.4188.16158.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 88 (34.77% from 255) = 17.67%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=34.74%
G=17.67%
B=47.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173882370.270.6300.07274.2380.5463.73
HexAD58ED1B3F071125140
Octal255130355337707422121100
Binary1010110110110001110110111011111111011110001001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58ED; }

 p { color: rgb(173,88,237); }

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

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

 a { background-color: rgb(173,88,237); }

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

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

 span { border-color: rgb(173,88,237); }

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