#AE59FE

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

Shades of Medium Orchid #AE59FE

Tints of Medium Orchid #AE59FE

Color information

#AE59FE (or 0xAE59FE) is unknown color: approx Medium Orchid. HEX triplet: AE, 59 and FE. RGB value is (174,89,254). Sum of RGB (Red+Green+Blue) = 174+89+254=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE59FE is #51A601. Grayscale: #848484. Windows color (decimal): -5350914 or 16669102. OLE color: 16669102.

HSL color Cylindrical-coordinate representation of color #AE59FE: hue angle of 270.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE59FE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17489254-
CMYK0.310.6500.00
HSL270.91º98.8%67.25%-
HSV(B)270.91º64.96%99.61%-
XYZ38.9223.396.21-
YUV133.22196.16157.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 89 (35.16% from 255) = 17.21%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=33.66%
G=17.21%
B=49.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal174892540.310.6500.00270.9198.867.25
HexAE59FE1F410010f6343
Octal2561313763710100417143103
Binary101011101011001111111101111110000010010000111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59FE; }

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

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

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

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

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

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

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

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