#ae62f0

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

Shades of Medium Orchid #AE62F0

Tints of Medium Orchid #AE62F0

Color information

#AE62F0 (or 0xAE62F0) is unknown color: approx Medium Orchid. HEX triplet: AE, 62 and F0. RGB value is (174,98,240). Sum of RGB (Red+Green+Blue) = 174+98+240=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE62F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE62F0 is #519D0F. Grayscale: #888888. Windows color (decimal): -5348624 or 15753902. OLE color: 15753902.

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

Color convert

RGB17498240-
CMYK0.280.5900.06
HSL272.11º82.56%66.27%-
HSV(B)272.11º59.17%94.12%-
XYZ37.5524.0385.1-
YUV136.91186.18154.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 98 (38.67% from 255) = 19.14%
BLUE value IS 240 (94.14% from 255) = 46.88%
R=33.98%
G=19.14%
B=46.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal174982400.280.5900.06272.1182.5666.27
HexAE62F01C3B061105342
Octal256142360347306420123102
Binary1010111011000101111000011100111011011010001000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae62f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae62f0; }

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

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

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

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

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

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

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

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