#AE41CE

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

Shades of Medium Orchid #AE41CE

Tints of Medium Orchid #AE41CE

Color information

#AE41CE (or 0xAE41CE) is unknown color: approx Medium Orchid. HEX triplet: AE, 41 and CE. RGB value is (174,65,206). Sum of RGB (Red+Green+Blue) = 174+65+206=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41CE is #51BE31. Grayscale: #717171. Windows color (decimal): -5357106 or 13517230. OLE color: 13517230.

HSL color Cylindrical-coordinate representation of color #AE41CE: hue angle of 286.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE41CE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17465206-
CMYK0.160.6800.19
HSL286.38º59%53.14%-
HSV(B)286.38º68.45%80.78%-
XYZ30.4917.2460.11-
YUV113.66180.11171.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=39.10%
G=14.61%
B=46.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174652060.160.6800.19286.385953.14
HexAE41CE104401311e3b35
Octal256101316201040234367365
Binary10101110100000111001110100001000100010011100011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41CE; }

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

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

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

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

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

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

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

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