#AE4DF0

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

Shades of Medium Orchid #AE4DF0

Tints of Medium Orchid #AE4DF0

Color information

#AE4DF0 (or 0xAE4DF0) is unknown color: approx Medium Orchid. HEX triplet: AE, 4D and F0. RGB value is (174,77,240). Sum of RGB (Red+Green+Blue) = 174+77+240=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE4DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4DF0 is #51B20F. Grayscale: #7C7C7C. Windows color (decimal): -5354000 or 15748526. OLE color: 15748526.

HSL color Cylindrical-coordinate representation of color #AE4DF0: hue angle of 275.71º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4DF0 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17477240-
CMYK0.280.6800.06
HSL275.71º84.46%62.16%-
HSV(B)275.71º67.92%94.12%-
XYZ35.8420.684.52-
YUV124.58193.14163.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 240 (94.14% from 255) = 48.88%
R=35.44%
G=15.68%
B=48.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal174772400.280.6800.06275.7184.4662.16
HexAE4DF01C4406114543e
Octal256115360341040642412476
Binary1010111010011011111000011100100010001101000101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DF0; }

 p { color: rgb(174,77,240); }

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

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

 a { background-color: rgb(174,77,240); }

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

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

 span { border-color: rgb(174,77,240); }

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