#AE3FC6

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

Shades of Medium Orchid #AE3FC6

Tints of Medium Orchid #AE3FC6

Color information

#AE3FC6 (or 0xAE3FC6) is unknown color: approx Medium Orchid. HEX triplet: AE, 3F and C6. RGB value is (174,63,198). Sum of RGB (Red+Green+Blue) = 174+63+198=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE3FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3FC6 is #51C039. Grayscale: #6F6F6F. Windows color (decimal): -5357626 or 12992430. OLE color: 12992430.

HSL color Cylindrical-coordinate representation of color #AE3FC6: hue angle of 289.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE3FC6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17463198-
CMYK0.120.6800.22
HSL289.33º54.22%51.18%-
HSV(B)289.33º68.18%77.65%-
XYZ29.4316.6355.09-
YUV111.58176.77172.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 63 (25% from 255) = 14.48%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=40%
G=14.48%
B=45.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174631980.120.6800.22289.3354.2251.18
HexAE3FC6C440161213633
Octal25677306141040264416663
Binary101011101111111100011011001000100010110100100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3FC6; }

 p { color: rgb(174,63,198); }

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

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

 a { background-color: rgb(174,63,198); }

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

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

 span { border-color: rgb(174,63,198); }

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