#AE42E4

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

Shades of Medium Orchid #AE42E4

Tints of Medium Orchid #AE42E4

Color information

#AE42E4 (or 0xAE42E4) is unknown color: approx Medium Orchid. HEX triplet: AE, 42 and E4. RGB value is (174,66,228). Sum of RGB (Red+Green+Blue) = 174+66+228=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE42E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42E4 is #51BD1B. Grayscale: #747474. Windows color (decimal): -5356828 or 14959278. OLE color: 14959278.

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

Color convert

RGB17466228-
CMYK0.240.7100.11
HSL280º75%57.65%-
HSV(B)280º71.05%89.41%-
XYZ33.4118.575.21-
YUV116.76190.78168.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 228 (89.45% from 255) = 48.72%
R=37.18%
G=14.10%
B=48.72%

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
Decimal174662280.240.7100.112807557.65
HexAE42E418470B1184b3a
Octal2561023443010701343011372
Binary10101110100001011100100110001000111010111000110001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE42E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE42E4; }

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

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

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

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

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

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

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

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