#AE64D7

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

Shades of Medium Orchid #AE64D7

Tints of Medium Orchid #AE64D7

Color information

#AE64D7 (or 0xAE64D7) is unknown color: approx Medium Orchid. HEX triplet: AE, 64 and D7. RGB value is (174,100,215). Sum of RGB (Red+Green+Blue) = 174+100+215=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE64D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64D7 is #519B28. Grayscale: #868686. Windows color (decimal): -5348137 or 14116014. OLE color: 14116014.

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

Color convert

RGB174100215-
CMYK0.190.5300.16
HSL278.61º58.97%61.76%-
HSV(B)278.61º53.49%84.31%-
XYZ34.2823.0266.93-
YUV135.24173.02155.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=35.58%
G=20.45%
B=43.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741002150.190.5300.16278.6158.9761.76
HexAE64D713350101173b3e
Octal25614432723650204277376
Binary1010111011001001101011110011110101010000100010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64D7; }

 p { color: rgb(174,100,215); }

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

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

 a { background-color: rgb(174,100,215); }

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

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

 span { border-color: rgb(174,100,215); }

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