#AE4AF0

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

Shades of Medium Orchid #AE4AF0

Tints of Medium Orchid #AE4AF0

Color information

#AE4AF0 (or 0xAE4AF0) is unknown color: approx Medium Orchid. HEX triplet: AE, 4A and F0. RGB value is (174,74,240). Sum of RGB (Red+Green+Blue) = 174+74+240=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE4AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4AF0 is #51B50F. Grayscale: #7A7A7A. Windows color (decimal): -5354768 or 15747758. OLE color: 15747758.

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

Color convert

RGB17474240-
CMYK0.280.6900.06
HSL276.14º84.69%61.57%-
HSV(B)276.14º69.17%94.12%-
XYZ35.6320.1984.46-
YUV122.82194.13164.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 74 (29.30% from 255) = 15.16%
BLUE value IS 240 (94.14% from 255) = 49.18%
R=35.66%
G=15.16%
B=49.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal174742400.280.6900.06276.1484.6961.57
HexAE4AF01C4506114553e
Octal256112360341050642412576
Binary1010111010010101111000011100100010101101000101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AF0; }

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

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

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

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

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

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

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

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