#AE59CE

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

Shades of Medium Orchid #AE59CE

Tints of Medium Orchid #AE59CE

Color information

#AE59CE (or 0xAE59CE) is unknown color: approx Medium Orchid. HEX triplet: AE, 59 and CE. RGB value is (174,89,206). Sum of RGB (Red+Green+Blue) = 174+89+206=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE59CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59CE is #51A631. Grayscale: #7F7F7F. Windows color (decimal): -5350962 or 13523374. OLE color: 13523374.

HSL color Cylindrical-coordinate representation of color #AE59CE: hue angle of 283.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE59CE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17489206-
CMYK0.160.5700.19
HSL283.59º54.42%57.84%-
HSV(B)283.59º56.8%80.78%-
XYZ32.1720.660.67-
YUV127.75172.16160.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=37.10%
G=18.98%
B=43.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174892060.160.5700.19283.5954.4257.84
HexAE59CE103901311c363a
Octal25613131620710234346672
Binary1010111010110011100111010000111001010011100011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59CE; }

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

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

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

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

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

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

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

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