#AE41E4

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

Shades of Medium Orchid #AE41E4

Tints of Medium Orchid #AE41E4

Color information

#AE41E4 (or 0xAE41E4) is unknown color: approx Medium Orchid. HEX triplet: AE, 41 and E4. RGB value is (174,65,228). Sum of RGB (Red+Green+Blue) = 174+65+228=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE41E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41E4 is #51BE1B. Grayscale: #737373. Windows color (decimal): -5357084 or 14959022. OLE color: 14959022.

HSL color Cylindrical-coordinate representation of color #AE41E4: hue angle of 280.12º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE41E4 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17465228-
CMYK0.240.7100.11
HSL280.12º75.12%57.45%-
HSV(B)280.12º71.49%89.41%-
XYZ33.3518.3875.19-
YUV116.17191.11169.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 65 (25.78% from 255) = 13.92%
BLUE value IS 228 (89.45% from 255) = 48.82%
R=37.26%
G=13.92%
B=48.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174652280.240.7100.11280.1275.1257.45
HexAE41E418470B1184b39
Octal2561013443010701343011371
Binary10101110100000111100100110001000111010111000110001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41E4; }

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

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

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

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

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

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

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

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