#AE40E1

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

Shades of Medium Orchid #AE40E1

Tints of Medium Orchid #AE40E1

Color information

#AE40E1 (or 0xAE40E1) is unknown color: approx Medium Orchid. HEX triplet: AE, 40 and E1. RGB value is (174,64,225). Sum of RGB (Red+Green+Blue) = 174+64+225=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE40E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40E1 is #51BF1E. Grayscale: #727272. Windows color (decimal): -5357343 or 14762158. OLE color: 14762158.

HSL color Cylindrical-coordinate representation of color #AE40E1: hue angle of 280.99º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE40E1 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17464225-
CMYK0.230.7200.12
HSL280.99º72.85%56.67%-
HSV(B)280.99º71.56%88.24%-
XYZ32.8818.173-
YUV115.24189.94169.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 64 (25.39% from 255) = 13.82%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=37.58%
G=13.82%
B=48.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174642250.230.7200.12280.9972.8556.67
HexAE40E117480C1194939
Octal2561003412711001443111171
Binary10101110100000011100001101111001000011001000110011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40E1; }

 p { color: rgb(174,64,225); }

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

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

 a { background-color: rgb(174,64,225); }

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

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

 span { border-color: rgb(174,64,225); }

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