#AE59D8

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

Shades of Medium Orchid #AE59D8

Tints of Medium Orchid #AE59D8

Color information

#AE59D8 (or 0xAE59D8) is unknown color: approx Medium Orchid. HEX triplet: AE, 59 and D8. RGB value is (174,89,216). Sum of RGB (Red+Green+Blue) = 174+89+216=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE59D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59D8 is #51A627. Grayscale: #808080. Windows color (decimal): -5350952 or 14178734. OLE color: 14178734.

HSL color Cylindrical-coordinate representation of color #AE59D8: hue angle of 280.16º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE59D8 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17489216-
CMYK0.190.5900.15
HSL280.16º61.95%59.8%-
HSV(B)280.16º58.8%84.71%-
XYZ33.4221.167.28-
YUV128.89177.16160.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 89 (35.16% from 255) = 18.58%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=36.33%
G=18.58%
B=45.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174892160.190.5900.15280.1661.9559.8
HexAE59D8133B0F1183e3c
Octal25613133023730174307674
Binary101011101011001110110001001111101101111100011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59D8; }

 p { color: rgb(174,89,216); }

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

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

 a { background-color: rgb(174,89,216); }

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

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

 span { border-color: rgb(174,89,216); }

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