#AE62E5

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

Shades of Medium Orchid #AE62E5

Tints of Medium Orchid #AE62E5

Color information

#AE62E5 (or 0xAE62E5) is unknown color: approx Medium Orchid. HEX triplet: AE, 62 and E5. RGB value is (174,98,229). Sum of RGB (Red+Green+Blue) = 174+98+229=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE62E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE62E5 is #519D1A. Grayscale: #878787. Windows color (decimal): -5348635 or 15033006. OLE color: 15033006.

HSL color Cylindrical-coordinate representation of color #AE62E5: hue angle of 274.81º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE62E5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17498229-
CMYK0.240.5700.10
HSL274.81º71.58%64.12%-
HSV(B)274.81º57.21%89.8%-
XYZ35.9723.3976.75-
YUV135.66180.68155.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 98 (38.67% from 255) = 19.56%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=34.73%
G=19.56%
B=45.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174982290.240.5700.10274.8171.5864.12
HexAE62E518390A1134840
Octal2561423453071012423110100
Binary10101110110001011100101110001110010101010001001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE62E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE62E5; }

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

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

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

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

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

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

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

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