#AE5AFF

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

Shades of Medium Orchid #AE5AFF

Tints of Medium Orchid #AE5AFF

Color information

#AE5AFF (or 0xAE5AFF) is unknown color: approx Medium Orchid. HEX triplet: AE, 5A and FF. RGB value is (174,90,255). Sum of RGB (Red+Green+Blue) = 174+90+255=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5AFF is #51A500. Grayscale: #858585. Windows color (decimal): -5350657 or 16734894. OLE color: 16734894.

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

Color convert

RGB17490255-
CMYK0.320.6500
HSL270.55º100%67.65%-
HSV(B)270.55º64.71%100%-
XYZ39.1623.5397.09-
YUV133.93196.33156.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 90 (35.55% from 255) = 17.34%
BLUE value IS 255 (100% from 255) = 49.13%
R=33.53%
G=17.34%
B=49.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174902550.320.6500270.5510067.65
HexAE5AFF20410010f6444
Octal2561323774010100417144104
Binary1010111010110101111111110000010000010010000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AFF; }

 p { color: rgb(174,90,255); }

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

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

 a { background-color: rgb(174,90,255); }

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

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

 span { border-color: rgb(174,90,255); }

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