#AD58EE

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

Shades of Medium Orchid #AD58EE

Tints of Medium Orchid #AD58EE

Color information

#AD58EE (or 0xAD58EE) is unknown color: approx Medium Orchid. HEX triplet: AD, 58 and EE. RGB value is (173,88,238). Sum of RGB (Red+Green+Blue) = 173+88+238=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD58EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58EE is #52A711. Grayscale: #828282. Windows color (decimal): -5416722 or 15620269. OLE color: 15620269.

HSL color Cylindrical-coordinate representation of color #AD58EE: hue angle of 274º degrees, saturation: 0.82, 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 #AD58EE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17388238-
CMYK0.270.6300.07
HSL274º81.52%63.92%-
HSV(B)274º63.03%93.33%-
XYZ36.1622.0483.24-
YUV130.51188.66158.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 88 (34.77% from 255) = 17.64%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=34.67%
G=17.64%
B=47.70%

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
Decimal173882380.270.6300.0727481.5263.92
HexAD58EE1B3F071125240
Octal255130356337707422122100
Binary1010110110110001110111011011111111011110001001010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58EE; }

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

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

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

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

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

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

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

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