#AE40D8

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

Shades of Medium Orchid #AE40D8

Tints of Medium Orchid #AE40D8

Color information

#AE40D8 (or 0xAE40D8) is unknown color: approx Medium Orchid. HEX triplet: AE, 40 and D8. RGB value is (174,64,216). Sum of RGB (Red+Green+Blue) = 174+64+216=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE40D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40D8 is #51BF27. Grayscale: #717171. Windows color (decimal): -5357352 or 14172334. OLE color: 14172334.

HSL color Cylindrical-coordinate representation of color #AE40D8: hue angle of 283.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE40D8 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17464216-
CMYK0.190.7000.15
HSL283.42º66.09%54.9%-
HSV(B)283.42º70.37%84.71%-
XYZ31.6817.6266.7-
YUV114.22185.44170.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 64 (25.39% from 255) = 14.10%
BLUE value IS 216 (84.77% from 255) = 47.58%
R=38.33%
G=14.10%
B=47.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174642160.190.7000.15283.4266.0954.9
HexAE40D813460F11b4237
Octal2561003302310601743310267
Binary10101110100000011011000100111000110011111000110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40D8; }

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

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

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

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

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

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

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

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