#AE41D8

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

Shades of Medium Orchid #AE41D8

Tints of Medium Orchid #AE41D8

Color information

#AE41D8 (or 0xAE41D8) is unknown color: approx Medium Orchid. HEX triplet: AE, 41 and D8. RGB value is (174,65,216). Sum of RGB (Red+Green+Blue) = 174+65+216=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE41D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41D8 is #51BE27. Grayscale: #727272. Windows color (decimal): -5357096 or 14172590. OLE color: 14172590.

HSL color Cylindrical-coordinate representation of color #AE41D8: hue angle of 283.31º 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 #AE41D8 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17465216-
CMYK0.190.7000.15
HSL283.31º65.94%55.1%-
HSV(B)283.31º69.91%84.71%-
XYZ31.7417.7466.72-
YUV114.8185.11170.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=38.24%
G=14.29%
B=47.47%

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
Decimal174652160.190.7000.15283.3165.9455.1
HexAE41D813460F11b4237
Octal2561013302310601743310267
Binary10101110100000111011000100111000110011111000110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41D8; }

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

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

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

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

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

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

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

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